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!!
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!!