luke.walker wrote:
Are you able to open the Web Site Administration Tool, available from the Website…ASP.NET Configuration menu? Once you have opened the tool verify that it contains an "Administrators" role.
No i cant anymore, this is the message i get:
There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.
The following message may help in diagnosing the problem: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.
Very odd i think i remember doing this before, but one thing when i do that it runs a local version of sql, shouldn't it try to use the server on crystaltech
luke.walker wrote:
I can remember running the asp.net configuration setup tool multiple times both from the command line and the GUI. So maybe re-running the tool will help.
I'm glad you mentioned this, i was wondering if you had a link to more detailed instructions because this was the first time i have ever used this and your instructions seemed a bit vague, thanks!
luke.walker wrote:
From looking at the error message it seems like the stored procedure is expecting the aspnet_CheckSchemaVersion to have been created by user dbo. Your stored procedures might have been created by your personal crystaltech database username. So my observation is that you are running into a similar "dbo" problem. Maybe there is someway to make the dbo user the owner of the stored procedure. Like I said before, I am a new to this and I don't have all the answers. But hopefully I have been some help.
Very true, but i did run a find replace on all dbo, where is this one coming from? I even used another program to search all the files and it didn't pick up the dbo.
thanks, i will keep trying but let me know if you can help
Mike Olsen