VS 2008 stop working when interface changes

L

Lloyd Sheen

I have a WPF project with several interfaces which are used in UserControls

I attempt to change an event on one of the interfaces and VS 2008 shuts down
with a COMPILER ERROR WTF!!!

At the present I have tried just about everything I know to get around this.

Any ideas?

It is VS 2008 Pro.

Thanks
LS
 
P

PvdG42

Lloyd Sheen said:
I have a WPF project with several interfaces which are used in
UserControls

I attempt to change an event on one of the interfaces and VS 2008 shuts
down with a COMPILER ERROR WTF!!!

At the present I have tried just about everything I know to get around
this.

Any ideas?

It is VS 2008 Pro.

Thanks
LS

VS 2008 SP1 installed?
 
C

Chris Dunaway

VS 2008 shuts down with a COMPILER ERROR

Could you please explain this? Does the IDE die? How then are you
getting a compiler error? What is the error you are getting?

Chris
 
L

Lloyd Sheen

Chris Dunaway said:
Could you please explain this? Does the IDE die? How then are you
getting a compiler error? What is the error you are getting?

Chris

Chris,

I have an existing interface (implemented in several WPF usercontrols).
I want to extend an event to contain another parameter. As soon as I add
the new parameter to the event within the interface definition VS 2008 gives
a msgbox with the text that a compiler error has occured and VS 2008 shuts
down. I have also attempted to replace the the parameter with an object
which would contain all the info needed for the event it also gives the same
error.

I also attempted to make the change using an object diagram with the
same result.

Thanks
LS
 

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