dotgnu-pnet
[Top][All Lists]
Advanced

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

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


From: Thong Nguyen
Subject: [Pnet-developers] [bugs #4136] Type.GetType doesn't load new assemblies
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; .NET CLR 1.1.4322)

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #4136] Latest Modifications:

Changes by: 
                Thong Nguyen <address@hidden>
'Date: 
                Sat 05/22/04 at 15:06 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Appears to be working now.






/**************************************************************************/
[bugs #4136] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=4136>
Project: DotGNU Portable.NET
Submitted by: Thong Nguyen
On: Sun 06/29/03 at 16:35

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Closed


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: Sat 05/22/04 at 15:06         By: tum
Appears to be working now.

-------------------------------------------------------
Date: Sun 04/25/04 at 21:51         By: tum
"B, B" is a valid qualified name for the type "B".  FYI, the code works on 
MS.NET.

-------------------------------------------------------
Date: Mon 10/27/03 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.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=4136>

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





reply via email to

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