Unable to open VS.Net2003 - ASP.Net Solutions
This is a multi-part message in MIME format.
--------------030807000102040003030304
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi, this is what I _/*can do*/_:
- Create new solutions using VS.Net ASP.Net
- Save the solutions, build the solution, view in browser with the
solution still open.
But, once I close the solution, I /_*can not*_/ open it again in
VS.Net2003 because it hangs my machine.
I can't either browse the created solution because it also hangs the
whole machine.
Can anyone give a hand with this problem?
Thanks a lot in advance,
Federico.
--------------030807000102040003030304
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, this is what I <u><i><b>can do</b></i></u>: <br>
- Create new solutions using VS.Net ASP.Net<br>
- Save the solutions, build the solution, view in browser with the
solution still open.<br>
But, once I close the solution, I <i><u><b>can not</b></u></i> open it
again in VS.Net2003 because it hangs my machine.<br>
I can't either browse the created solution because it also hangs the
whole machine.<br>
<br>
Can anyone give a hand with this problem?<br>
<br>
Thanks a lot in advance,<br>
Federico.<br>
</body>
</html>
--------------030807000102040003030304--
Re: Unable to open VS.Net2003 - ASP.Net Solutions
What do you mean by "hangs my machine". Is it just hanging VS.Net or does
your entire machine just stop responding?
In any case, the issue does not sound like it is related to IIS. You may
want to start with a VS.Net-related newsgroup. You may also be running
personal security software that can do this...
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Federico" <fedehd1 [at] gmail.com> wrote in message
news:%23p7DB5K3FHA.3296 [at] TK2MSFTNGP09.phx.gbl...
Hi, this is what I _/*can do*/_:
- Create new solutions using VS.Net ASP.Net
- Save the solutions, build the solution, view in browser with the
solution still open.
But, once I close the solution, I /_*can not*_/ open it again in
VS.Net2003 because it hangs my machine.
I can't either browse the created solution because it also hangs the
whole machine.
Can anyone give a hand with this problem?
Thanks a lot in advance,
Federico.
Re: Unable to open VS.Net2003 - ASP.Net Solutions
Thanks a lot for your reponse!
By hangs my machine I mean that it just stop responding (the entire
machine :-( )
I have published this same post in many other newsgroups (both in
Spanish and English) and no one has given me an answer about what could
be the problem.
I you happen to think of something that could be a possible solution,
please let me know.
Thanks again!
Federico.
David Wang [Msft] wrote:
>What do you mean by "hangs my machine". Is it just hanging VS.Net or does
>your entire machine just stop responding?
>
>In any case, the issue does not sound like it is related to IIS. You may
>want to start with a VS.Net-related newsgroup. You may also be running
>personal security software that can do this...
>
>
>
Re: Unable to open VS.Net2003 - ASP.Net Solutions
One possibility I can think of:
Do you happen to have "/debug" enabled in the BOOT.INI for your machine, and
then something in your app causes an unhandled exception that is not caught
by any debuggers (since you have none configured)... and since you have
/debug , the unhandled exception will eventually halt the machine waiting
for a Kernel Debugger (if still unhandled, it results in a BSOD).
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Federico" <fedehd1 [at] gmail.com> wrote in message
news:%23r%23g9cn3FHA.3636 [at] TK2MSFTNGP09.phx.gbl...
Thanks a lot for your reponse!
By hangs my machine I mean that it just stop responding (the entire
machine :-( )
I have published this same post in many other newsgroups (both in
Spanish and English) and no one has given me an answer about what could
be the problem.
I you happen to think of something that could be a possible solution,
please let me know.
Thanks again!
Federico.
David Wang [Msft] wrote:
>What do you mean by "hangs my machine". Is it just hanging VS.Net or does
>your entire machine just stop responding?
>
>In any case, the issue does not sound like it is related to IIS. You may
>want to start with a VS.Net-related newsgroup. You may also be running
>personal security software that can do this...
>
>
>
Re: Unable to open VS.Net2003 - ASP.Net Solutions
Hi David, thaks for the answer.
Here's my Boot.ini text:
"[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn
"
This is all there is in my boot.ini file in C:\.
I also looped up in the rest of the machine and it's the only file named
that.
Can you think of any other possibility?
Thanks again,
Fede.
David Wang [Msft] wrote:
>One possibility I can think of:
>Do you happen to have "/debug" enabled in the BOOT.INI for your machine, and
>then something in your app causes an unhandled exception that is not caught
>by any debuggers (since you have none configured)... and since you have
>/debug , the unhandled exception will eventually halt the machine waiting
>for a Kernel Debugger (if still unhandled, it results in a BSOD).
>
>
>