Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Com + Component -- Permission Denied Error -- Error No. 70

Status
Not open for further replies.

kuttapan

Programmer
Jan 27, 2005
11
US
Hello,
I created a dll from a Visual Basic application. I deployed it as a Com+ component in one of the system here.
I exported and created the .msi file and installed it in client system.

The stub application I wrote where I created the object of one of the methods inside the dll worked well in the Client system. So everything looked good.

Problem : When I installed the .msi file in a system which is not inside the domain of my company, I get a "Permission Denied" error. Actually I am connected to my company network throgh remote(Eg: from my laptop at home i connect using VPN). Now I guess the permission denied error comes becaus I am not logged into the domain but just connected to the network.

I tried to change the permission at Application level for the Authenticaion level access on the Security tab to "None". Still it did not work! Could any one please advice on the permission setting that I need to change on my server for this to work? Also if I do change the permissions, do i need to create another .msi file to install in client machines? Please do help.

Thanks,
Kuttapan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top