Tagged Questions

1
vote
3answers
128 views

Building a VS2008 .NET 3.0 solution without installing .NET 3.5 on build server

I am developing using 3.0 and VS 2008. The problem is my build server does not have 3.5 installed and therefore I cant build the solution as MSBuild for 2.0 will not support the VS 2008 solution ...
0
votes
1answer
107 views

MSBee and its use

What exactly is MSBee? How should I use it in addition to MSBuild to build web applications which are created in Visual Studio .NET 2003 and that target .NET Framework 1.1?
0
votes
1answer
525 views

Hudson Continuous Integration Server with .Net 1.1

Has anyone successfully used hudson to build .Net 1.1 Projects? If so, can you share the configuration. I am having trouble. Hudson uses MSBuild which was introduced with .Net 2.0. I found MSBee ...