How to force Visual Studio to recompile project at "Build" action
Posted in Tips, Visual Studio on Sep 9th, 2006
Our solution contains about 30 projects. There are web apps, windows services, web controls, web parts (usual stuff for SharePointers). One of them is a BuildApp. It contains only one empty file class1.cs but it’s there to register DLLs in GAC, web parts in SPS and restart appPool.
After installing Visual Studio 2003 SP1 the BuildApp […]