VS.NET Crashes From ASPX line!

S

Swoozie Pellegrino

Hi, all.

I'm having a helluva time with VS.NET 2005 and ASP.NET 2.0.
When I add one line to my ASPX page, it causes the IDE to
bomb with the dialog that says:

"Microsoft Visual Studio 2005 has encountered
a problem and needs to close...."

The line that I add is:

<%@ Register Assembly="Console.WebControls"
Namespace="Console.WebControls" TagPrefix="Console" %>

There's a previous assembly registration directive right above
that line that causes no problems. Something with the Intellisense
or whatever triggers a crash, most times before I save the file.

I'm not sure to what depth the debugger tries to resolve things
when the directive is added to the page in the IDE, but something's
messed up.

Thanks for the help,
~swooz
 
B

bruce barker

most likely when Console.WebControls is instantiated, and its properties
are accessed (by intellisense) it throwing an error from unmanaged code.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,592
Members
45,103
Latest member
VinaykumarnNevatia
Top