Failed to parse method 'InitializeComponent'

G

Guest

When I recompile my application in VS.Net 2003, I occasionaly get this error.
There are no other errors listed in the Task List. Does anyone know what
might be causing this? If I close and reopen VS, everything works fine.
This most often happens after I recompile a web service.

Failed to parse method 'InitializeComponent'. The parser reported the
following error 'Exception from HRESULT: 0xC0000005.'. Please look in the
Task List for potential errors.
 
G

Guest

Some additonal information . . .

This only occurs after recompiling my web service project which is a
separate project in a multi-project solution.

The other thing that is happening, is the same web service project
ocasionally will hang when recompiling. That is it starts the "Main Compile"
as indicated in the Output window but never completes. I have let it go for
as long 15 minutes to see if it would simply time out. It doesn't.
Cancelling the compile and restarting VS, fixes the problem. The web service
will recomplie several times without a problem.

I have repaired the VS installation and even did a clean re-install. Since
this did not fix the problem, I suspect this problem is project specific.
 

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

Top