VB .NET 2005 Express Beta 2

After 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?

[443 byte] By [cbaldo1] at [2008-2-7]
# 1
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

PaulDomag at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic General...