Home All Groups Group Topic Archive Search About

Visual Studio 2005 and framework 1.1

Author
1 Feb 2006 5:35 PM
Stan
All,

I've have Visual Studio 2005, but I need to create an exe and some dlls that
will work with the 1.1 framework.  All my efforts to create an exe and dlls
that will work on a machine without the 2.0 framework have failed.  Is there
a way when compiling with 2005 to have your application function on a machine
with only the 1.1 framework?

Thanks

Stan

Author
1 Feb 2006 5:59 PM
Michael Nemtsev
Hello Stan,

Nope, this topic will already discussed. No way to build 1.1 apps with VS2005

S> I've have Visual Studio 2005, but I need to create an exe and some
S> dlls that will work with the 1.1 framework.  All my efforts to create
S> an exe and dlls that will work on a machine without the 2.0 framework
S> have failed.  Is there a way when compiling with 2005 to have your
S> application function on a machine with only the 1.1 framework?

---
WBR,
Michael  Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Author
1 Feb 2006 10:48 PM
Jon Skeet [C# MVP]
Stan <S***@discussions.microsoft.com> wrote:
> I've have Visual Studio 2005, but I need to create an exe and some dlls that
> will work with the 1.1 framework.  All my efforts to create an exe and dlls
> that will work on a machine without the 2.0 framework have failed.  Is there
> a way when compiling with 2005 to have your application function on a machine
> with only the 1.1 framework?

There isn't yet, but there will be - hopefully soon. Search for
"msbee" for more details.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet   Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Author
2 Feb 2006 6:14 PM
Cowboy (Gregory A. Beamer) - MVP
If you are willing to play, you can "technically" do this right now. :-)

The best option today, is create a 1.1 project and add the files and compile
using VS .NET, of course.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


Show quote
"Jon Skeet [C# MVP]" wrote:

> Stan <S***@discussions.microsoft.com> wrote:
> > I've have Visual Studio 2005, but I need to create an exe and some dlls that
> > will work with the 1.1 framework.  All my efforts to create an exe and dlls
> > that will work on a machine without the 2.0 framework have failed.  Is there
> > a way when compiling with 2005 to have your application function on a machine
> > with only the 1.1 framework?
>
> There isn't yet, but there will be - hopefully soon. Search for
> "msbee" for more details.
>
> --
> Jon Skeet - <sk***@pobox.com>
> http://www.pobox.com/~skeet   Blog: http://www.msmvps.com/jon.skeet
> If replying to the group, please do not mail me too
>
Author
2 Feb 2006 6:13 PM
Cowboy (Gregory A. Beamer) - MVP
Short answer: NO!

Long answer: As long as you do not use 2.0 features, you can always set up a
command line compile. In fact, with a google search, you can find how to set
up MSBuild to auto build it for you. If you do not like that route, a simple
batch file to the compiler works, as well.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


Show quote
"Stan" wrote:

> All,
>
> I've have Visual Studio 2005, but I need to create an exe and some dlls that
> will work with the 1.1 framework.  All my efforts to create an exe and dlls
> that will work on a machine without the 2.0 framework have failed.  Is there
> a way when compiling with 2005 to have your application function on a machine
> with only the 1.1 framework?
>
> Thanks
>
> Stan
>
>

AddThis Social Bookmark Button