deployment - Licensing problem with ClickOnce application -
i've got 3rd party video capture control in system (leadtools capture control), licensed , works in dev environment.
when it's deployed clickonce app, however, bombs out following error:
what problem be, , how fix it?
heya bud,
not @ familiar control, of course, near can tell relies on activex / com component - requires registration.
however, clickonce not support registration of com components. (this because of sandboxing model has in place). thats why crashing, since com component isn't - , cannot - registered.
check out these links how around it:
http://msdn.microsoft.com/en-us/library/ms165432(v=vs.100).aspx
http://msdn.microsoft.com/en-us/magazine/cc188708.aspx
Comments
Post a Comment