473,406 Members | 2,847 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

VS 2005, compiling against .NET 1.1

Hi
I have VS 2005, but some of the components I'm using (Infragistics
NetAdvantage 2005), have issues with .NET 2.0
For this reason, I'm being forced to compile against .NET 1.1

How do I do this?? Is it possible?? Is it supported to use VS 2005 with .NET
1.1??

Thanks
Dec 1 '05 #1
6 1142
Paul,

Check the google archives for this group. I believe there is a post by
Jon Skeet that references how to do this (or it might be his blog). Mind
you, it is unsupported, but I think it is possible.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Paul Aspinall" <pa**@aspy.co.uk> wrote in message
news:6b********************@fe3.news.blueyonder.co .uk...
Hi
I have VS 2005, but some of the components I'm using (Infragistics
NetAdvantage 2005), have issues with .NET 2.0
For this reason, I'm being forced to compile against .NET 1.1

How do I do this?? Is it possible?? Is it supported to use VS 2005 with
.NET 1.1??

Thanks

Dec 1 '05 #2
> How do I do this?? Is it possible?? Is it supported to use VS 2005
with .NET 1.1??

No, Visual Studio 2005 targets .NET 2.0. However, a team at Microsoft are
working on MSBuild for Everett (Everett was the codename for Visual Studio
2003) which should enable Visual Studio 2005 to build .NET 1.1 projects.
Because of technical issues related to only one CLR being allowed per process,
and the architecture of Visual Studio, it is unlikly that Visual Studio 2005
will support designing Windows Forms and similar targeting .NET 1.1.

Anders Norås
http://dotnetjunkies.com/weblog/anoras/
Dec 1 '05 #3
Nicholas Paldino [.NET/C# MVP] <mv*@spam.guard.caspershouse.com> wrote:
Check the google archives for this group. I believe there is a post by
Jon Skeet that references how to do this (or it might be his blog). Mind
you, it is unsupported, but I think it is possible.


It's certainly something I've looked at in theory - i.e. I've read
appropriate web pages :)

However, the really good news is that MS is going to produce something
to help us - unsupported etc, but great news nonetheless.

See http://blogs.msdn.com/clichten/archi...08/490541.aspx and
http://blogs.msdn.com/clichten/archive/2005/11.aspx

I don't know when it'll be out though...

--
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
Dec 1 '05 #4

"Anders Norås" <an**********@objectware.no> wrote in message
news:66*************************@news.microsoft.co m...
How do I do this?? Is it possible?? Is it supported to use VS 2005
with .NET 1.1?? No, Visual Studio 2005 targets .NET 2.0. However, a team at Microsoft are
working on MSBuild for Everett (Everett was the codename for Visual Studio
2003) which should enable Visual Studio 2005 to build .NET 1.1 projects.
Because of technical issues related to only one CLR being allowed per
process, and the architecture of Visual Studio, it is unlikly that Visual
Studio 2005 will support designing Windows Forms and similar targeting
.NET 1.1.


This is huge. I was just having similar issues.
I know what happens when you *assume*, but I thought it was a pretty
reasonable one that they'd be a compiler switch in 2005 to target 1.1.
I thought we could standardize on 2005, so we could have a consistent user
and programming interface to the dev. env., have one set of VS
add-in's/packages/visualizers, etc. What a shame for us to have to give up
on 05 for a while -- it's really not worth the hassle to have VS03 and VS05.
I'm surprised both that there's no 1.x switch, and that there's no automatic
cross-CLR proxy, whether it's in the same process or not. (As long as you
set a switch that says your willing to pay the price.)

What about other forms of interop? I assume I could use a remoting layer so
1.x and 2.x stay isolated, no?
But what about visual controls? If I write a Windows Forms control in 2.0,
and "Expose for COM interop" -- will this be a usable UI control in 1.x and
2.x??

thanks,
m

Anders Norås
http://dotnetjunkies.com/weblog/anoras/

Dec 1 '05 #5
> This is huge. I was just having similar issues.
I know what happens when you *assume*, but I thought it was a pretty
reasonable one that they'd be a compiler switch in 2005 to target 1.1. Microsoft's John Rivard has a detail explainaiton of the issues related to
this on his blog. Read it at http://blogs.msdn.com/johnri/archive...29/498219.aspx
But what about visual controls? If I write a Windows Forms control in
2.0,
and "Expose for COM interop" -- will this be a usable UI control in
1.x and 2.x??

I can't see why this shouldn't work, after all you're not using the .NET
control directly, you're going through COM-interop.

Anders Norås
http://dotnetjunkies.com/weblog/anoras/
Dec 2 '05 #6

"Anders Norås" <an**********@objectware.no> wrote in message
news:66*************************@news.microsoft.co m...
This is huge. I was just having similar issues.
I know what happens when you *assume*, but I thought it was a pretty
reasonable one that they'd be a compiler switch in 2005 to target 1.1. Microsoft's John Rivard has a detail explainaiton of the issues related to
this on his blog. Read it at
http://blogs.msdn.com/johnri/archive...29/498219.aspx
But what about visual controls? If I write a Windows Forms control in
2.0,
and "Expose for COM interop" -- will this be a usable UI control in
1.x and 2.x??

I can't see why this shouldn't work, after all you're not using the .NET
control directly, you're going through COM-interop.


Seems like it should - but when I compiled a user control with 2005 and COM
interop, I didn't see it registered anywhere when I chose COM from Add
References. (Though things may not work as I'm thinking, or maybe I omited a
step?)
m

Anders Norås
http://dotnetjunkies.com/weblog/anoras/

Dec 3 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Amelyan | last post by:
It takes VS 2005 1, 2, and somtimes 3 MINUTES to compile ASP.NET 2.0 website when external DLL is modified. As a matter of fact, when I click 'Build', it looks like VS 2005 hangs for most of that...
0
by: Philip Lowman | last post by:
I am in the process of trying to migrate a couple of build solutions to Visual Studio Express 2005 from VS 2003 Professional and I am running into a weird C/C++ runtime library linking issue when...
29
by: Mark Rae | last post by:
http://msdn.microsoft.com:80/vstudio/support/vs2005sp1/default.aspx 1) This is big - nearly 500Mb 2) If you have WAP installed, you must uninstall it first - WDP doesn't need to be uninstalled...
5
by: =?Utf-8?B?cmFjZXJY?= | last post by:
I have been trying to migrate a VS 2003 project (dll) to VS 2005. I currently use PreserveSig attribute on all COM visible properties and functions. When compiling against the 1.1 framework all is...
4
by: kurt.kurtsmith | last post by:
I am trying to import a tlb from a COM server(exe) I wrote with the following statement: #import "C:\\em2\\EM\\src\\core\\UMOSEFax\\Debug\\UMOSEFax.tlb" no_namespace auto_search the tlh and...
1
by: sahilrekhi | last post by:
Hi i am working on a graphical user interface deisgn programme. when i compile the file i i get the following output with the mentioned errors: 1>------ Rebuild All started: Project: guiq,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.