BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Here are the steps I did to build the debug version of the
11.1.0.21 Syncfusion assemblies:
1.
Installed 11.1.0.21 of Syncfusion.
2.
Installed source code for 11.2.0.21.
3.
Used the Syncfusion dashboard to run the
Assembly Manager.
a. Remove
all instances of Syncfusion from the .NET GAC (Global Assembly Cache).
b. Exited.
4.
Created a SNK (strong name key) file using
VS2012.
a. Run
the VS2012 command prompt as administrator.
b. Changed
the current directory to “C:\Program Files (x86)\Syncfusion\Essential Studio”.
c. Executed
the following command to create the SNK file:
sn –k SFDebug.snk
5.
Used the Syncfusion dashboard to run the Build
Manager.
a. Set
the Framework version to .NET 4.0.
b. Made
sure the Platform Type was set to “All”
c. Made
sure the Assembly Type was set to “Debug”
d. Checked
the “Use Strong Key” checkbox.
e. Hit
the browse button to find the SFDebug.snk file I created and selected it.
f. Pressed the “Perform Build”.
At this point it immediately says the build is done, but in fact nothing was done other than creating a log file with the following errors in it.
Date Time : 10/28/2013 3:57:13 PM
Error Details : The process cannot access the file 'C:\Program Files (x86)\Syncfusion\Essential Studio\11.1.0.21\UserAssemblies\11.1.0.21\4.0' because it is being used by another process.
*****************************************************************
Date Time : 10/28/2013 3:57:13 PM
Error Details : Could not find file 'C:\Program Files (x86)\Syncfusion\Essential Studio\11.1.0.21\Infrastructure\Dashboard\4.0\Productlist.xml'.
How do I get this to work?