VB .NET 2005 Express Beta 2
-
Monday, April 25, 2005 2:44 AMAfter installing the new BETA 2, I get the following error anytime I try to open a form from a project created with BETA 1:
"Could not load type 'Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable2' from Assembly
'Microsoft.VisualStudio.Shell.Interop.8.0, Version 8.0.0.0, Culture=Neutral,
PublicKeyToken= b03f5f7f11d50a3a'.
I have tried repairing and reinstalling but can't seem to clear this up. Any suggestions?
All Replies
-
Monday, April 25, 2005 2:29 PMModerator
Hi,
Well, Beta 2 has some language changes. Some of the function that your form is using might have been removed or simply renamed... Some of the namespaces has also been changed...
So I suggest to debug the form and lookup in MSDN for possible changes...
BTW, I haven't seen a document or Guidelines in Converting Beta1 to Beta2...
Hope someone would blog on it...
cheers,
Paul June A. Domag -
Saturday, May 21, 2005 2:48 AMModerator
Have a look at the following bug report:
http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=32436416-ff0b-4b7f-8e98-5aa042d0835b

