Sue,
when did you download the release? Was it yesterday or last week?
I am asking because we had this problem in the release candidate with assembly manager but fixed it for the final release.
The assemblies themselves were not changed, only the assembly manager.
To rebuild the assemblies in debug mode using AssemblyManager with the Release Candiate you first have to delete an entry from the registry:
Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Syncfusion\Essential Suite\InstalledVersions\3.3.0.0\Grid\Components\Grid\Assemblies
And delete
Syncfusion.Grid.Grouping.Web.dll “C:\Program Files\Syncfusion\Essential Studio\3.3.0.0\WebGrid.Grouping.WebSrcSyncfusion.Grid.Grouping.Web.sln”
After you delete this entry AssemblyManager will run fine.
Stefan
>I just downloaded and installed the 3.3 release version of Syncfusion Studio, and tried to switch to a Debug build and couldn''t.
>
>After the build steps I get a message:
>
>---------------------------
>Syncfusion Assembly Manager
>---------------------------
>There was an error updating at least one Syncfusion assembly.
>
>
>
>A log file describing the exception has been placed at "C:\Program Files\Syncfusion\Essential Studio\3.3.0.0\Utilities\Assembly Manager\2003\assemblymanager_error.log
>
>
>
>Please close any process that may be using the assembly and run this utility (The Syncfusion Assembly Manager) again.
>
>
>
>If the problem persists, please contact Syncfusion Technical Support (
[email protected]).
>
>
>
>We apologize for the incovenience.
>---------------------------
>OK
>---------------------------
>
>
>
>The error log in question just contains:
>
>System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\Program Files\Syncfusion\Essential Studio\3.3.0.0\WebGrid.Grouping.Webbin\Debug".
> at System.IO.__Error.WinIOError(Int32 errorCode, String str)
> at System.IO.Directory.InternalGetFileDirectoryNames(String fullPath, String userPath, Boolean file)
> at System.IO.Directory.InternalGetFiles(String path, String userPath, String searchPattern)
> at System.IO.Directory.GetFiles(String path, String searchPattern)
> at SFAssemblyManager.SwapUtilityDlg.BuildIt(Int32 ver)
>
>
>
>
>Help??