com+ and dlls
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I created 2 .net dlls using C# and visual studio.net. One of the dlls (DLL1) references the other (DLL2). I then create a .net exe (windows forms) which referenced both the DLLs. I registered DLL1 with my system com+ services using regsvcs.exe. This was created as a server application with maximum access rights given. I then created a proxy (proxy application) and deployed it on one workstation along with the .net exe. When the exe file runs it is able to access DLL1 on the server. But DLL1 is not able to access DLL2. To overcome this i registered DLL2 in the GAC but the problem was still present. I want to know whether user created COM+ dlls can access other user created dlls on the system. If so how to do this. A.Almeida