Unfortunately a rebuild does not fix the problem, any other suggestions?

 


From: Dino Viehland [mailto:[EMAIL PROTECTED]
Sent: Friday, October 06, 2006 2:48 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Visual Studio Integration

 

The not implemented exception is a red herring – that is always there (I believe this gets called from COM, and they’ll end up seeing a E_NOTIMPLEMENTED hresult and handles it).

 

One issue that I’ve seen in the past is that you sometimes need to make sure you do a Rebuild instead of a Build to get everything re-built and on the same page.  Can you see (if you haven’t already) if that makes it work? 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curtis Scheer
Sent: Friday, October 06, 2006 11:37 AM
To: [email protected]
Subject: [IronPython] Visual Studio Integration

 

I am having problems getting the September Visual Studio SDK IronPython sample to work. After building the sample project I run the project, I am able to create a new IronPython Class Library or windows application. As soon as I try to edit the class Visual Studio crashes out without throwing an exception in some type of message.

 

However if I step through it with the debugger in the {Microsoft.VisualStudio.Package.Automation.OAAssemblyReference} class I get the following exception on “The method or operation is not implemented.”. This orginiated it appears from the property “PublicKeyToken”. Also, the debug output of the SDK project ended with this line “The program '[4172] devenv.exe: Managed' has exited with code 2 (0x2).”.

 

If I try to save the project before trying to edit the IronPython class I get an error message “Operation can not be completed. No such interface supported”.

 

Any help would be greatly appreciated.

 

Thanks,

Curtis

_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to