Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
89 views

Build .NET 1.1 in TFS 2010

As per Microsoft Pattern & Practice blog its recommended to use MSBee. To build a .NET 1.1 applications with Team Build • Upgrade your .NET 1.1 solutions to .NET 2.0. You can do this by opening ...
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 ...