Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / December 2003

Tip: Looking for answers? Try searching our database.

TypeloadException with static method

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
cody - 10 Dec 2003 15:23 GMT
my problem is as follows:

abstract class A
{
abstract Foo();
static Doit()
{
 A = new B();
}
}

class B : A
{
override Foo(){}
}

When I call B.DoIt(); a Typeloadexception occurs.

I extremely simplified the problem here but you basically see what its going
on. In my little example here the TypeloadException doesn't occur (I cannot
reproduce it without my whole app). But I have to note that I have the
problem since I changed Foo() from virtual to abstract. When I change it
back it works fine.

Any ideas?

--
cody

Freeware Tools, Games and Humour
http://www.deutronium.de.vu
[noncommercial and no f.cking ads]
Gianluca Varenni - 10 Dec 2003 19:17 GMT
Hi.

I tried your code (I added some public modifiers) and it worked smoothly
with .NET SDK 1.1.

If you want I can send privately the C# source I used.

Have a nice day
GV

> my problem is as follows:
>
[quoted text clipped - 28 lines]
> http://www.deutronium.de.vu
> [noncommercial and no f.cking ads]

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.