Hi
Any idea how to install System.Designer.dll file? I tried installing it as per 
the below link with below xml file as extension xml file.
I created a custom extensions folder under C:\Program Files (x86)\Microsoft 
Visual Studio 10.0\VSTSDB\Extensions and copied the System.Designer.dll file 
there along with a xml file with content as shown below. However the extension 
does not load. When I Go to server explorer after reopening VS 2010 and choose” 
Add connection”, SQLite option does not come up. What is the type to be used in 
the extension xml file? As of now, I have set it as SQLitePackage class. 
Is there any installer for this extension and/or how to use this dll file at 
all to create ADO.NET Entity data model edmx files?
http://msdn.microsoft.com/en-us/library/dd193256.aspx
<?xml version="1.0" encoding="UTF-8"?>
-<extensions xsi:schemaLocation="urn:Microsoft.Data.Schema.Extensions 
Microsoft.Data.Schema.Extensions.xsd" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="urn:Microsoft.Data.Schema.Extensions" version="1" assembly=""> 
<extension assembly="SQLite.Designer, Version=1.0.72.1, Culture=neutral, 
PublicKeyToken=db937bc2d44ff139" enabled="true" 
type="SQLite.Designer.SQLitePackage"/> </extensions>
Thanks.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to