I am trying to install Gallery Server Pro locally on my Dev box. I already host with Discountasp.net which is why I am wanting to see if this will meet my need.
OS:Windows 7 Professional 64bit
SQL 2008 Developer (SP1), 64 bit
Silverlight 3.2
VS 2010
I have bumped around most my day, initially trying to add the gs to my existing web project. I then decided just to get a standalone up and runnning and go from there.
First I ran inot the sqlLite issues and found answers in the forum for that. Removed every reference, including in the galleryservepro.config file.
I built a brandnew, basic/standard db called GalleryServerPro. I now launch the default.apsx?g=install page and get the following error:
http://localhost:65233/default.aspx?g=install.
Timestamp
5/24/2010 7:38:48 PM
Exception Type
System.Data.SqlClient.SqlException
Message
Cannot find either column "dbo" or the user-defined function or aggregate "dbo.gs_GetVersion", or the name is ambiguous.
Source
.Net SqlClient Data Provider
Target Site
Void OnError(System.Data.SqlClient.SqlException, Boolean)
Stack Trace
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteScalar()
at GalleryServerPro.Data.SqlServer.SqlDataProvider.GetDataSchemaVersionString()
at GalleryServerPro.Data.SqlServer.SqlDataProvider.VerifySchemaVersion()
at GalleryServerPro.Data.SqlServer.SqlDataProvider.InitializeDataStore()
at GalleryServerPro.Business.AppSetting.Initialize(ApplicationTrustLevel trustLevel, String physicalAppPath, String appName)
at GalleryServerPro.Web.Util.InitializeBusinessLayer()
at GalleryServerPro.Web.Util.InitializeApplication()
Exception Data
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 10.00.2531
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 4121
HelpLink.BaseHelpUrl: http://go.microsoft.com/fwlink
HelpLink.LinkId: 20476
Error Handling Exception: The following error occurred while handling the exception: System.Data.SqlClient.SqlException - Could not find stored procedure 'dbo.gs_AppErrorInsert'. Stack trace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at GalleryServerPro.Data.SqlServer.Error.PersistToDataStore(IAppError appError)
at GalleryServerPro.Data.SqlServer.Error.Save(IAppError appError)
at GalleryServerPro.Data.SqlServer.SqlDataProvider.AppError_Save(IAppError appError)
at GalleryServerPro.ErrorHandler.Error.Record(Exception ex)
at GalleryServerPro.Web.Controller.AppErrorController.LogError(Exception ex)
at GalleryServerPro.Web.Controller.AppErrorController.HandleGalleryExceptio n(Exception ex)
App Error ID
-2147483648
Gallery ID
1
++++++++++++++++++++++++++
I saw another person had this error on 5/12/2010, but there does not seem to be a followup on the thread.
Any help please. I have a feeling this is a great product, and will meet many needs I have been looking for for a while now, but need to get it up and going.
Thanks