License in VSX2010?

Hi,



Using GoWpf 1.1.8.3



We’re trying to migrate our product, which is a Visual Studio Extension, from VS2008 to VS2010.



In VS2008, we created our own Application, overriding the constructor to add the License key.



In VS2010, we can’t do that, since an Application instance already exists.



Is there any other way to set the License Key?



Thanks.



B.

Have you tried using “devenv” as the application name when creating the license key?


Silly me…



Works fine once I put the correct Licence Key, of course…



Thanks you!



B.