[Top][All Lists]
[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 |
Date: |
Sun, 25 Apr 2004 17:51:52 -0400 |
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:
Sun 04/25/04 at 21:51 (GMT)
------------------ Additional Follow-up Comments ----------------------------
"B, B" is a valid qualified name for the type "B". FYI, the code works on
MS.NET.
/**************************************************************************/
[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: 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: 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/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bugs #4136] Type.GetType doesn't load new assemblies,
Thong Nguyen <=