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

from .NET 1.0 to .NET 1.1

I need some comments/help on this.

Some months ago, all I had installed in my computer was .NEt 1.0 and the Framework 1.0 .
I developed an ASP application then, it run fine, got installed in another server, while I deleted all the programs from my computer after they were saved in Source Safe.

After this, I started a new project with handhelds, for which I had to install .NEt 2003 with the Framewrok 1.1 .
My mobile applications (windows app). runs fine, as of today.

But today I had to go back to the ASP app. to add some enhancements to the same. I downloaded the app. from source safe, made sure the virtual directory to it is still valid, and try running it (note when I open its solutions, it opens .NET 1.0). problems started here:

1. If I am in Debug mode, I get a
Error while trying to run project: Unable to start debugging on the web server. Catastrophic failure.

2. If I switch to Release mode, I keep getting hte message that a class project has to be started from either a url or another progrem. I made sure the starting point is the url, but I keep gettting this message.

3. If I run without debugging, it runs......but it uses the 1.1 Framework, this, being a 1.0 application.

I tried transforming the whole app. to 1.1, and now I keep getting the error
Error while trying to run project: Unable to start debugging on the web server. Catastrophic failure.

A search within microsoft, let me to http://support.microsoft.com/default...b;en-us;827559 .

Yes, I am running windows 2000 with SP4, but I had .NET 1.1 installed before I installed SP4 (and of course IIS was already installed)
Anyway I tried following the instructions here, but cannot find Domain Controller Security Policy .
Still the app. runs without debugging, but some of the XML/XSLT methods I used in the original app. have become obsolete now......I have tor eview the code and update parts of it.
Still I would like to run my app. with debugging capabilites, just as I used to in the past. Can anybody help on this?
Jul 21 '05 #1
3 1164
You can configure the old app to use .Net 1.0 while still running 1.1
side-by-side.

There's a nice free tool to help you with this:

ASP.NET Version Switcher

"The ASP.NET Version Switcher is a little utility that can be used to
quickly switch the .NET Framework version that the ASPX pages are compiled
against. This is helpful for developers who often have to test their web
applications for compatibility with different version of the .NET Framework"

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx
"rocio" <ro************@softwareservices.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I need some comments/help on this.

Some months ago, all I had installed in my computer was .NEt 1.0 and the
Framework 1.0 .
I developed an ASP application then, it run fine, got installed in another
server, while I deleted all the programs from my computer after they were
saved in Source Safe.

After this, I started a new project with handhelds, for which I had to
install .NEt 2003 with the Framewrok 1.1 .
My mobile applications (windows app). runs fine, as of today.

But today I had to go back to the ASP app. to add some enhancements to the
same. I downloaded the app. from source safe, made sure the virtual
directory to it is still valid, and try running it (note when I open its
solutions, it opens .NET 1.0). problems started here:

1. If I am in Debug mode, I get a
Error while trying to run project: Unable to start debugging on the web
server. Catastrophic failure.

2. If I switch to Release mode, I keep getting hte message that a class
project has to be started from either a url or another progrem. I made sure
the starting point is the url, but I keep gettting this message.

3. If I run without debugging, it runs......but it uses the 1.1 Framework,
this, being a 1.0 application.

I tried transforming the whole app. to 1.1, and now I keep getting the error
Error while trying to run project: Unable to start debugging on the web
server. Catastrophic failure.

A search within microsoft, let me to
http://support.microsoft.com/default...b;en-us;827559 .

Yes, I am running windows 2000 with SP4, but I had .NET 1.1 installed before
I installed SP4 (and of course IIS was already installed)
Anyway I tried following the instructions here, but cannot find Domain
Controller Security Policy .
Still the app. runs without debugging, but some of the XML/XSLT methods I
used in the original app. have become obsolete now......I have tor eview the
code and update parts of it.
Still I would like to run my app. with debugging capabilites, just as I used
to in the past. Can anybody help on this?
Jul 21 '05 #2
if you got the project properties | Common Properties | General then select
the Supported Runtimes you can select which versions your applications
support. Enabling both 1.0 and 1.1 versions of .net.

luke
www.luke-smith.co.uk

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:eK*************@TK2MSFTNGP11.phx.gbl...
You can configure the old app to use .Net 1.0 while still running 1.1
side-by-side.

There's a nice free tool to help you with this:

ASP.NET Version Switcher

"The ASP.NET Version Switcher is a little utility that can be used to
quickly switch the .NET Framework version that the ASPX pages are compiled
against. This is helpful for developers who often have to test their web
applications for compatibility with different version of the .NET Framework"
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx
"rocio" <ro************@softwareservices.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I need some comments/help on this.

Some months ago, all I had installed in my computer was .NEt 1.0 and the
Framework 1.0 .
I developed an ASP application then, it run fine, got installed in another
server, while I deleted all the programs from my computer after they were
saved in Source Safe.

After this, I started a new project with handhelds, for which I had to
install .NEt 2003 with the Framewrok 1.1 .
My mobile applications (windows app). runs fine, as of today.

But today I had to go back to the ASP app. to add some enhancements to the
same. I downloaded the app. from source safe, made sure the virtual
directory to it is still valid, and try running it (note when I open its
solutions, it opens .NET 1.0). problems started here:

1. If I am in Debug mode, I get a
Error while trying to run project: Unable to start debugging on the web server. Catastrophic failure.

2. If I switch to Release mode, I keep getting hte message that a class
project has to be started from either a url or another progrem. I made sure the starting point is the url, but I keep gettting this message.

3. If I run without debugging, it runs......but it uses the 1.1 Framework,
this, being a 1.0 application.

I tried transforming the whole app. to 1.1, and now I keep getting the error Error while trying to run project: Unable to start debugging on the web server. Catastrophic failure.

A search within microsoft, let me to
http://support.microsoft.com/default...b;en-us;827559 .

Yes, I am running windows 2000 with SP4, but I had .NET 1.1 installed before I installed SP4 (and of course IIS was already installed)
Anyway I tried following the instructions here, but cannot find Domain
Controller Security Policy .
Still the app. runs without debugging, but some of the XML/XSLT methods I
used in the original app. have become obsolete now......I have tor eview the code and update parts of it.
Still I would like to run my app. with debugging capabilites, just as I used to in the past. Can anybody help on this?

Jul 21 '05 #3
That works very well with WinForms, but mucks up more often than not with
ASP.NET. I assume it has something to do with the fact that IIS has to
ground to one runtime.

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

************************************************** ********************
Think Outside the Box!
************************************************** ********************
"Luke Smith" <lu**********@btinternet.com> wrote in message
news:uT**************@TK2MSFTNGP09.phx.gbl...
if you got the project properties | Common Properties | General then select the Supported Runtimes you can select which versions your applications
support. Enabling both 1.0 and 1.1 versions of .net.

luke
www.luke-smith.co.uk

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:eK*************@TK2MSFTNGP11.phx.gbl...
You can configure the old app to use .Net 1.0 while still running 1.1
side-by-side.

There's a nice free tool to help you with this:

ASP.NET Version Switcher

"The ASP.NET Version Switcher is a little utility that can be used to
quickly switch the .NET Framework version that the ASPX pages are compiled against. This is helpful for developers who often have to test their web
applications for compatibility with different version of the .NET

Framework"

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx
"rocio" <ro************@softwareservices.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I need some comments/help on this.

Some months ago, all I had installed in my computer was .NEt 1.0 and the
Framework 1.0 .
I developed an ASP application then, it run fine, got installed in another server, while I deleted all the programs from my computer after they were saved in Source Safe.

After this, I started a new project with handhelds, for which I had to
install .NEt 2003 with the Framewrok 1.1 .
My mobile applications (windows app). runs fine, as of today.

But today I had to go back to the ASP app. to add some enhancements to the same. I downloaded the app. from source safe, made sure the virtual
directory to it is still valid, and try running it (note when I open its
solutions, it opens .NET 1.0). problems started here:

1. If I am in Debug mode, I get a
Error while trying to run project: Unable to start debugging on the

web
server. Catastrophic failure.

2. If I switch to Release mode, I keep getting hte message that a class
project has to be started from either a url or another progrem. I made

sure
the starting point is the url, but I keep gettting this message.

3. If I run without debugging, it runs......but it uses the 1.1 Framework, this, being a 1.0 application.

I tried transforming the whole app. to 1.1, and now I keep getting the

error
Error while trying to run project: Unable to start debugging on the

web
server. Catastrophic failure.

A search within microsoft, let me to
http://support.microsoft.com/default...b;en-us;827559 .

Yes, I am running windows 2000 with SP4, but I had .NET 1.1 installed

before
I installed SP4 (and of course IIS was already installed)
Anyway I tried following the instructions here, but cannot find Domain
Controller Security Policy .
Still the app. runs without debugging, but some of the XML/XSLT methods I used in the original app. have become obsolete now......I have tor eview

the
code and update parts of it.
Still I would like to run my app. with debugging capabilites, just as I

used
to in the past. Can anybody help on this?


Jul 21 '05 #4

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

Similar topics

0
by: |-|erc | last post by:
Hi! Small challenge for you. The index.php uses this file and calls layout(). Take a look at www.chatty.net this file draws the chat login box on the right. I traced the CHAT button it submits...
16
by: Fuzzyman | last post by:
Hello, To create a classic (old style) class, I write : class foo: pass To do the equivalent as a new style class, I write : class foo(object):
2
by: nitin | last post by:
g++ -c $INCLUDES ActualPEResult.cpp In file included from /usr/include/c++/3.2.2/backward/iostream.h:31, from /home/pradeepks/Linux_Porting/dcpfrontier/dcpdev/dcp_components/trap...
4
by: susmita_ganguly | last post by:
Hi I am trying to upgrade from oracle 8i to oracle 9i on the same server ..I don't know much abt migration . Can anyone help me out. Thanks. Susmita
2
by: cs168 | last post by:
Hi I am new in ASP programming so I do use the very basic and simple way to do all my stuff. Now I do really got stuck at how can I loop thru the calculation for all my selection.. My full code is as...
7
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I...
7
by: lgbjr | last post by:
Hello All, I¡¯m using a context menu associated with some pictureboxes to provide copy/paste functionality. Copying the image to the clipboard was easy. But pasting an image from the clipboard...
1
by: RSH | last post by:
Im trying to create a stored procedure of the following code. I want to set it so that I have to send the first 4 variables (@DB, @BackUpFile,@TestDB,@RestoreFile). I am having trouble when i try...
20
by: Development - multi.art.studio | last post by:
Hello everyone, i just upgraded my old postgres-database from version 7.1 to 7.4.2. i dumped out my 7.1 database (with pg_dump from 7.1) as an sql-file with copy-commands and to one file using...
6
by: ransoma22 | last post by:
I developing an application that receive SMS from a connected GSM handphone, e.g Siemens M55, Nokia 6230,etc through the data cable. The application(VB.NET) will receive the SMS automatically,...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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
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
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...

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.