Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Adding COM reference: Type Library not found

$
0
0

Hi there,

I am a sharp develop newbie and have the following difficulties after installing sharpdevelop and dependencies:

I would like to develop C# Addins for Solidworks, so I added the COM references in the project tab. In the code the "using SldWorks" directive is underlined in red with the comment "Using directive is not used and can be removed safely", although I use it in the code.

When I try to compile the code I get several warnings like that one:

Cannot get the file path for type library "83a33d31-27c5-11ce-bfd4-00400513bb57" version 18. Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) (MSB3284)

And error messages like:

The type or namespace name 'SldWorks' could not be found (are you missing a using directive or an assembly reference?)

Any hints how to solve this issue? The same code works in Visual Studio Express, so I hope it is just a configuration issue...

Thanks in advance!

Best

Chris

 

 

 

 


Viewing all articles
Browse latest Browse all 1764

Trending Articles