473,796 Members | 2,590 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Conflict between 1.1 and 2.0 .NET Framework (and/or VS 2003 and 20

Situation:
I've been using VS .NET 2003 to develop apps w no problems. So, today, my
manager had me install VS 2005 (& with it the .NET 2.0 framework) so now my
machine has VS .NET 2003 (.NET Framework 1.1) and VS 2005 (.NET Framework
2.0).

Issue:
A program that I developed in VS .NET 2003 now gets a run time exception
when executing the program outside the VS 2003 development environment (when
I execute the program through VS 2003 the problem doesn't appear). Anyway,
title bar on the error dialog box says "<my exe name> - Common Language
Runtime Debugging Services". The message body has a message stating that the
app generated an exception that could not be handled, gives the PID and
thread ID, and options OK and CANCEL (enter DEBUG). When I attempt to CANEL
(enter DEBUG), I get another error message stating that the parameters are
incorrect and the DEBUGGER failed to start.

The error message able leads me to believe that there may be some conflict
between versions 1.1 and 2.0 of the .NET Framework. If anyone has knowledge
of such conflicts and/or any proposed workarounds I'd be grateful to hear
your ideas.

Thanks for your attention to this...

Charles

Feb 1 '06 #1
2 1915
I came on the newsgroup looking for exactly what the conflicts between .NET
1.1 and 2.0 are, since MS has stated that there are some..

On the page "How to Get Windows 'Monad' Shell Beta, at:

http://www.microsoft.com/technet/scr.../download.mspx

It says: "Note that, in some cases, .NET Framework 2.0 can conflict with
applications that require .NET Framework 1.1."

So my question to MSFT would be.. Where is the list of known conflicts?

I wonder if I need to start a new thread to get a proper answer?

Cheers

- Andrew
On Wed, 1 Feb 2006 11:21:29 -0800, hz****@nopost.c om wrote:
Situation:
I've been using VS .NET 2003 to develop apps w no problems. So, today, my
manager had me install VS 2005 (& with it the .NET 2.0 framework) so now my
machine has VS .NET 2003 (.NET Framework 1.1) and VS 2005 (.NET Framework
2.0).

Issue:
A program that I developed in VS .NET 2003 now gets a run time exception
when executing the program outside the VS 2003 development environment (when
I execute the program through VS 2003 the problem doesn't appear). Anyway,
title bar on the error dialog box says "<my exe name> - Common Language
Runtime Debugging Services". The message body has a message stating that the
app generated an exception that could not be handled, gives the PID and
thread ID, and options OK and CANCEL (enter DEBUG). When I attempt to CANEL
(enter DEBUG), I get another error message stating that the parameters are
incorrect and the DEBUGGER failed to start.

The error message able leads me to believe that there may be some conflict
between versions 1.1 and 2.0 of the .NET Framework. If anyone has knowledge
of such conflicts and/or any proposed workarounds I'd be grateful to hear
your ideas.

Thanks for your attention to this...

Charles

Mar 15 '06 #2
On Wed, 15 Mar 2006 12:03:13 -0800, Andrew wrote:
I wonder if I need to start a new thread to get a proper answer?

And so, since there's been no reply.. I've started a new thread called:
"Conflicts between .NET 1.1 and .NET 2.0?"

I also re-registerd an alias, since my account has changed since I made
that old one.. Hopefully I'll get a reply this time. :)

Cheers

- Andrew
Mar 21 '06 #3

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

Similar topics

0
2365
by: Adam | last post by:
Hi I had Ruby 1.6.8-8 for Windows installed on my WinXP Pro machine prior to installing Python 2.3. After installing Python 2.3, I tried to <----- screen output of python interactive command line -----> Python 2.3 (#46, Jul 29 2003, 18:54:32) on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from Tkinter import * >>> root = Tk()
1
3198
by: Majuer | last post by:
Hi, I have a class in one DLL. Something like this: class CLASS1 { MyData* pData; CLASS1() { pData = NULL; } Load()
0
2291
by: keefah | last post by:
Hi, I'm writing a C# web app that uses Outlook to send email. I use a reference to the Microsoft Outlook 11.0 Object Library, but it's giving me problems. I tracked down some stuff on the Net about the global assembly cache (GAC) and primary interop assemblies (PIA) and so forth, and did all the recommendations, in terms of tweeking Office, installing the .NET Office stuff for framework 1.1, etc. I got it to the point where it compiles ok,...
1
1321
by: Tolga Tanriverdi | last post by:
I wrote my program with visual c#2005 so it s written with .net framework 2.0 but after that i take my code and compiled with visual studio .net 2003 it was working good until today. Today i deleted the .net framework 2.0 and i took this error when my program executed An unhandled exception of type 'System.IO.FileNotFoundException' occurred in system.dll
3
2340
by: Sam | last post by:
I wonder whether I should install .net framework 1.1 with service pack 1 into MS Windows 2003 Server? My inquiries Application using ASP.Net 1.1 - Will it run on MS Windows 2003 Server without install .net framework 1.1 - Any impact if I not .net framework 1.1 into MS Windows 2003 Server Please advise.
3
1157
by: David Gildea | last post by:
Hi All, I am having a problem with IIS 5.1 when opening new web projects on VS2003. I have recently installed VS 2005 on the same machine. Is anyone aware of a conflict between them. The error is "HTTP/1.1 500 Server Error" Thanks Dave
4
1302
by: Problem doesn't solve | last post by:
Hello. I'm having a big problem with asp .net. Initially, when I create a new web applicaction and I try to open an aspx page, I get an error message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error:
4
1482
by: C.W. | last post by:
I have run into a really bizzare problem on my windows xp machine running asp.net 1.1 and asp.net 2.0 simultaneously. One of my asp.net 1.1 web application recently suddenly stopped running. I repeated get the following error: aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure...
14
3332
by: adversus | last post by:
Good afternoon, Byte'rs! I'm running into an annoyance that, utilizing the framework I am, has been causing me grief. In a nutshell: -Access 2003 Compiled ADE application -SQL Server 2005 backend -15 concurrent users Normally our application has very specific workflows that handle how users get assigned specific records they're responsible for updating. This works well, because it pushes criteria to a Stored Proc that runs on the...
0
9533
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10239
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10190
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10019
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9057
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6796
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5579
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4122
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.