We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

problems running the samples

Hi,

I am getting the following error when I try to look at the samples on my local machine:
at http://localhost/syncfusion/infrastructure/samplebrowserasp/samples.aspx?version=2_0

Server Error in '/syncfusion2_0/web/tools.web/samples/2.0/editorspackage/dataeditorssample/cs' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'Syncfusion.Shared.Web, Version=4.202.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 49: -->
Line 50:
Line 51:
Line 52:
Line 53:



Source File: C:\Program Files\Syncfusion\Essential Studio\4.2.0.37\web\tools.web\samples\2.0\web.config Line: 51

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Syncfusion.Shared.Web, Version=4.202.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

I have done the reconfigure IIS thing but it still does not work.

any ideas?

thanks

3 Replies

KU Kumaresh Syncfusion Team December 14, 2006 04:55 AM UTC


Hi Tony,

Could you please do the following.

1) Please rename the following folders
{Install Drive}:\Program Files\Syncfusion\Essential Studio\Assemblies and
{Install Drive}:\Program Files\Syncfusion\Essential Suite\Assemblies, if found in the system.
This is to make sure that the assemblies for the project are picked up from the public assemblies(C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies) folder alone.

2) Run the AssemblyManager from the Start --> All Programs --> Syncfusion --> Essential Studio 4.2.0.37 --> Utilities --> Assembly Manager.

3) In the AssemblyManager, select the ''Remove All Versions'' option and then click ''Perform Action''. This will remove all the Syncfusion assemblies from the GAC(C:\Windows\Assembly) and the public assemblies folder({Install Drive}:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies).

4) Then in the AssemblyManager, select the ''Install version 4.2.0.37'' option and then click the ''Perform Action''. This will install the Syncfusion assemblies of version 4.2.0.37 in the GAC and the public assemblies folder.

5) Please restart the IIS.

Please refer the following KB for detailed information on this,

http://www.syncfusion.com/support/kb/studio/Default.aspx?ToDo=view&questId=28

Please try these and let us know if this helps.

Thank you for your interest in Syncfusion products.

Regards,
Kumaresh.


TB Tony Butler December 15, 2006 07:56 AM UTC

Hi,

There is no "Assemblies" directory, only a "precompiledassemblies" directory.

I did everything else however and it made no difference :(


GB Gokul B Syncfusion Team December 15, 2006 07:56 PM UTC

Hi Tony,

1)Could you Please make sure the installed version(i.e Version=4.202.0.37) number is given properly in the web.config file. You can see this file under {InstallDrive}:\Program Files\Syncfusion\Essential Studio\4.2.0.37\Web\tools.web\Samples\2.0. please have a look at the below code snippet.

$assemblies>
$add assembly="Syncfusion.Tools.Web, Version=4.202.0.37, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>
$add assembly="Syncfusion.Shared.Base, Version=4.202.0.37, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>
$add assembly="Syncfusion.Shared.Web, Version=4.202.0.37, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>
$add assembly="Syncfusion.Shared.Windows, Version=4.202.0.37, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>

$add assembly="Syncfusion.Grid.Base, Version=4.202.0.37, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>
$add assembly="Syncfusion.Tools.Base, Version=4.202.0.37, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>
$add assembly="SourceCodeTab, Version=4.0.0.0, Culture=neutral, PublicKeyToken=3D67ED1F87D44C89"/>
$/assemblies>

2) Run the Reconfigure IIS from the Start --> Programs --> Syncfusion --> Essential Studio 4.2.0.37 --> TROUBLESHOOTING --> Reconfigure IIS.

Please try these and let us know if this helps.

Thanks for using Syncfusion products.

Regards,
B.Gokulkumar

Loader.
Live Chat Icon For mobile
Up arrow icon