.NETGURU
Problem with Assembly.CreateInstance
Messages   Related Types
This message was discovered on microsoft.public.dotnet.framework.

Post a new message to this list...

CoffeeMug
When I execute the following code from ASP.NET my application
sporadically hangs inside CreateInstance(). The hangs don't occur every
time but are frequent enough to be considered a serious problem.

Assembly asm = Assembly.GetAssembly(typeof(MyType));
Type t = asm.GetType("MyType2");
object obj = asm.CreateInstance("MyType2");

MyType as well as MyType2 are C# wrappers for native C functions. I
also noticed that methods of these wrappers (that PInvoke native code)
randomly throw NullReferenceException and CreateInstance hangs in
subsequent calls to the page. The problem is tricky to debug since I
can't figure out exact circumstances of the crashes. If anyone could
point me to suggestions or ideas, it'd be great.

Thanks.

Reply to this message...
 
    
Robert Jordan
CoffeeMug wrote:

[Original message clipped]

you may try this more straightforward code:

object o = Activator.CreateInstance(typeof(MyType));

bye
Rob
Reply to this message...
 
    
Dot Net Guruias Sjögren
[Original message clipped]

Anywhere you can do that, you should also be able to just do

object o = new MyType();

Dot Net Guruias

--
Dot Net Guruias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Reply to this message...
 
    
Robert Jordan
Dot Net Guruias Sjögren wrote:

[Original message clipped]

LOL!

bye
Rob
Reply to this message...
 
    
Girish bharadwaj
Make sure that you can instantiate them without the CreateInstance() calls.
i.e. As someone suggested, try new. If that works. then investigate the
CreateInstance().
Beyond that, How were these wrappers written?

"CoffeeMug" <Click here to reveal e-mail address> wrote in message
news:chse2b$Click here to reveal e-mail address...
[Original message clipped]

Reply to this message...
 
 
System.Activator
System.NullReferenceException
System.Reflection.Assembly




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification