Please Explain This
-
I Developed a com service using ATL and added one interface to it. During the development time the serivce was registered as /RegServer. For Release version i need to register it as /Service and when i do so i get the following error. 0x80004015 The class is configured to run as a security id different from the caller what should i do to solve this problem thank you. My God is more powerfull Than Your God. (the line that divides the world)
-
I Developed a com service using ATL and added one interface to it. During the development time the serivce was registered as /RegServer. For Release version i need to register it as /Service and when i do so i get the following error. 0x80004015 The class is configured to run as a security id different from the caller what should i do to solve this problem thank you. My God is more powerfull Than Your God. (the line that divides the world)
-
You need admin rights. When most installtion programs run into this kind of situtation, they just tell the user they don't have enough rights. I don't think there's a way around it - as that would be insecure.
I guess i found the solution, i was not registering the right version as /service. If you try to register a debug build as /service it fails and gives that error message. I compiled the code with mindependency release then tried to register it. It got registered and it works. Thanx for replying anyways. My God is more powerfull Than Your God. (the line that divides the world)