You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Einar,
I have a situation where the injected code is not called when the DLL is loaded with Assembly.LoadFile or LoadFrom. This is a problem as the Visual Studio Designer seems to use these when loading my control in design mode. So a form containing my control sometimes fails to show correctly.
Any ideas?
Regards,
-Thomas
The text was updated successfully, but these errors were encountered:
Sorry, no, I don't really have any ideas. The designer in Visual Studio does some strange things, maybe it does some special magic with the assembly loading. I don't even have Visual Studio anymore, so it's unlikely that this issue will be fixed by me, but of course anyone is free to step in and try to figure out what the problem is.
Hi Einar,
I have a situation where the injected code is not called when the DLL is loaded with Assembly.LoadFile or LoadFrom. This is a problem as the Visual Studio Designer seems to use these when loading my control in design mode. So a form containing my control sometimes fails to show correctly.
Any ideas?
Regards,
-Thomas
The text was updated successfully, but these errors were encountered: