Debugging the license provider

  • Thread starter Thread starter Iulian Ionescu
  • Start date Start date
I

Iulian Ionescu

I designed a custom license provider for a component that
is used on windows forms. All works fine at design time,
but I have a problem when the component is used itself to
create another user control. The runtime license check
fails because (as i assume) the wrong assembly is probed
for the embedded license. I need to debug the license
provider for that and I don't know how. I tried to open a
new devenv and attach a process to the debugger, the
process being the other devenv that was running the
project. However, it won't stop on the break points...
Any idea how can i debug it?

Thank you!!
 
* "Iulian Ionescu said:
I designed a custom license provider for a component that
is used on windows forms. All works fine at design time,
but I have a problem when the component is used itself to
create another user control. The runtime license check
fails because (as i assume) the wrong assembly is probed
for the embedded license. I need to debug the license
provider for that and I don't know how. I tried to open a
new devenv and attach a process to the debugger, the
process being the other devenv that was running the
project. However, it won't stop on the break points...

Please /don't/ do that. The user of an application has chosen his
screen resolution because it makes sense for him. It's up to you to
make your application flexible enough to run at /any/ resolution.
 
Back
Top