CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting
3 Months Free and Free Setup - ASP.NET Web Hosting



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.personal_site_starter_kit Tags:
Item Type: NewsGroup Date Entered: 9/14/2006 11:04:34 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 1 Views: 30 Favorited: 0 Favorite
2 Items, 1 Pages 1 |< << Go >> >|
Ddutch
Asp.Net User
Database schema version9/14/2006 11:04:34 AM

0

Using the personal website starter kit with MSSQL Server 2000, I have run the ...\Framework\v2.0.50727\aspnet_regsql.exe utility to create an ASPNETDB database. I use the following seting in web.config:

<connectionStrings>

<remove name="LocalSqlServer"/>

<add name="LocalSqlServer"

connectionString="Data Source=SERVER;Initial Catalog=aspnetdb;Integrated Security=True" providerName="System.Data.SqlClient"/>

<add name="Personal"

connectionString="Data Source=SERVER;Initial Catalog=ArnoldusDB;Integrated Security=True" providerName="System.Data.SqlClient"/>

When running the website (Ctrl-F5) I get the following error message:

The 'System.Web.Security.SqlRoleProvider' requires a database schema compatible with schema version '1'.  However, the current database schema is not compatible with this version.  You may need to either install a compatible schema with aspnet_regsql.exe (available in the framework installation directory), or upgrade the provider to a newer version.

What does this mean, and what should I do?

 

jwadsworth
Asp.Net User
Re: Database schema version9/19/2006 6:51:58 AM

0

Did you run the aspnet_regsql against the database ArnoldusDB? If so, you need to point both connection strings at that database.

Here is a discussion about this issue that you may find helpful. http://community.discountasp.net/default.aspx?f=24&m=8235

 


Jeremy

Extended Personal Site Starter kit
2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Database Schema Evolution and Meta-modeling: 9th International Workshop on Foundations of Models and Languages for Data and Objects, FoMLaDO/DEMM-2000, Dagstuhl Castle, Germany, September 18-21, 2000 : Selected Papers Authors: Herman Balsters, Bert de Brock, Stefan Conrad, Pages: 244, Published: 2000
Object Technologies for Advanced Software: First JSSST International Symposium, Kanazawa, Japan, November 4-6, 1993 : Proceedings Authors: Shōjirō Nishio, Akinori Yonezawa, Nihon Sofutowea Kagakkai, Japan Society for Software Science and Technology, Pages: 543, Published: 1993
Entity-relationship Approach-- ER '94: Business Modelling and Re-engineering : 13th International Conference on the Entity-Relationship Approach, Manchester, United Kingdom, December 13-16, 1994 : Proceedings Authors: Pericles Loucopoulos, Pages: 579, Published: 1994
Advances in Conceptual Modeling: ER'99 Workshops on Evolution and Change in Data Management, Reverse Engineering in Information Systems, and the World Wide Web and Conceptual Modeling, Paris, France, November 15-18, 1999 : Proceedings Authors: Peter P. Chen, David W. Embley, Jacques Kouloumdjian, Stephen W. Liddle, John F. Roddick, Pages: 387, Published: 1999
Object-oriented Technology: ECOOP'99 Workshop Reader : ECOOP'99 Workshops, Panels, and Posters, Lisbon, Portugal, June 14-18, 1999 : Proceedings Authors: Ana M. D. Moreira, Serge Demeyer, Pages: 389, Published: 1999
OOER'95: Object-oriented and Entity-relationship Modeling : 14th International Conference, Gold Coast, Australia, December 13-15, 1995 : Proceedings Authors: M. Papazoglou, Pages: 449, Published: 1995
Advances in Databases and Information Systems: 9th East European Conference, ADBIS 2005, Tallinn, Estonia, September 12-15, 2005 : Proceedings Authors: Johann Eder, Hele-Mai Haav, Ahto Kalja, Jaan Penjam, Pages: 391, Published: 2005
Advanced Database Systems: 10th British National Conference on Databases, BNCOD 10, Aberdeen, Scotland, July 6-8, 1992 : Proceedings Authors: Peter M. D. Gray, Robert Lucas, Pages: 260, Published: 1992
Entity-relationship Approach, ER '93: 12th International Conference on the Entity-Relationship Approach, Arlington, Texas, USA, December 15-17, 1993 : Proceedings Authors: Ramez Elmasri, Vram Kouramajian, Bernhard Thalheim, Pages: 530, Published: 1993

Web:
Database Schema Oct 15, 2001 ... The snort database schema is version-ed in order to allow for debugging and upgrading. The schema.vseq field store the version number of the ...
Track and record database schema versions The schema version identification is always updated whenever any database object is changed. The contract version identification is updated only when the ...
database schema version control — Version Control Blog — Visual ... It seems that version control for database schema changes has traditionally received little developer attention. Almost everyone just goes ahead and changes ...
deltasql - Database Schemas Version Control a Version Control for database schemas. It allows a team to commonly develop a data model on the fly, while the source code is growing.
#758 Strange MySql Database schema version number under Mac OSX ... Aug 4, 2008 ... I'm very surprised to have 20080731184024 instead 1 as the database schema version. It looks as a date timestamp. ...
Directory Database Schema Version for 6.0 SP4 - Enterprise Vault ... I just ran my SP4 update to prepare for DST, and I wanted to make sure my directory database was reporting the right schema version. ...
Schema Version Control As a DBA you want to know when database schema has been changed: a table has been altered, a new table has been created or a table has been deleted.
MySQL database schema upgrade for Tigase 4.0 | tigase.org Updating of the database schema is very easy and almost fully automated process. Just follow the steps below and you should be able to run new version of ...
CTX106174 - Error: Resource Manager summary database schema update ... Apr 22, 2008 ... The Resource Manager server log might show “System - Resource Manager summary database schema update for version “X” failed.” ...
The Exclaimer Community - Database Schema Version Error when ... (Incorrect database schema version. The Exclaimer Email Archive Web Access requires a newer version of the database schema. ...

Videos:
Barry's Tutorial on understanding a Database Schema A 15 minute version of this Tutorial is available on the Microsoft Web Site at this page :- http://msdn2.microsoft.com/en-gb/express/bb403186 ...
Using HR-XML in a pureXML Database One of the questions most frequently asked by those implementing HR-XML is how do I map it into a database? While some may take on the task of ...
Synchronizing an app after modifying database schema Synchronizing an app after modifying database schema .
Database Starter Kits for Dreamweaver The Database Starter Kits (one for PHP/MySQL and another for ASP/Access and SQL Server) combines the tools and knowledge you need to start ...
SQL Object Coder - Type Safe SQL Sometimes you need to have a specific set of Employees, not necessarily all of them. Additionally, why have to worry about the database schema ...
Got Snort? Snort is the most widely used IDS Solution available. Activeworx SMC integrates tightly with the Snort® IDS event database to provide high valued ...
Database Starter Kit for ASP.NET Database Starter Kit for .NET combines the tools and knowledge you need to start building database-driven sites. Three full-featured database ...
108-Advanced DBA Hands-On #09-RMAN-Managed the LIST and ... As a DBA, you are responsible for obtaining backup information using the LIST and REPORT commands. Your job's responsibilities dictate that you ...
Data Integration and Data Exchange Google TechTalks March 24, 2006 Alan Nash ABSTRACT I will discuss two fundamental problems in information integration: (1) how to ...
R-Store Demo This is a demo of the work carried out for the 6.830 (Database Systems) - Fall 2007. What we are demonstrating is how to convert some RDF/XML data ...












theme not applied on "production server"

caption in albums

problems uploading personal website starter kit to remote server

personal starter kit with sql 2005 for developer

which provider do you use to succefully publish the personal web kit?

could not load type 'system.web.security.accessroleprovider'.?????

add user information to a nother table???

error: timeout expired. the timeout period elapsed prior to completion of the operation or the server is not responding.

setfocus to username in control of createuserwizard

asp.netwebadminfiles' application:how can i fix this problem in setup the smtp

default make this album public checked

personal starter kit simple error but need help

show off your personal site

cannot login from host

problem running aspnet_regsql

can't create account with sql2000

starter kit on vwdhosting.net, default admin password

navigation menu

c# guestbook

cannot start website after deploying

.vsi-files

adding another page to the sitemap

iis5 and sql express

the moving problem of control position.

problem using the extending the personal web site starter kit article

sidebar problem

make the "download photo" button on details.aspx to dl the photo instead of redirecting to download.aspx and having to 'right-click'

conversion failed when converting from a character string to uniqueidentifier

uploading files - size exceeding 4 mb in asp.net 2.0

error on extended version of psk v2.8 when logging in as administrator role

   
  Privacy | Contact Us
All Times Are GMT