BUG: GetTypeFromCLSID and GetType return incorrect type (327420)
The information in this article applies to:
- Microsoft Visual Studio .NET (2002), Professional Edition
This article was previously published under Q327420 SYMPTOMS You have two versions of an assembly named MyAssembly.
MyAssembly contains a class that is named MyClass, and you load MyClass from
version 1.0.0.0 of MyAssembly by calling GetType(). Then, if you try to load MyClass from MyAssembly version 2.0.0.0 by calling GetTypeFromCLSID() or GetType(), the type that is returned from this call is the type for
MyAssembly version 1.0.0.0. STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.
| Modification Type: | Minor | Last Reviewed: | 8/24/2005 |
|---|
| Keywords: | kbvs2002sp1sweep kbbug KB327420 |
|---|
|