D
DotNetJunkies User
Hi,
I have a web application that accesses a DCOM. Every thing works fine on Windows XP sp1 but when I installed service pack 2 I got an access denied when the application tried to create an instance to the DCOM.
C# code where I get the access is denied occurred.
OPCserverObj = Activator.CreateInstance(typeofOPCserver);
Does anybody have an idée on how to solve this problem?
Many Thanks
Dan
I have a web application that accesses a DCOM. Every thing works fine on Windows XP sp1 but when I installed service pack 2 I got an access denied when the application tried to create an instance to the DCOM.
C# code where I get the access is denied occurred.
OPCserverObj = Activator.CreateInstance(typeofOPCserver);
Does anybody have an idée on how to solve this problem?
Many Thanks
Dan