G
Guest
Hi, we have a Windows Forms control which uses the standard .NET licensing
mechanism (registry holds license key at design time, and key is embedded in
executable for run-time). This works fine enough when building regular
forms, and does even work with IE hosting.
The problem is, we have a user that wants to use our control in a powerpoint
add-in, which means they want to access our control from their COM.
Functionally it works fine, but the issue is with the licensing mechanism;
Since they don't create a final exe (because it's an add-in), only a DLL,
there's no where for the .licenses file to be embedded.
Is there a way to use the standard .NET licensing mechanism with COM users?
My first guess would be no, but the IE hosting method works well with that,
so I'm hopeful.
Any info/suggestions appreciated, thanks.
Jim
mechanism (registry holds license key at design time, and key is embedded in
executable for run-time). This works fine enough when building regular
forms, and does even work with IE hosting.
The problem is, we have a user that wants to use our control in a powerpoint
add-in, which means they want to access our control from their COM.
Functionally it works fine, but the issue is with the licensing mechanism;
Since they don't create a final exe (because it's an add-in), only a DLL,
there's no where for the .licenses file to be embedded.
Is there a way to use the standard .NET licensing mechanism with COM users?
My first guess would be no, but the IE hosting method works well with that,
so I'm hopeful.
Any info/suggestions appreciated, thanks.
Jim