Hi,
I get the same error. My situation:
i'm trying to run GSP locally (because i want to integrate it later in our website), with VS2010 and the miniwebserver of VS. I use the source code (latest), where Website is the startup project.
I use SQL Server 2008 Dev edition, logging in wth the Mgmt tool works. I use it as well to test our website locally (different database). So i removed all references to SQLite, set the connectionstring in the web.config, and so on, but when i go to default.aspx?q=install, it throws an exception (The type initializer for 'GalleryServerPro.Web.Pages.GalleryPage' threw an exception.) with the info:
---
Inner Ex Type
System.Data.SqlClient.SqlException
Inner Ex Message
Cannot find either column "dbo" or the user-defined function or aggregate "dbo.gs_GetVersion", or the name is ambiguous.
Inner Ex Source
.Net SqlClient Data Provider
Inner Ex Target Site
Void OnError(System.Data.SqlClient.SqlException, Boolean)
---
The database i made for GSP is empty. I tried to debug is, but i can't find out what is wrong. If i set enable_setup to false, i get the same error. I wonder why it actually wants to do something with the SQL server when loading the installer for the first time?
When i start this with debugging, it breaks on line 130 of Gallery.cs (Control control = LoadControl(src);) (i'm not an experienced coder, but i guess that this is because it loads one of the usercontrols and one of those throws an exception so that's why the loadcontrol thing does it as well?)
Anyway, i wonder if you as 'godfather' of this code maybe can clarify a bit what happens, or guide me in a way of debugging this, or know if this issue is known :)
greetings
Alexander
ps. The guide you wrote is very good, nice!
ps2 when more info is needed, let me know