Hello Robert and all,
I'm getting the same thing with 1.0.47.2. The exact error message I get is the following:
Could not
load file or assembly ‘Microsoft.VisualStudio.Data, Version=8.0.0.0,
Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxxx' or one of its dependencies.
The located assembly's manifest definition does not match the assembly
reference. (Exception from HRESULT: 0x80131040)
I don't know if the PublicKeyToken should be posted or not since the original poster didnt. If you need that, I have it and can email or edit this post.
I'm attempting to add a SQLite DB to the Database Explorer in Visual Basic 2008 Express.
System: Windows XP SP2 Pro with Visual Basic 2005 Express, Visual Web Developer 2005 Express, Visual C# 2005 Express, Visual Basic 2008 Express, Visual Web Developer 2008 Express installed
Steps to reproduce the problem:
- Click on Add Connection in Database Explorer
- In Choose Data Source dialog - Data source: SQLIte Database File and Data provider.NET Framework Data Provider for SQLite
- In Add Connection dialog, type in the connection string: data source=C:\test.db (which I think is odd, since there was a 'Browse' button before.
- Press the Test Connection button and it should succeed.
- Click OK button, then it errors out.
Thanks very much for the work you've done on this. I appreciate it.