Re: PropertyGrid not working right when called from a Word Add-In



Hi

>From MSDN
AppDomain.AssemblyResolve Event
Occurs when the resolution of an assembly fails.
Remarks
It is the responsibility of ResolveEventHandler for this event to return
the assembly that resolves the type, assembly, or resource.

To register an event handler for this event, you must have the permissions
described in the Permissions section. If you do not have the appropriate
permissions, a SecurityException occurs.

For more information about handling events, see Consuming Events.

AppDomain.AssemblyResolve Event
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemappdomainclassassemblyresolvetopic.asp


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

.


Loading