compilation error

  • Thread starter Thread starter LM
  • Start date Start date
L

LM

Whenever I debug the project, I get compile error every
other time. Even just adding comment gives me error.
It's very annoying.
Does anyone know why? I uninstalled and reinstalled
VS.net, but problem is still the same.
 
LM said:
Whenever I debug the project, I get compile error every
other time. Even just adding comment gives me error.
It's very annoying.
Does anyone know why? I uninstalled and reinstalled
VS.net, but problem is still the same.

What does the error say?
 
It says:

"Server Error in '/project_name' Application."
Description: An error occurred during the compilation of
a resource required to service this request. Please
review the following specific error details and modify
your source code appropriately.
Compiler Error Message: The compiler failed with error
code 2000.
vbc : Command line error BC2017 : ....
vbc : Fatal error BC2000 : compiler initialization failed
unexpectedly: The filename, directory name, or volume
label syntax is incorrect.

LM
 
LM said:
"Server Error in '/project_name' Application."
Description: An error occurred during the compilation of
a resource required to service this request. Please
review the following specific error details and modify
your source code appropriately.
Compiler Error Message: The compiler failed with error
code 2000.
vbc : Command line error BC2017 : ....
vbc : Fatal error BC2000 : compiler initialization failed
unexpectedly: The filename, directory name, or volume
label syntax is incorrect.

Does it only happen with the one project, or all projects?
 
I haven't checked all, but it happens with most of the
projects. I recoginized this behavior after adding
powerpoint reference, but not sure.
 
LM said:
I haven't checked all, but it happens with most of the
projects. I recoginized this behavior after adding
powerpoint reference, but not sure.

I'd try to isolate this then - create a simple project (in a new
solution) which does pretty much nothing. Test it in terms of
compiling, debugging etc. Add the PowerPoint reference and maybe one
line of code which will actually use that reference. Test again. If it
suddenly stops working, it'll give a lot more information to someone
from MS - or you'll have a tighter search to do on Google for a
workaround!
 
Thanks. I'll try.
-----Original Message-----


I'd try to isolate this then - create a simple project (in a new
solution) which does pretty much nothing. Test it in terms of
compiling, debugging etc. Add the PowerPoint reference and maybe one
line of code which will actually use that reference. Test again. If it
suddenly stops working, it'll give a lot more information to someone
from MS - or you'll have a tighter search to do on Google for a
workaround!

--
Jon Skeet - <[email protected]>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
.
 
Back
Top