[Python.NET] Subclassing a subclassed Form

Brian Lloyd brian at zope.com
Wed Nov 5 09:49:20 EST 2003


Strange - there is good overview of assembly load context issues here:

http://blogs.gotdotnet.com/suzcook/PermaLink.aspx/d5c5e14a-3612-4af1-a9b7-0a
144c8dbf16

I'm still a little perplexed that the isinstance call worked while the
attempt to 
call the method didn't, given the internals of the integration layer :( 

I have a feeling I'll be learning more than I ever wanted to know about this
when I 
work on the ability to find and load assemblies from the PYTHONPATH...

Brian Lloyd        brian at zope.com
V.P. Engineering   540.361.1716              
Zope Corporation   http://www.zope.com 

>  -----Original Message-----
> From: 	pythondotnet-bounces at python.org
> [mailto:pythondotnet-bounces at python.org]  On Behalf Of Gordon McKeown
> Sent:	Wednesday, November 05, 2003 6:50 AM
> To:	pythondotnet at python.org
> Subject:	[Python.NET] Subclassing a subclassed Form
> 
> Hi
> 
> I changed the calls to Assembly.LoadFile() to Assembly.LoadFrom() and the
> problem appears to be resolved. I'm a newcomer to .NET so I'm not sure
> whether the behaviour when Assembly.LoadFile() was used to load the
> Assemblies is correct or not...
> 
> Regards
> Gordon
> 
> 
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.536 / Virus Database: 331 - Release Date: 03/11/2003
>   << File: ATT00102.txt >> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 2712 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythondotnet/attachments/20031105/f657596f/winmail.bin


More information about the PythonDotNet mailing list