Home All Groups Group Topic Archive Search About

how to compile VB dll file in VS 205 in .net framework1.1 (not 2.0

Author
15 Nov 2006 8:20 PM
Chris
as in title. I need to create a dll library in Visual Studio 2005. The
problem is that it must be compiled in .net framework 1.1.

I found the way how to do that in C#
(http://blogs.msdn.com/jomo_fisher/archive/2005/04/22/410903.aspx), but I
need the same in VB

HELP!!

Author
15 Nov 2006 8:39 PM
Spam Catcher
=?Utf-8?B?Q2hyaXM=?= <Ch***@discussions.microsoft.com> wrote in
news:52BC1918-417E-417F-A853-44F61077A929@microsoft.com:

> as in title. I need to create a dll library in Visual Studio 2005. The
> problem is that it must be compiled in .net framework 1.1.
>
> I found the way how to do that in C#
> (http://blogs.msdn.com/jomo_fisher/archive/2005/04/22/410903.aspx),
> but I need the same in VB

Do you have VS.NET 2003? That's probably the easiest way to create a .NET
1.1 library.

I'm sure you can hack up VS.NET ... but why bother if you have a license
for 2003 ;-)
Author
15 Nov 2006 9:13 PM
Chris
is there any other way??
Author
15 Nov 2006 9:21 PM
Spam Catcher
=?Utf-8?B?Q2hyaXM=?= <Ch***@discussions.microsoft.com> wrote in
news:C90BA2EC-DEA4-446A-B481-7152D2F0B3F6@microsoft.com:

> is there any other way??

You could manually compile the library using MSBuild via the Command Line.
Author
15 Nov 2006 9:36 PM
Chris
can u show how to do that, please?
Author
15 Nov 2006 9:56 PM
Herfried K. Wagner [MVP]
"Chris" <Ch***@discussions.microsoft.com> schrieb:
> can u show how to do that, please?

MSBee
<URL:http://msdn.microsoft.com/vstudio/downloads/tools/msbee/>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>