A
Austin
Hi,
I have an three assemblies in my application.
1. Assembly1.dll - Since this is a shared assembly it is registerd in
GAC
2. Assembly2.dll - This dll refers to Assembly1.dll for acheiving some
functions. This is not a shared assembly this is developed exclusively
to be used by Assembly3.exe.
3. Assembly3.exe - This is an console appliction which makes use of
Assembly2.dll
When i execute Assembly3.exe, it breaks at the point where it tries to
access one of the method of Assembly2.dll.
I am not able to figure out the problem.
If any one has come across such problem and resolved, please guide me
to resolve it.
Thanks in Advance,
Austin.
I have an three assemblies in my application.
1. Assembly1.dll - Since this is a shared assembly it is registerd in
GAC
2. Assembly2.dll - This dll refers to Assembly1.dll for acheiving some
functions. This is not a shared assembly this is developed exclusively
to be used by Assembly3.exe.
3. Assembly3.exe - This is an console appliction which makes use of
Assembly2.dll
When i execute Assembly3.exe, it breaks at the point where it tries to
access one of the method of Assembly2.dll.
I am not able to figure out the problem.
If any one has come across such problem and resolved, please guide me
to resolve it.
Thanks in Advance,
Austin.