473,387 Members | 1,476 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,387 software developers and data experts.

Debugging a .NET1.1 application in a. .NET2.0 process.

hvj
I need to run a .NET1.1 program in a .NET2.0 CLR. The .NET1.1 exe
starts correctly in .NET2.0. Now I want to debug in Visual Studio 2005.
But when I try to open the .NET1.1 project, Visual Studio wants to
convert it to .NET2.0 what I don't want.

How can I make Visual Studio open a .NET1.1 project for me in order to
attach to a .NET2.0 process in which it runs to debug it?

Or is there a better way to reach my goal: debugging a .NET1.1
application in a .NET2.0 process? Can Visual Studio 2003 attach to a
..NET2.0 process for instance?

Regards

Apr 28 '06 #1
4 2491
hvj
No one an idea how I can debug a .NET1.1 application in a .NET2.0
process?
hv*@paralax.nl schreef:
I need to run a .NET1.1 program in a .NET2.0 CLR. The .NET1.1 exe
starts correctly in .NET2.0. Now I want to debug in Visual Studio 2005.
But when I try to open the .NET1.1 project, Visual Studio wants to
convert it to .NET2.0 what I don't want.

How can I make Visual Studio open a .NET1.1 project for me in order to
attach to a .NET2.0 process in which it runs to debug it?

Or is there a better way to reach my goal: debugging a .NET1.1
application in a .NET2.0 process? Can Visual Studio 2003 attach to a
.NET2.0 process for instance?

Regards


May 3 '06 #2
Why do you need to open the project to debug?

devenv <exe name> /debugexe

will debug the process.
--
Thanks,
Nick
"hv*@paralax.nl" wrote:
No one an idea how I can debug a .NET1.1 application in a .NET2.0
process?
hv*@paralax.nl schreef:
I need to run a .NET1.1 program in a .NET2.0 CLR. The .NET1.1 exe
starts correctly in .NET2.0. Now I want to debug in Visual Studio 2005.
But when I try to open the .NET1.1 project, Visual Studio wants to
convert it to .NET2.0 what I don't want.

How can I make Visual Studio open a .NET1.1 project for me in order to
attach to a .NET2.0 process in which it runs to debug it?

Or is there a better way to reach my goal: debugging a .NET1.1
application in a .NET2.0 process? Can Visual Studio 2003 attach to a
.NET2.0 process for instance?

Regards


May 4 '06 #3
Or you can use VS 2005 to attach to the .NET 1.1 exe running under the 2.0 clr.
--
Thanks,
Nick
"nickdu" wrote:
Why do you need to open the project to debug?

devenv <exe name> /debugexe

will debug the process.
--
Thanks,
Nick
"hv*@paralax.nl" wrote:
No one an idea how I can debug a .NET1.1 application in a .NET2.0
process?
hv*@paralax.nl schreef:
I need to run a .NET1.1 program in a .NET2.0 CLR. The .NET1.1 exe
starts correctly in .NET2.0. Now I want to debug in Visual Studio 2005.
But when I try to open the .NET1.1 project, Visual Studio wants to
convert it to .NET2.0 what I don't want.

How can I make Visual Studio open a .NET1.1 project for me in order to
attach to a .NET2.0 process in which it runs to debug it?

Or is there a better way to reach my goal: debugging a .NET1.1
application in a .NET2.0 process? Can Visual Studio 2003 attach to a
.NET2.0 process for instance?

Regards


May 4 '06 #4
hvj
Thanks Nick for your reaction. If I want to connect from VS2005 to a
..NET1.1 proces and put break points in the code, VS2005 first forces me
to convert to .NET2.0 and after conversion VS2005 does not see the code
as belongen to the process, so my breakpoints are corrupted.

By the way, the problem is not urgent to me anymore, so don't put more
time in it.

Thanks,
Hvj


"hv*@paralax.nl" wrote:
No one an idea how I can debug a .NET1.1 application in a .NET2.0
process?
hv*@paralax.nl schreef:

> I need to run a .NET1.1 program in a .NET2.0 CLR. The .NET1.1 exe
> starts correctly in .NET2.0. Now I want to debug in Visual Studio 2005.
> But when I try to open the .NET1.1 project, Visual Studio wants to
> convert it to .NET2.0 what I don't want.
>
> How can I make Visual Studio open a .NET1.1 project for me in order to
> attach to a .NET2.0 process in which it runs to debug it?
>
> Or is there a better way to reach my goal: debugging a .NET1.1
> application in a .NET2.0 process? Can Visual Studio 2003 attach to a
> .NET2.0 process for instance?
>
> Regards


May 17 '06 #5

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

Similar topics

0
by: ZMan | last post by:
Scenario: This is about debugging server side scripts that make calls to middle-tier business DLLs. The server side scripts are legacy ASP 3.0 pages, and the DLLs are managed DLLs...
2
by: bb | last post by:
i use the losformatter to serialise a hashtable and the store in the database. (i save some urls so they can be reconstructed) we have moved the project from asp.net1 to asp.net2 now whenever...
1
by: Winista | last post by:
I have a library that reads PDF file and manipilates its content. And I use SharpZip library to decompress the streams included in PDF file. All well and good. I have 3 lines of my test code that...
3
by: Marcus | last post by:
Hi, I converted my .Net1.1 application (written in VS2003) to a .Net2.0 application. I let VS2005 do the job as it suggested when trying to load my VS2003 project in VS2005. I then included the...
5
by: phnimx | last post by:
Hi , We have developed a number of plug-in .NET Library Components that we typically deploy with our various applications by installing them into the GAC. Each of the applications contains an...
1
by: prathiba.p | last post by:
We are having a ASP.NET2.0 web application which has been migrated from .NET 1.0 . This web application refers .net 1.0 interop dll . Is there any way to debug the .net 1.0 interop dll from...
0
by: jbrooksga | last post by:
Hello, First of all I know nothing about programming. Recently had to install .Net1.1 on my W2K server to support an application I had purchased. The .Net1.1 was installed as part of the...
2
by: srinivas | last post by:
Hi, Can you please point me to some article which provides instructions on debugging a DLL written in Net 1.1 using a windows application written in .Net 2.0 . TIA, Srinivas
2
by: shashidcs2007 | last post by:
Hi, I have two web applicaitons developed in asp.net 1.1 and asp.net2.0, the user will login to the application developed in asp.net 1.1 and will go to application developed in asp.net 2.0 (this...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
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,...

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.