Click here to Skip to main content
15,902,636 members

Comments by Mihai Pruna (Top 6 by date)

Mihai Pruna 5-Dec-14 11:45am View    
but isn't the License manager tied to the same flag?
(System.ComponentModel.LicenseManager.UsageMode == System.ComponentModel.LicenseUsageMode.Designtime

I tried that and it didn't return true
Mihai Pruna 5-Dec-14 10:33am View    
...but, somehow, it always returns false even when is Debugger attached returns true.
ideally I would like for the event to occur when the assembly is actually loaded in visual studio, or during build, so that I can license the softare
Mihai Pruna 5-Dec-14 7:58am View    
Thank you, I knew about DebuggerAttached but not DesignMode!
Mihai Pruna 4-Dec-14 22:18pm View    
see the Devdept Eyeshot trial for example
Mihai Pruna 20-Oct-14 11:04am View    
It would be set or changed at runtime when a function from the assembly is called by the referencing application. The assembly is delivered already compiled to the developers who will use it in the applications.