Can 102B referece .NET assembly(managed code)

Posted by ruan007 on 27-Jun-2010 03:33

Hi,

I tried to add a .net assembly/dll to my 102B project, but it doesn't seem to be recognized by 102B object browser. Even though the .net assembly is registered as COM Interoperability object. Does 102b support .net objects?

Thanks

All Replies

Posted by Admin on 27-Jun-2010 04:24

Did you add it to the projects assemblies?

Is it referenced in assemblies.xml?

Is the DLL registered in the GAC? If not, copy it to the project root folder.

Posted by ruan007 on 28-Jun-2010 04:09

Thanks,

I didn't realise that I have to copy the dll to the project directory. it works now.

Cheers

Posted by Peter Judge on 28-Jun-2010 08:24

I didn't realise that I have to copy the dll to the project directory. it

works now.

If the assembly is registered in the GAC (global assemblies cache), there's no need to copy it to the project folder. In your case though, it's not in the GAC.

-- peter

Posted by ruan007 on 01-Jul-2010 23:39

The .net assembly has to be in the project directory if it's not in GAC.

This thread is closed