473,387 Members | 1,529 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.

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 1418
Hi:

Try this...

1. Please navigate to the .NET version directory on the web server. For
example...
C:\Winnt\Microsoft.NET\Framework\v1.0.XXXX

2. Run the following command
aspnet_regiis.exe -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*****@discussions.microsoft.com> wrote in message
news:D3**********************************@microsof t.com...
Hi:

Try this...

1. Please navigate to the .NET version directory on the web server. For
example...
C:\Winnt\Microsoft.NET\Framework\v1.0.XXXX

2. Run the following command
aspnet_regiis.exe -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*****@discussions.microsoft.com> wrote in message
news:D3**********************************@microsof t.com...
Hi:

Try this...

1. Please navigate to the .NET version directory on the web server. For
example...
C:\Winnt\Microsoft.NET\Framework\v1.0.XXXX

2. Run the following command
aspnet_regiis.exe -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*****@discussions.microsoft.com> wrote in message
news:95**********************************@microsof t.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*****@discussions.microsoft.com> wrote in message
news:D3**********************************@microsof t.com...
> Hi:
>
> Try this...
>
> 1. Please navigate to the .NET version directory on the web server. For
> example...
> C:\Winnt\Microsoft.NET\Framework\v1.0.XXXX
>
> 2. Run the following command
> aspnet_regiis.exe -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*****@discussions.microsoft.com> wrote in message
news:95**********************************@microsof t.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*****@discussions.microsoft.com> wrote in message
news:D3**********************************@microsof t.com...
> Hi:
>
> Try this...
>
> 1. Please navigate to the .NET version directory on the web server. For
> example...
> C:\Winnt\Microsoft.NET\Framework\v1.0.XXXX
>
> 2. Run the following command
> aspnet_regiis.exe -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*****@discussions.microsoft.com> wrote in message
news:7A**********************************@microsof t.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*****@discussions.microsoft.com> wrote in message
news:95**********************************@microsof t.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*****@discussions.microsoft.com> wrote in message
>> news:D3**********************************@microsof t.com...
>> > Hi:
>> >
>> > Try this...
>> >
>> > 1. Please navigate to the .NET version directory on the web server.
>> > For
>> > example...
>> > C:\Winnt\Microsoft.NET\Framework\v1.0.XXXX
>> >
>> > 2. Run the following command
>> > aspnet_regiis.exe -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*************@TK2MSFTNGP11.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
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...
2
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...
6
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...
0
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...
7
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(); ...
1
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...
4
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...
13
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
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...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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:
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,...
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...

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.