Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
In my development machine I registerd prnadmin.dll (regsvr32 prnadmin.dll). I used add reference feature of VS and added this interop from COM listing, called PRNADMINLIB and done with my programmming. My question is will my application work on a machine where prnadmin.dll is present but not registerd? If not how will I overcome this?
I know under normal scenario exe needs interop.PRNADMIN inside the bin folder
Posted
Comments
kornakar 17-Oct-11 4:29am    
You could set up a virtual pc and test it.

1 solution

No it must be registered. use
regsvr32 prnadmin.dll
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900