Update: Targetting 1.1 .NET Framework with MSBuild
A while back I post a sample that shows you how to target the 1.1 framework with MSBuild.
Now, another team within Microsoft is working on turning it into a more polished add-on for VS 2005:
https://blogs.msdn.com/msbuild/archive/2005/11/09/490817.aspx
I've chatted with many of you on my blog and I think I know some of your top requests for such product: Make it work with Express versions of VS; make it work for VB .NET; make COM references work; do some hard-core testing on it :)
If you’ve used these targets and wished they did something a little differently let me know on this blog.
Have you seen a bug? I’d love to hear about those too so we can be sure to get them fixed.
This posting is provided "AS IS" with no warranties, and confers no rights.
Comments
- Anonymous
November 16, 2005
I try your script with a project and it failed to build with the following error.
Error 1 "resgen.exe" exited with code
-1163019603
Any idea to make it work
Get back to me so that i can provide you the project.
Regards - Anonymous
November 30, 2005
How can MSBuild be used to create an automated build solution with ASP.net 2.0 without the requirement of a virtual directory. I also want (1) assembly using the bin folder like .Net 1.1.
There are AspNetCompiler.exe and ILMerge utilities. What are the plans for MSBuild to support this? - Anonymous
May 12, 2006
In VS2005 I am using the System.Transaction namespace to create a dll, which is not there is 1.1 when I try to target it for 1.1 using MSBuild CSharp Targets I am getting the folowing error
"Metatdata file 'c:WindowsassemblyGAC_32System.Transactions2.0.0.0__b77a5c561934e089System.Transactions.dll' could not be opend -- 'Version 2.0 is not a compatible version.'"
How this can be solved??? - Anonymous
July 31, 2007
PingBack from http://linq.blogstogo.com/2007/07/31/update-targetting-11-net-framework-with-msbuild/