kuza55 / csexwb2

Automatically exported from code.google.com/p/csexwb2
0 stars 0 forks source link

Error loading dll in restricted user from application. #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there, 

First of all thanks for such a lovely control. I am using it for few 
months and with each new version it's getting better. 

The problem i face is, if i run my application in admin mode everything is 
fine, but if i run my application in restricted user account, i get an 
exception "system.io.fileloadexception: could not load file or asembly 
csExwb or one of it's dependencies. Access is denied"  and if i enable 
logging it says "Err:Failed to comlete setup of assembly (hr=0x80070005). 
Probling terminated"

Original issue reported on code.google.com by qaiserif...@googlemail.com on 7 Feb 2008 at 2:26

GoogleCodeExporter commented 8 years ago
Thank you.

These types of errors are generally indication of a COM library not registered 
or 
lack of permissions to run an application.

Is the COM library registered under the restricted user account?
Can you use "Registeration-Free COM" described here 
http://code.google.com/p/csexwb2/wiki/ControlRequirements to possibly bypass 
such 
errors?

Regards,

MH

Original comment by mehr...@gmail.com on 8 Feb 2008 at 1:39