Click to See Complete Forum and Search --> : Intellisensee and multi file assembly


VizOne
March 26th, 2003, 04:37 AM
Hi!

I have a multi file assembly that exists of two modules and a .dll that contains the manifest. If I add a reference to the manifest dll into my c# project, I can access the types within the modules (it compiles flawlessly), however they are not shown in the intellisense window.

Is there any way to make them appear in the intellisense window?

Thanks in advance!

- Andre

pareshgh
March 27th, 2003, 01:03 PM
check if it has a strong name or not

Paresh

VizOne
March 28th, 2003, 07:30 AM
I signed the the modules and the manifest dll, it still does not work

Regards, Andre