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

Automating AssemblyManager

Hi! Is there a way to automate AssemblyManager? We are using FinalBuilder in our build machine to automatically build our solution, but found that we need to run the AssemblyManager. Thanks.

1 Reply

AD Administrator Syncfusion Team September 28, 2005 12:49 PM UTC

Hi Raymond, you cannot automate AssemblyManager but you can simply rebuild out libraries from the command line with the solutions found in the src directories. Take syncfusion.grid.windows assembly for example: In grid.windows/src you see these files: syncfusion.grid.Windows.sln/.csproj for 2002 solution/project syncfusion.grid.Windows_2003.sln/.csproj for 20023 solution/project syncfusion.grid.Windows_2005.sln/.csproj for 2005 (Whidbey) solution/project To build this assemblies devenv command line looks as follows: devenv Syncfusion.Grid.Windows.sln /build Release You can also sign the assembly with a strong key using the sn.exe utility after devenv returns. Stefan >Hi! > >Is there a way to automate AssemblyManager? We are using FinalBuilder in our build machine to automatically build our solution, but found that we need to run the AssemblyManager. > >Thanks.

Loader.
Live Chat Icon For mobile
Up arrow icon