Fabrice's weblog

Tools and Source

News

My .NET Toolbox
An error occured. See the script errors signaled by your web browser.
No tools selected yet
.NET tools by SharpToolbox.com

Read sample chapters or buy LINQ in Action now!
Our LINQ book is also available on AMAZON

.NET jobs

Emplois .NET

transatlantys hot news

Contact

Me

Others

Selected content

Work with Visual Studio 2005, Build for .NET 1.1

Via Larkware: Microsoft has released MSBee Beta 1.

MSBee means MSBuild Everett Environment. Everett beeing the codename for .NET 1.1, MSBee is an extension for MSBuild that allows developers to build managed applications in Visual Studio 2005 that target .NET 1.1.
A small limitation to know though: "
At this time, we are not planning to add IDE support. Since MSBee will be a shared source release, the potential is there for the community to provide this support.".

Update: Bruno Baia made the test, and yes, you can compile directly from VS 2005 if you add the following line after the existing import tag in a project file:
<Import Project="$(MSBuildExtensionsPath)\MSBee\MSBuildExtras.FX1_1.CSharp.targets" />
IntelliSense and help still present .NET 2.0 information, but this is not a big deal. I think the above statement about the missing IDE support is not clear at all.

Comments

Joe said:

What do they mean by that? No IDE Support? You mean MSBee only works for MSBUILD command line builds?

That's not a "small limitation" .. that's down right stupid.
# February 13, 2006 3:21 AM

TrackBack said:

A little Buzz about the Power Toys we Released
# February 16, 2006 9:37 AM

Bruno Baia said:

> "You mean MSBee only works for MSBUILD command line builds?"

I installed MSBee and added this line after the existing import tag into a project file and now VS2005 compiles against .NET 1.1 binaries :

<Import Project="$(MSBuildExtensionsPath)\MSBee\MSBuildExtras.FX1_1.CSharp.targets" />

But intelliSense, help, etc... still .NET 2.0
# February 17, 2006 11:41 AM

Fabrice said:

Excellent, Bruno!
I was almost sure it worked this way. I think that the statement about the missing IDE support is not clear at all. I understand what it means, but I never expected Intellisense or help to present .NET 1.1 information anyway.
# February 17, 2006 12:15 PM

Emanuele said:

Hello Bruno,

I modified the project file, but now i can't compile, it seems to me that the line I add is for csharp. My project uses vb , what can  I do?

# August 27, 2007 8:49 AM

Jardel Lucca said:

> "Hello Bruno,

>I modified the project file, but now i can't >compile, it seems to me that the line I add is for >csharp. My project uses vb , what can  I do?"

Hello.

I am with the same answer of Emanuele.

Anyone knows how can I compile C++ or Visual Basic applications?

# April 17, 2009 11:21 PM
Leave a Comment

(required) 

(required) 

(optional)

(required)