GrapeCity Forums

The GrapeCity Message Boards
Welcome to GrapeCity Forums Sign in | Join | Help
in Search

web apps can't see fp_client

Last post 02-12-2010, 12:36 PM by SureshD. 3 replies.
Sort Posts: Previous Next
  •  02-05-2010, 9:46 AM 87112

    web apps can't see fp_client

    Attachment: farpoint error.jpg

    hi, for some random reason which i cant figure out, all my sites using farpoint has stopped reading the fp_client folder which i have placed in the root of my web applications (wwwroot).

    so for example, my wwwroot folder will contain Fp_Client folder and also WebApp1.

    the web.config will contain the following key:
     <appSettings>  
      <add key="fp_client" value="fp_client" />  
     </appSettings>

    suddenly this has stopped working..now all my sites with farpoint will not load properly.  I get the behaviour seen in the screen shot attached.
    if i now place my fp_client folder within the WebApp1 folder, my default.aspx loads farpoint correctly but if for example i have folders within WebApp1 containing sub pages ( WebApp1.Users.Users.aspx)  the users page will not load fp_client folder either.
    any suggestions?im completely baffled why this has occurred as it was fine at 1 stage in the day and a couple minutes later the functionality has stopped.

    thanks

     

    EDIT# PLEASE DELETE, PLACED IN WRONG FORUM TOPIC

  •  02-05-2010, 4:25 PM 87122 in reply to 87112

    Re: web apps can't see fp_client

    Hello,

    I have moved your this post to the ASP.net section and regarding the issue.It seems you are already doing the recommended approach of using the fp_client folder. Did you verify the version of fp_client folder? I think having the fp_client folder in your sample project (location wise) should also work.Please verify, if the correct version of fp_client is correctly referenced.


    Suresh Singh Dasila
    GrapeCity FarPoint
  •  02-12-2010, 6:05 AM 87250 in reply to 87122

    Re: web apps can't see fp_client

    yes, the fp_client is from the C:\Program Files\FarPoint Technologies\Spread.ASP.4.dotNet35\v4.0.3507.

  •  02-12-2010, 12:36 PM 87270 in reply to 87250

    Re: web apps can't see fp_client

    Hello,

    After discussing the issue with concerned team, here are the 2 suggested approaches that you can try:

      1) With the fp_client folder put into the root of the webserver; c:\inetpub\wwwroot, then you can remove the fp_client key from web.config file and it all should work correctly.
      2) You can keep the fp_client folder in the web app directory and change his key to always load it from the correct location ("~" is the home directory).You can change the key as follows.
         <add key="fp_client" value="~\

    Thanks


    Suresh Singh Dasila
    GrapeCity FarPoint
View as RSS news feed in XML
     FarPoint Forums Home