COM Interop and Regasm
Anyone know why regasm does not seem to work on all PCs? (Note all PCs tested are using XP Pro)
Thank you
Anyone know why regasm does not seem to work on all PCs? (Note all PCs tested are using XP Pro)
Thank you
RegAsm makes the registry entries which requires registry access privileges. Did you run Regasm as a user who has registry access privileges on all machines? This could be the issue.
Regards,
Vikram
Yes I did run it as a user who has regitry access.
I think I have resolved the issue by using the VS Deployment project to create an installer rather than using the Inno Setup installer. The VS installer does something to make it work properly. Not sure what.
Thanks
Mister T