GrapeCity Forums

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

Error adding farpoint control to visual studio 2008 toolbox

Last post 06-01-2009, 12:33 AM by namrevon. 10 replies.
Sort Posts: Previous Next
  •  05-20-2009, 4:34 AM 78150

    Error adding farpoint control to visual studio 2008 toolbox

    Hi

    Iam getting following error while adding farpoint control to visual studio 2008 toolbox

    There was error loading types from assembly 'C:\program files\Farpoint Technologies\Spread.ASP.4.dotNet35\v4.0.3506\farpoint.web.spread.dll'
    'could not load file or assembly ' system.web.dynamicdata, version 3.5.0.9,culture=neutral, public token=.....' or one of its dependencies. The system cannot find the file specified.

    Any idea how can i resolve this issue.

    Thanks

  •  05-20-2009, 11:13 AM 78171 in reply to 78150

    Re: Error adding farpoint control to visual studio 2008 toolbox

    Hello Princeali, 

    Please know that Spread provides different set of dlls to be used in Visual Studio 2005 targetting .Net Framework 2.0 and different set of dlls for Visual Studio 2008 targetting .Net Framework 3.5. What is the name and version of the dll file that you are trying to add to Visual Studio ToolBox?

    Regards, 


    Scott S.
    Product Manager, Spread ASP.NET
    GrapeCity FarPoint
  •  05-20-2009, 12:53 PM 78181 in reply to 78171

    Re: Error adding farpoint control to visual studio 2008 toolbox

    Apart from this, also ensure that you've installed the ServicePack 1 of Visual Studio 2008 which is required to support the Dynamic Data functionality in Spread for ASP.Net which is a feature of Visual Studio 2008 SP1.

    You may download it from: http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E&displaylang=en  

    Regards, 


    Scott S.
    Product Manager, Spread ASP.NET
    GrapeCity FarPoint
  •  05-26-2009, 3:56 AM 78335 in reply to 78181

    Re: Error adding farpoint control to visual studio 2008 toolbox

    I have the same problems with princeali .

    I have already installed  SP 1 of Vs 2008. I have dll version number Spread.ASP.4.dotNet35 v4.0.3505

    Is it dll for VS 2008 or VS 2005?

  •  05-26-2009, 9:44 AM 78342 in reply to 78335

    Re: Error adding farpoint control to visual studio 2008 toolbox

    Hello,

    Could you please verify that, you do not have Spread for ASP.net installed on any other location than C:\Program Files\FarPoint Technologies and being referenced from the same location? Could you also verify from Object Browser of Visual Studio, the location of the dll's being referenced in your project? Are they different from the default location?

    And Spread.ASP.4.dotNet35 v4.0.3505 is for VS2008.Thanks


    Suresh Singh Dasila
    GrapeCity FarPoint
  •  05-27-2009, 12:17 AM 78370 in reply to 78342

    Re: Error adding farpoint control to visual studio 2008 toolbox

    My Spread for ASP.net is instaled on C:\Program Files\FarPoint Technologies

    I created an ASP.net Website on File System C:\Documents and Settings\..\My Documents\Visual Studio 2008\WebSite2

    Not by this instruction,

    1. In the Location area, select HTTP from the drop down box, and type a location path, such as http://localhost/SpWebTest01. Alternatively, you could use the default location type as FileSystem, and then specify the complete path, but this requires some additional setup of copying the fp_client folder.

    Because, i don't have any fp_client folder in my Spread for ASP.net.

    This error message is shown when i step by step follow the instruction on Adding a Component to a Web Form (Web Site) Help Online on Step 3. Add the FpSpread component to the tool box

    Now, i tried to instaled VS2008 SP1.

    Please help me, am i on the right way?

  •  05-27-2009, 10:58 AM 78397 in reply to 78370

    Re: Error adding farpoint control to visual studio 2008 toolbox

    Hello,

    I tested this issue on a brand new machine with VS2005 installed on it and was able to add the FpSpread in the toolbox without any problem. I used the Ftp as the file system option while creating a new website. Also you mentioned that you don't have any fp_client folder in my Spread for ASP.net. Could you please elaborate on this? Does that mean fp_client folder is missing from the machine?

    Thanks


    Suresh Singh Dasila
    GrapeCity FarPoint
  •  05-29-2009, 2:33 AM 78477 in reply to 78397

    Re: Error adding farpoint control to visual studio 2008 toolbox

    After i reinstalled my VS2008 with MICROSOFT VISUAL STUDIO 2008, Service Pack 1, i can add far point control in my toolbox. Thx for helping.

    next, i fixed my IIS 6 so that i can browsed my website from localhost. http://localhost/WebSite1/Default.aspx

     Another problem appeared. Command bar on this plugin is disappeared/no image show on it.

    And the size of collomns header n rows didn't match with my data set ( i load data set from database to be shown in this spread web). And cannot be edited.

    Is it some thing wrong with my IIS? need your advice. thx

  •  05-29-2009, 9:55 AM 78491 in reply to 78477

    Re: Error adding farpoint control to visual studio 2008 toolbox

    Hello,

    If you are seeing X's instead of icons in the command bar then there is a detailed resolution of the reported issue in the FAQ section of the control documentation. Following is the extract from Spread's documentation:

     

    It could be that your project probably cannot find the fp_client folder. You can update the virtual directory in IIS or try the following:

    If you set the location option of a project in Visual Studio .NET 2005 to File System then you will need to make changes to the web.config file so that the project can access the fp_client folder. This folder contains images for the command bar as well as basic client script for the control.Code similar to the following would need to be added to the web config file. The fp_client folder (installed originally in \Program Files\Common Files\FarPoint Technologies) and its subfolders would need to be copied to the correct location. In the following example this would be the project folder.

    For example:

                <?xml version="1.0"?>
                   <configuration>
                       <system.web>
                        ...
                      </system.web>
                      <appSettings>
                         <add key="fp_client" value="fp_client" />
                      </appSettings>
                   </configuration>

    Thanks


    Suresh Singh Dasila
    GrapeCity FarPoint
  •  05-31-2009, 10:40 PM 78522 in reply to 78491

    Re: Error adding farpoint control to visual studio 2008 toolbox

    For Your Information, i don't have any fp_client folder from my spread .net. Is it something wrong with my installer?

    C:\Program Files\FarPoint Technologies\Spread.ASP.4.dotNet35

     

    What do you mean about update my virtual directory in IIS?

  •  06-01-2009, 12:33 AM 78523 in reply to 78522

    Re: Error adding farpoint control to visual studio 2008 toolbox

    Fyi ..

    All problem solve, i can use my far point plugin to .net 2008 now. After i reinstalled my farpoint again, i can get all of my need. thx for your reply so far. thx.

View as RSS news feed in XML
     FarPoint Forums Home