Hi guys.
I got two dll's. One is C# and the other is mc++. the c# one is dependant on the mc++ one. Meaning when you add a reference to the c# one in a project, the mc++ will be included into the project automatically.
The thing is I can access all the mc++ classes without going through my c# dll(big mistake!!). I don't want this, I want it to throw a sceurity exception when tryng to access the mc++ dll from any other assembly except the c# one.
Now apparently strong named assemblies can help me here. The thing is, what should I do ?!?!
Cos I've got 2 assemblyinfo files...One c# one and a MC++ one... what? Should I make 2 snk files now or how do I go about this... :-|
Thanx alot in advance