473,748 Members | 2,320 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error while trying to run project, Final attempt

Hi all,

I create a new asp project, with just one button on the startup form but
when I run I always get a messagebox with the error : "Error while trying to
run project." That's all what I see in the msgbox, NO EXTRA information. I'm
using visual studio 2003, xp prof
with service pack 2.
Also old asp projects I created doesn ' t run anymore, I get the same error.
The problem doesn't only occur when debugging, it occurs always.
I found on the internet a lot the problem : "Error while trying to run
project: Unable to start debugging on the Web server." But nothing in there
solves my problem. But like I wrote before, I only get the message "Error
while trying to
run project."

The project compiles and even works if I type the URL in IE6.0.

I did not install framework 2.0 Beta.

I already reinstalled, vs.net 2003, framework 1.1, IIS, but the problem
remains.
I'm already a week stuck with the problem, the problem has to solved today
otherwise I have to reinstall my PC, so please .... HELP
Kris.
Nov 18 '05 #1
7 1433
Hi:

Try this...

1. Please navigate to the .NET version directory on the web server. For
example...
C:\Winnt\Micros oft.NET\Framewo rk\v1.0.XXXX

2. Run the following command
aspnet_regiis.e xe -i

3. Run the following command
iisreset.exe

IN essence what you are doing is reinstalling ASP.NET and restarting IIS.
Hope this helps!

Thanks,
Hrishi

"Kris Desmadryl" wrote:
Hi all,

I create a new asp project, with just one button on the startup form but
when I run I always get a messagebox with the error : "Error while trying to
run project." That's all what I see in the msgbox, NO EXTRA information. I'm
using visual studio 2003, xp prof
with service pack 2.
Also old asp projects I created doesn ' t run anymore, I get the same error.
The problem doesn't only occur when debugging, it occurs always.
I found on the internet a lot the problem : "Error while trying to run
project: Unable to start debugging on the Web server." But nothing in there
solves my problem. But like I wrote before, I only get the message "Error
while trying to
run project."

The project compiles and even works if I type the URL in IE6.0.

I did not install framework 2.0 Beta.

I already reinstalled, vs.net 2003, framework 1.1, IIS, but the problem
remains.
I'm already a week stuck with the problem, the problem has to solved today
otherwise I have to reinstall my PC, so please .... HELP
Kris.

Nov 18 '05 #2
thx, for answering.
But this I already tried, without success.

Kris.
"Hrishi R" <Hr*****@discus sions.microsoft .com> wrote in message
news:D3******** *************** ***********@mic rosoft.com...
Hi:

Try this...

1. Please navigate to the .NET version directory on the web server. For
example...
C:\Winnt\Micros oft.NET\Framewo rk\v1.0.XXXX

2. Run the following command
aspnet_regiis.e xe -i

3. Run the following command
iisreset.exe

IN essence what you are doing is reinstalling ASP.NET and restarting IIS.
Hope this helps!

Thanks,
Hrishi

"Kris Desmadryl" wrote:
Hi all,

I create a new asp project, with just one button on the startup form but
when I run I always get a messagebox with the error : "Error while trying
to
run project." That's all what I see in the msgbox, NO EXTRA information.
I'm
using visual studio 2003, xp prof
with service pack 2.
Also old asp projects I created doesn ' t run anymore, I get the same
error.
The problem doesn't only occur when debugging, it occurs always.
I found on the internet a lot the problem : "Error while trying to run
project: Unable to start debugging on the Web server." But nothing in
there
solves my problem. But like I wrote before, I only get the message "Error
while trying to
run project."

The project compiles and even works if I type the URL in IE6.0.

I did not install framework 2.0 Beta.

I already reinstalled, vs.net 2003, framework 1.1, IIS, but the problem
remains.
I'm already a week stuck with the problem, the problem has to solved
today
otherwise I have to reinstall my PC, so please .... HELP
Kris.

Nov 18 '05 #3
Do you have a valid project file called web.config in the URL specified and
is 'debug' set to 'true' in that file?
If not please do so. This should normally correct the problem.
Please do a iisreset again after doing the above.

"Kris Desmadryl" wrote:
thx, for answering.
But this I already tried, without success.

Kris.
"Hrishi R" <Hr*****@discus sions.microsoft .com> wrote in message
news:D3******** *************** ***********@mic rosoft.com...
Hi:

Try this...

1. Please navigate to the .NET version directory on the web server. For
example...
C:\Winnt\Micros oft.NET\Framewo rk\v1.0.XXXX

2. Run the following command
aspnet_regiis.e xe -i

3. Run the following command
iisreset.exe

IN essence what you are doing is reinstalling ASP.NET and restarting IIS.
Hope this helps!

Thanks,
Hrishi

"Kris Desmadryl" wrote:
Hi all,

I create a new asp project, with just one button on the startup form but
when I run I always get a messagebox with the error : "Error while trying
to
run project." That's all what I see in the msgbox, NO EXTRA information.
I'm
using visual studio 2003, xp prof
with service pack 2.
Also old asp projects I created doesn ' t run anymore, I get the same
error.
The problem doesn't only occur when debugging, it occurs always.
I found on the internet a lot the problem : "Error while trying to run
project: Unable to start debugging on the Web server." But nothing in
there
solves my problem. But like I wrote before, I only get the message "Error
while trying to
run project."

The project compiles and even works if I type the URL in IE6.0.

I did not install framework 2.0 Beta.

I already reinstalled, vs.net 2003, framework 1.1, IIS, but the problem
remains.
I'm already a week stuck with the problem, the problem has to solved
today
otherwise I have to reinstall my PC, so please .... HELP
Kris.


Nov 18 '05 #4
I create a new asp project in vs.net 2003, and just place a button on it.
I don't change anything on the web.config, 'debug' is set to true.

Are there still other things to check ?

Kris.

"Hrishi R" <Hr*****@discus sions.microsoft .com> wrote in message
news:95******** *************** ***********@mic rosoft.com...
Do you have a valid project file called web.config in the URL specified
and
is 'debug' set to 'true' in that file?
If not please do so. This should normally correct the problem.
Please do a iisreset again after doing the above.

"Kris Desmadryl" wrote:
thx, for answering.
But this I already tried, without success.

Kris.
"Hrishi R" <Hr*****@discus sions.microsoft .com> wrote in message
news:D3******** *************** ***********@mic rosoft.com...
> Hi:
>
> Try this...
>
> 1. Please navigate to the .NET version directory on the web server. For
> example...
> C:\Winnt\Micros oft.NET\Framewo rk\v1.0.XXXX
>
> 2. Run the following command
> aspnet_regiis.e xe -i
>
> 3. Run the following command
> iisreset.exe
>
> IN essence what you are doing is reinstalling ASP.NET and restarting
> IIS.
> Hope this helps!
>
> Thanks,
> Hrishi
>
> "Kris Desmadryl" wrote:
>
>> Hi all,
>>
>> I create a new asp project, with just one button on the startup form
>> but
>> when I run I always get a messagebox with the error : "Error while
>> trying
>> to
>> run project." That's all what I see in the msgbox, NO EXTRA
>> information.
>> I'm
>> using visual studio 2003, xp prof
>> with service pack 2.
>> Also old asp projects I created doesn ' t run anymore, I get the same
>> error.
>> The problem doesn't only occur when debugging, it occurs always.
>> I found on the internet a lot the problem : "Error while trying to run
>> project: Unable to start debugging on the Web server." But nothing in
>> there
>> solves my problem. But like I wrote before, I only get the message
>> "Error
>> while trying to
>> run project."
>>
>> The project compiles and even works if I type the URL in IE6.0.
>>
>> I did not install framework 2.0 Beta.
>>
>> I already reinstalled, vs.net 2003, framework 1.1, IIS, but the
>> problem
>> remains.
>> I'm already a week stuck with the problem, the problem has to solved
>> today
>> otherwise I have to reinstall my PC, so please .... HELP
>>
>>
>> Kris.
>>
>>
>>


Nov 18 '05 #5
Hope this helps....
http://support.microsoft.com/default...b;en-us;306172

Hrishi

"Kris Desmadryl" wrote:
I create a new asp project in vs.net 2003, and just place a button on it.
I don't change anything on the web.config, 'debug' is set to true.

Are there still other things to check ?

Kris.

"Hrishi R" <Hr*****@discus sions.microsoft .com> wrote in message
news:95******** *************** ***********@mic rosoft.com...
Do you have a valid project file called web.config in the URL specified
and
is 'debug' set to 'true' in that file?
If not please do so. This should normally correct the problem.
Please do a iisreset again after doing the above.

"Kris Desmadryl" wrote:
thx, for answering.
But this I already tried, without success.

Kris.
"Hrishi R" <Hr*****@discus sions.microsoft .com> wrote in message
news:D3******** *************** ***********@mic rosoft.com...
> Hi:
>
> Try this...
>
> 1. Please navigate to the .NET version directory on the web server. For
> example...
> C:\Winnt\Micros oft.NET\Framewo rk\v1.0.XXXX
>
> 2. Run the following command
> aspnet_regiis.e xe -i
>
> 3. Run the following command
> iisreset.exe
>
> IN essence what you are doing is reinstalling ASP.NET and restarting
> IIS.
> Hope this helps!
>
> Thanks,
> Hrishi
>
> "Kris Desmadryl" wrote:
>
>> Hi all,
>>
>> I create a new asp project, with just one button on the startup form
>> but
>> when I run I always get a messagebox with the error : "Error while
>> trying
>> to
>> run project." That's all what I see in the msgbox, NO EXTRA
>> information.
>> I'm
>> using visual studio 2003, xp prof
>> with service pack 2.
>> Also old asp projects I created doesn ' t run anymore, I get the same
>> error.
>> The problem doesn't only occur when debugging, it occurs always.
>> I found on the internet a lot the problem : "Error while trying to run
>> project: Unable to start debugging on the Web server." But nothing in
>> there
>> solves my problem. But like I wrote before, I only get the message
>> "Error
>> while trying to
>> run project."
>>
>> The project compiles and even works if I type the URL in IE6.0.
>>
>> I did not install framework 2.0 Beta.
>>
>> I already reinstalled, vs.net 2003, framework 1.1, IIS, but the
>> problem
>> remains.
>> I'm already a week stuck with the problem, the problem has to solved
>> today
>> otherwise I have to reinstall my PC, so please .... HELP
>>
>>
>> Kris.
>>
>>
>>


Nov 18 '05 #6
My error msg doesn't match with one in the list, but nevertheless, I did
already try them all.
My error msg is "Error while trying to run project." and nothing more.
But 1000x thx for your time

Other suggestions ?

Kris

"Hrishi R" <Hr*****@discus sions.microsoft .com> wrote in message
news:7A******** *************** ***********@mic rosoft.com...
Hope this helps....
http://support.microsoft.com/default...b;en-us;306172

Hrishi

"Kris Desmadryl" wrote:
I create a new asp project in vs.net 2003, and just place a button on it.
I don't change anything on the web.config, 'debug' is set to true.

Are there still other things to check ?

Kris.

"Hrishi R" <Hr*****@discus sions.microsoft .com> wrote in message
news:95******** *************** ***********@mic rosoft.com...
> Do you have a valid project file called web.config in the URL specified
> and
> is 'debug' set to 'true' in that file?
> If not please do so. This should normally correct the problem.
> Please do a iisreset again after doing the above.
>
> "Kris Desmadryl" wrote:
>
>> thx, for answering.
>> But this I already tried, without success.
>>
>> Kris.
>>
>>
>> "Hrishi R" <Hr*****@discus sions.microsoft .com> wrote in message
>> news:D3******** *************** ***********@mic rosoft.com...
>> > Hi:
>> >
>> > Try this...
>> >
>> > 1. Please navigate to the .NET version directory on the web server.
>> > For
>> > example...
>> > C:\Winnt\Micros oft.NET\Framewo rk\v1.0.XXXX
>> >
>> > 2. Run the following command
>> > aspnet_regiis.e xe -i
>> >
>> > 3. Run the following command
>> > iisreset.exe
>> >
>> > IN essence what you are doing is reinstalling ASP.NET and restarting
>> > IIS.
>> > Hope this helps!
>> >
>> > Thanks,
>> > Hrishi
>> >
>> > "Kris Desmadryl" wrote:
>> >
>> >> Hi all,
>> >>
>> >> I create a new asp project, with just one button on the startup
>> >> form
>> >> but
>> >> when I run I always get a messagebox with the error : "Error while
>> >> trying
>> >> to
>> >> run project." That's all what I see in the msgbox, NO EXTRA
>> >> information.
>> >> I'm
>> >> using visual studio 2003, xp prof
>> >> with service pack 2.
>> >> Also old asp projects I created doesn ' t run anymore, I get the
>> >> same
>> >> error.
>> >> The problem doesn't only occur when debugging, it occurs always.
>> >> I found on the internet a lot the problem : "Error while trying to
>> >> run
>> >> project: Unable to start debugging on the Web server." But nothing
>> >> in
>> >> there
>> >> solves my problem. But like I wrote before, I only get the message
>> >> "Error
>> >> while trying to
>> >> run project."
>> >>
>> >> The project compiles and even works if I type the URL in IE6.0.
>> >>
>> >> I did not install framework 2.0 Beta.
>> >>
>> >> I already reinstalled, vs.net 2003, framework 1.1, IIS, but the
>> >> problem
>> >> remains.
>> >> I'm already a week stuck with the problem, the problem has to
>> >> solved
>> >> today
>> >> otherwise I have to reinstall my PC, so please .... HELP
>> >>
>> >>
>> >> Kris.
>> >>
>> >>
>> >>
>>
>>
>>


Nov 18 '05 #7
Problem finally solved by reinstalling windows, lucky for me automatically
recovery worked.

"Kris Desmadryl" <kr************ ******@tenforce .com> wrote in message
news:#K******** *****@TK2MSFTNG P11.phx.gbl...
Hi all,

I create a new asp project, with just one button on the startup form but
when I run I always get a messagebox with the error : "Error while trying to run project." That's all what I see in the msgbox, NO EXTRA information. I'm using visual studio 2003, xp prof
with service pack 2.
Also old asp projects I created doesn ' t run anymore, I get the same error. The problem doesn't only occur when debugging, it occurs always.
I found on the internet a lot the problem : "Error while trying to run
project: Unable to start debugging on the Web server." But nothing in there solves my problem. But like I wrote before, I only get the message "Error
while trying to
run project."

The project compiles and even works if I type the URL in IE6.0.

I did not install framework 2.0 Beta.

I already reinstalled, vs.net 2003, framework 1.1, IIS, but the problem
remains.
I'm already a week stuck with the problem, the problem has to solved today
otherwise I have to reinstall my PC, so please .... HELP
Kris.

Nov 18 '05 #8

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

Similar topics

3
3809
by: Andrew | last post by:
(I've made two previous attempts to post this using MSDN's web interface, but it doesn't seem to be working. I've switched to a newsreader, but I apologize for the duplication if the other posts show up....) I'm attempting to copy an ASP.net project developed on a local machine to a web server, using the Copy Project menu command, as described in the VS.Net Walkthroughs booklet. I have set up a website for this purpose on the server...
2
828
by: Gustavo L. Fabro | last post by:
Greetings. I had an user control built on Visual Studio 2003 that I used in some forms build also with Visual Studio 2003 (C++ was the language for both cases). Now I'm trying to port this to VS 2005. The forms that use these specialized ..NET /CLR compiled controls will compile and run, but won't show in the Design editor. What happens is that when I double click the .h file to open it under the
6
4751
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much appreciated. Thanks in advance
0
1075
by: Bob Mixon | last post by:
Hello all, I am receiving the following error when I attempt to run a new web project. I reciently had to reinstall Windows XP Pro and do not know if it is a problem with security. Any help would be greatly appreciated. Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. Thanks,
7
1430
by: iwdu15 | last post by:
i added a from called "Splash" to my project and am trying to get it to show up on a formload event...but it gives a buildtime error on the line below static Splash * frm = new Splash(); c:\Documents and Settings\User\Desktop\Final_Project\Final Project\Final\Form1.h(1906): error C3845: 'Final::Form1::frm': only static data members can be initialized inside a __gc class or value type c:\Documents and...
1
2688
by: labonte373 | last post by:
Hello. I am trying to complete a class project. My code compiles but will not link. I keep getting the following error: Linking... p9-4-4.obj : error LNK2001: unresolved external symbol "void __cdecl Load_Student_Table(struct TABLE_STRUCT * const,int)" (?Load_Student_Table@@YAXQAUTABLE_STRUCT@@H@Z) Debug/p9-4-4.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. My program is as follows:
4
3638
by: cnixuser | last post by:
Hello, I am posting reguarding some modifications I made to a text editor program that I wrote in my java class at my school today. The file I was modifying is a very simple java text editor with a "JMenuBar" object, with "JMenu" objects, such as "File" with "JMenuItem" objects such as "Save". The Modifications that I am attempting to make to the program are designed to give actual functionality to the "JMenuItems", starting with the "Save"...
13
5049
by: ravi | last post by:
I am a final year computer engineering student i am looking for some good as well as tough project ideas in C/C++ Can anybody help me by giving their ideas Thanks in advance.
0
3234
by: rbukkara | last post by:
Hi, I have got the following error while trying to add a user in the LDAP Directory. javax.naming.NameNotFoundException: ; remaining name 'uid=vassila,ou=People,dc=cs,dc=uno,dc=edu' I have given all the attributes which are needed, for the user, in the code and also the proper path where the user has to be added. Please have a look at my code CODE] // This is a class file which stores all the info required for the user
0
8983
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9528
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9359
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
9310
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
9236
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
6072
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
4592
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4863
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3298
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

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.