Auto-GAC your BizTalk Helper Classes with Post Build Events
Posted by: Stephen W. Thomas,
on 28 Aug 2006 |
View original | Bookmarked: 0 time(s)
Working with .net helper classes in BizTalk Server is a common occurance.
It can sometimes be easy to forget to GAC the latest version of the code when you go to test the solution on your local development box. But using a simple Post Build Event, you can have your code automatically put in the GAC for you.
Adding a post build event is easy. Just go to the project properties of your helper class and select Build Events.
Enter the following under...