Hi all,
I hope somebody will be able to help me here and i am in a predicament as to how to solve this problem.i have been trying it since a week.

i have 3 projects, say A, B and C.
A is a managed c++ code.
B is a c# .net code which is using project A as reference.
C is also a c# .NET code which is using B as a reference.

I have installed the dll file of B and A in GAC.
When i run...