dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bug #4136] Type.GetType doesn't load new assemblies


From: nobody
Subject: [Pnet-developers] [bug #4136] Type.GetType doesn't load new assemblies
Date: Mon, 27 Oct 2003 16:00:58 -0500
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; .NET CLR 1.1.4322)

=================== BUG #4136: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4136&group_id=353

Changes by: Llewellyn Pritchard <address@hidden>
Date: Mon 10/27/2003 at 21:00 (GMT)

------------------ Additional Follow-up Comments ----------------------------
AFAIK Type.GetType() will NOT load the type unless the name passed is the fully 
qualified name of the assembly and type.



=================== BUG #4136: FULL BUG SNAPSHOT ===================


Submitted by: tum                     Project: DotGNU Portable.NET          
Submitted on: Sun 06/29/2003 at 16:35
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  None                     
Assigned to:  None                    Status:  Open                         

Summary:  Type.GetType doesn't load new assemblies

Original Submission:  Example:

// a.exe

using System;

public class A
{
   public static void Main()
   {
       Type.GetType("B, B", true);
   }
}

// b.dll

public class B
{
}


A throws an exception.  Type.GetType should automatically load up b.dll if it 
isn't already loaded using the usual resolution rules.

Follow-up Comments
*******************

-------------------------------------------------------
Date: Mon 10/27/2003 at 21:00       By: leppie
AFAIK Type.GetType() will NOT load the type unless the name passed is the fully 
qualified name of the assembly and type.


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4136&group_id=353

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]