bugDotGNU Portable.NET - Bugs: bug #4136, Type.GetType doesn't load new...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #4136: Type.GetType doesn't load new assemblies

Submitted by:  Thong Nguyen <tum>
Submitted on:  Sun 29 Jun 2003 04:35:43 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: None
Privacy: PublicAssigned to: None
Open/Closed: Closed

Sat 22 May 2004 03:06:14 PM UTC, comment #3:

Appears to be working now.

Thong Nguyen <tum>
Project Member
Sun 25 Apr 2004 09:51:50 PM UTC, comment #2:

"B, B" is a valid qualified name for the type "B". FYI, the code works on MS.NET.

Thong Nguyen <tum>
Project Member
Mon 27 Oct 2003 09:00:57 PM UTC, comment #1:

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

Llewellyn Pritchard <leppie>
Project Member
Sun 29 Jun 2003 04:35:43 PM UTC, 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.

Thong Nguyen <tum>
Project Member

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follows 1 latest change.

Date Changed By Updated Field Previous Value => Replaced By
Sat 22 May 2004 03:06:14 PM UTCtumOpen/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1