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

Error while trying to run project

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." No more 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.
I think sp2 has something to do with it.
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.

I'm already 2 days stuck with the problem.... HELP

Kris.
Nov 18 '05 #1
13 1876
Does it compile. Did you try to just compile the project?

"Kris Desmadryl" <kr******************@tenforce.com> wrote in message
news:ei**************@tk2msftngp13.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." No more 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. I think sp2 has something to do with it.
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.

I'm already 2 days stuck with the problem.... HELP

Kris.

Nov 18 '05 #2
Hi Kris,

Check out the following blog post and see if it helps :
http://tod1d.blogspot.com/2004/10/un...ng-on-web.html

If you recently installed .NET Framwork 2.0 Beta, you will have this
problem.

Tod Birdsall, MCP
http://tod1d.blogspot.com

Nov 18 '05 #3
Hi Kris,

Check out the following blog post :
http://tod1d.blogspot.com/2004/10/un...ng-on-web.html

If you have recently installed the .NET Framework 2.0 Beta you will get
the error message you specified.
Tod Birdsall, MCP
http//:tod1d.blogspot.com

Nov 18 '05 #4
It compiles fine.
When I open IE and type the url http://mymachine/oncemore/webform1.aspx I
see my page with my button.
But starting in vs results in the specifying error.
any clue ?

"Kumar Reddi" <Ku********@REMOVETHIS.gmail.com> wrote in message
news:uV**************@TK2MSFTNGP11.phx.gbl...
Does it compile. Did you try to just compile the project?

"Kris Desmadryl" <kr******************@tenforce.com> wrote in message
news:ei**************@tk2msftngp13.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." No more 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.
I think sp2 has something to do with it.
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.

I'm already 2 days stuck with the problem.... HELP

Kris.


Nov 18 '05 #5
It compiles fine. I even see my form correct when I open IE and type in the
url (http://machine/demo/webform1.aspx)
But starting the project in vs give the specified error.

Kris.

"Kumar Reddi" <Ku********@REMOVETHIS.gmail.com> wrote in message
news:uV**************@TK2MSFTNGP11.phx.gbl...
Does it compile. Did you try to just compile the project?

"Kris Desmadryl" <kr******************@tenforce.com> wrote in message
news:ei**************@tk2msftngp13.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." No more 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.
I think sp2 has something to do with it.
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.

I'm already 2 days stuck with the problem.... HELP

Kris.


Nov 18 '05 #6
Hi Tod,

Thx for answering, but I didn't install .NET framework 2.0

Kris.

"Tod Birdsall" <no*****@netsalad.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Hi Kris,

Check out the following blog post and see if it helps :
http://tod1d.blogspot.com/2004/10/un...ng-on-web.html

If you recently installed .NET Framwork 2.0 Beta, you will have this
problem.

Tod Birdsall, MCP
http://tod1d.blogspot.com

Nov 18 '05 #7
Kris,
try attaching the aspnet_wp to the debugger manually to the Visual
studio.net after you start a web page in the browser. then put the break
points and try to step into the code. To do this, go to Debug --> Processes
and from the list pick the apsnet_wp and attach
"Kris Desmadryl" <kr******************@tenforce.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
It compiles fine. I even see my form correct when I open IE and type in the url (http://machine/demo/webform1.aspx)
But starting the project in vs give the specified error.

Kris.

"Kumar Reddi" <Ku********@REMOVETHIS.gmail.com> wrote in message
news:uV**************@TK2MSFTNGP11.phx.gbl...
Does it compile. Did you try to just compile the project?

"Kris Desmadryl" <kr******************@tenforce.com> wrote in message
news:ei**************@tk2msftngp13.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." No more 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.
I think sp2 has something to do with it.
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.

I'm already 2 days stuck with the problem.... HELP

Kris.



Nov 18 '05 #8
Tod,

Thx, but I did not install 2.0.

Any other idea ?

Kris.

"Tod Birdsall" <no*****@netsalad.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Hi Kris,

Check out the following blog post :
http://tod1d.blogspot.com/2004/10/un...ng-on-web.html

If you have recently installed the .NET Framework 2.0 Beta you will get
the error message you specified.
Tod Birdsall, MCP
http//:tod1d.blogspot.com

Nov 18 '05 #9
It compiles fine. I even see my webpage when I type the url directly in IE.
But start running the project with visual studio results in the specified
error.

Any idea ?

Kris
"Kumar Reddi" <Ku********@REMOVETHIS.gmail.com> wrote in message
news:uV**************@TK2MSFTNGP11.phx.gbl...
Does it compile. Did you try to just compile the project?

"Kris Desmadryl" <kr******************@tenforce.com> wrote in message
news:ei**************@tk2msftngp13.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." No more 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.
I think sp2 has something to do with it.
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.

I'm already 2 days stuck with the problem.... HELP

Kris.


Nov 18 '05 #10
Kris,

I have the exact same problem you do.

I'm running WIn2000 Pro SP4, DotNet v1.0.3705 and am using VS.NET 2002. I've
tried about a dozen fixes from this bulletin board and others- none work.
Most involved configuring various parts of IIS My application is ASP.NET
with a button on it- nothing else.

Have you figured this out yet?

Does anyone else have a reliable fix?

Thanks,

Bill K.

"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." No more 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.
I think sp2 has something to do with it.
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.

I'm already 2 days stuck with the problem.... HELP

Kris.

Nov 18 '05 #11
No, I think it's hopeless.
I already reďnstalled the vs.net 2003, IIS, the frameworks, asp. Nothing
seems to work.
It's almost a week I am stuck now.

Kris
"Bill K" <Bill K@discussions.microsoft.com> wrote in message
news:F3**********************************@microsof t.com...
Kris,

I have the exact same problem you do.

I'm running WIn2000 Pro SP4, DotNet v1.0.3705 and am using VS.NET 2002.
I've
tried about a dozen fixes from this bulletin board and others- none work.
Most involved configuring various parts of IIS My application is ASP.NET
with a button on it- nothing else.

Have you figured this out yet?

Does anyone else have a reliable fix?

Thanks,

Bill K.

"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." No more 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.
I think sp2 has something to do with it.
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.

I'm already 2 days stuck with the problem.... HELP

Kris.

Nov 18 '05 #12
Hi Kris,

If you installed IIS after you installed the .Net Framework, you can
run into a problem. See if the following article is usefull:
http://www.devx.com/vb2themax/Tip/18849

The gist of it is that you use the aspnet_regiis.exe tool to register
ASP.NET with IIS. Make sure you use the -i parameter (e.g.
aspnet_regiis.exe -i)
Hope this helps.

Tod Birdsall, MCP
http://tod1d.blogspot.com

Nov 18 '05 #13
Kris go to this site:-
http://www.gotdotnet.com/team/csharp/learn/whitepapers/
And it would give u a good guide what to do!
Hope it helps

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #14

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

Similar topics

5
by: Bob Bamberg | last post by:
Hello All, I have been trying without luck to get some information on debugging the Runtime Error R6025 - Pure Virtual Function Call. I am working in C++ and have only one class that is derived...
7
by: juli jul | last post by:
Hello, I am trying to compile a project and get the following error: A project with an Output Type of Class Library cannot be started directly Can somebody explain me why? Thank you very much!
2
by: James Zhuo | last post by:
Hi all I've been getting the following compilation error. I should explain the background of the project that i am taking over. This is a project that has been developed by someone else a while...
7
by: Kris Desmadryl | last post by:
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...
4
by: Jason Richmeier | last post by:
I keep encountering an error message while trying to build a solution that I cannot seem to get around. I cannot figure out what the error is trying to tell me as there does not appear to be much...
2
by: rknowles | last post by:
while trying to compile a relatively simple project, I recieved the error: " error LNK2001: unresolved external symbol "class std::basic_ostream<char,struct std::char_traits<char>......" I...
23
by: deathtospam | last post by:
A day or two ago, I wrote a quick ASPX page with a CS codebehind using Visual Studio .NET 2005 -- it worked, I saved it and closed the project. Today, I came back to the project, reopened the...
2
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: ...
1
by: eljainc | last post by:
Hello, I have a problem when working with a program that uses XAML in one of the modules. I copied some XAML code from another working project into an existing project, then when trying to...
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,...
0
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...
0
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...
0
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,...

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.