Message 1 of 9
Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL))

Not applicable
02-26-2010
01:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
In my VB.NET 2008 Inventor Add-in I use some apprentice functions. The apprentice code is in a separate VB6.0 ActiveX exe which the VB.NET code references using COM (because apprentice code needs to run out of process). So far everything works fine.
For easy maintenance I'd like all my code in Visual Studio 2008, so I started a new Class Library project, copied the code into the new project and compiled it. In the add-in I made a new reference to the Class Library dll file (not with COM but native .NET this time) and updated the code to use the new reference. But now I get the following error: Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL)). So I thought maybe because the Class Library is a dll file it also runs in the same process and the Apprentice code fails. So I tried the same with a new Console EXE project and repeated everything. Unfortunately I got the same error.
So I'm kinda stuck here... does anyone know what I'm doing wrong here?
Thanks,
Daniël Reesing
IV2010 SP2
In my VB.NET 2008 Inventor Add-in I use some apprentice functions. The apprentice code is in a separate VB6.0 ActiveX exe which the VB.NET code references using COM (because apprentice code needs to run out of process). So far everything works fine.
For easy maintenance I'd like all my code in Visual Studio 2008, so I started a new Class Library project, copied the code into the new project and compiled it. In the add-in I made a new reference to the Class Library dll file (not with COM but native .NET this time) and updated the code to use the new reference. But now I get the following error: Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL)). So I thought maybe because the Class Library is a dll file it also runs in the same process and the Apprentice code fails. So I tried the same with a new Console EXE project and repeated everything. Unfortunately I got the same error.
So I'm kinda stuck here... does anyone know what I'm doing wrong here?
Thanks,
Daniël Reesing
IV2010 SP2