cd $(ProjectDir)\bin\Releasegacutil.exe /if Favorites.dll
regasm Favorites.dll
If you add the following line in: CALL "%VS80COMNTOOLS%\vsvars32.bat" > NULL
so that you get:
so that you get:
CALL "%VS80COMNTOOLS%\vsvars32.bat" > NULL
cd $(ProjectDir)\bin\Releasegacutil.exe /if Favorites.dll
regasm Favorites.dll
It works fine. The extra line in the build script seems to load the environment varibles that VS2005 Beta 2 needs.
Technorati Tags |
GacUtil [feed], VS2005 [feed], .Net [feed], C# [feed], RegAsm [feed] |
Related Amazon Books |
Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries: (UK)/(USA), Teach Yourself Visual Basic.NET in 21 Days (Sams Teach Yourself S.): (UK)/(USA), Windows Forms Programming in C#: (UK)/(USA), ASP.NET Unleashed (Unleashed S.): (UK)/(USA), MCAD Training Guide 70-316: Developing and Implementing Windows-based Applications with C# and Visual Studio.NET: (UK)/(USA) |