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!



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.club_web_site_starter_kit Tags:
Item Type: NewsGroup Date Entered: 11/4/2007 9:47:29 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 4 Views: 29 Favorited: 0 Favorite
5 Items, 1 Pages 1 |< << Go >> >|
TekknoDraykko
Asp.Net User
Club Starter Kit Error11/4/2007 9:47:29 PM

0/0

I keep getting the following error, when I try to view any of the pages in the kit in a browser (I'm using Firefox). I tested with IE (6.x) and get the same error:

 

Server Error in '/ClubStarterKit.Web' Application.

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

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.

Source Error:

Line 9:          Public Shared Sub PushToSession()
Line 10: If Current.Session.Item("SettingsSet") Is Nothing Or CBool(Current.Session.Item("SettingsSet")) = False Then
Line 11: Dim ws As New WebSettings(WebSettings.Columns.Id, 1)
Line 12:
Line 13: If ws.IsLoaded = True Then

Source File: D:\Web Projects\ClubStarterKit\ClubStarterKit.Web\App_Code\BLL\Settings.vb    Line: 11
 

 

Any ideas on how to fix?

 

Andre--- 



================================
That which does not kill me makes me stronger
A. Stevens
Graduate, SetFocus .NET Masters Program
B.S., Computer Science
zowens
Asp.Net User
Re: Club Starter Kit Error11/5/2007 1:03:42 AM

0/0

Check your connection string. It can't properly connect to the database.


Zack Owens

Coordinator for the ClubStarterKit (Open Source)
http://codeplex.com/clubstarterkit
TekknoDraykko
Asp.Net User
Re: Club Starter Kit Error(s)11/17/2007 5:42:50 PM

0/0

Ok. I've since moved past that error, but I'm still unable to view my site in a browser (using VS2005). I get the following error:

 

Server Error in '/ClubStarterKit.Web' Application.

A user instance was requested in the connection string but the server specified does not support this option.
Changed database context to 'master'.
Changed language setting to us_english.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: A user instance was requested in the connection string but the server specified does not support this option.
Changed database context to 'master'.
Changed language setting to us_english.

Source Error:

Line 9:          Public Shared Sub PushToSession()
Line 10: If Current.Session.Item("SettingsSet") Is Nothing Or CBool(Current.Session.Item("SettingsSet")) = False Then
Line 11: Dim ws As New WebSettings(WebSettings.Columns.Id, 1)
Line 12:
Line 13: If ws.IsLoaded = True Then

Source File: C:\Documents and Settings\All Users\Documents\Web Projects\ClubStarterKit\ClubStarterKit.Web\App_Code\BLL\Settings.vb    Line: 11
 

 

I've tried every trick I know with the connection string, namely:

connectionString="Data Source=.;Integrated Security=true;AttachDBFileName=D:\Web Projects\ClubStarterKit\ClubStarterKit.Web\App_Data\FTMLoungeDB.mdf;User Instance=True"
         providerName="System.Data.SqlClient"/>

 

(I tried changing the path for "AttachDBFileName" to the actual path that the .mdf file is located in, but I still get errors indicating that there's a problem with this path).

 

I'm not sure what else to try. Does anyone have any suggestions?

 

Dre
 



================================
That which does not kill me makes me stronger
A. Stevens
Graduate, SetFocus .NET Masters Program
B.S., Computer Science
MarValUS
Asp.Net User
Re: Club Starter Kit Error(s)11/18/2007 3:30:11 AM

0/0

If your connection string is as you posted (below) the ; instead of \ is probably your problem.
"connectionString="Data Source=.;Integrated Security=true;AttachDBFileName=D:\WebProjects\ClubStarterKit\ClubStarterKit.Web\App_Data\FTMLoungeDB.mdf;User Instance=True"
         providerName="System.Data.SqlClient"/>

Since you're using VS you don't need to put the full path as long as the DB is in you App_Data folder.

So your connection string should look like the below:

    <add name="YOURCONNECTIONNAME"
        connectionString="Data Source=.\SQLExpress;Integrated Security=true;AttachDbFilename=|DataDirectory|\FTMLoungeDB.mdf;User Instance=True"
        providerName="System.Data.SqlClient"/>
 

 Hope this info helps.  (I've got v3Beta1 of club merged with classifieds up and running at www.Zebu-Cattle-for-Sale.info).


ClubSite v3Beta1 www.Zebu-Cattle-for-Sale.info

Horse Magazines and More

MarValUS-Domains-Hosting.com Cheap Domains and Hosting

TekknoDraykko
Asp.Net User
Re: Club Starter Kit Error(s)11/27/2007 4:34:16 PM

0/0

Ok. Thanks. I'll try that, when i get home from work tonight.

 Draykko



================================
That which does not kill me makes me stronger
A. Stevens
Graduate, SetFocus .NET Masters Program
B.S., Computer Science
5 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Visual Studio 2008 All-In-One Desk Reference For Dummies Authors: Richard C. Leinecker, Rick Leinecker, Vanessa L. Williams, Pages: 816, Published: 2008
The Encyclopedia of Country Living: An Old Fashioned Recipe Book Authors: Carla Emery, Pages: 864, Published: 2003

Web:
Club Starter Kit Error - ASP.NET Forums Club Starter Kit Error. Last post 11-27-2007 11:34 AM by TekknoDraykko. 4 replies. Sort Posts: Oldest to newest, Newest to oldest ...
By the Community, For the Community - Club Starter Kit Extended ... The extended Club Site starter kit "try it now" takes to a page that has an application error. The regular club site starter kit log in ID and password do ...
Club Starter Kit - Discussions I have just downloaded Club starter kit 2.0. When I run this using the clubDB. mdf, ... server and run using the remote server, I receive the below error. ...
Getting Started with the Club Site Starter Kit: ASP Alliance The Club Site Starter Kit is only one of several free kits that can be used for learning ... I get the error: .... .vsi is not a valid Win32 application. ...
Club Site Starter Kit and Error during the execution of the SQL fi ... Club Site Starter Kit and Error during the execution of the SQL fi . ... The SQL error number is 1802 and the SqlException message is: ...
XNA Creators Club Online - error XNA Creators Club Online. United States (English). Canada (English) · Canada ( Français) ... Getting Started · Education Catalog · Starter Kits · Utilities ...
Database error running the club website starter kit app Hello, i just want to ask something related to club starter kit. Every time i run the site and register for a new user it reports an error saying that the ...
New Club Starter Kit site: problem with email NET 2.0 and 1.1 Starter Kits » New Club Starter Kit site: problem ... more information about the error and where it originated in the code. ...
Installing the Club Website Starter Kit gives an error Nov 29, 2008 ... Installation stopped because the directory for template installation did not ... Is repairing vs2008 after installing sql server any problem ...
Port Microsoft's Club Site Starter Kit to Apache Tomcat The setup file for the Club Starter Kit is named Club.vsi and can be found on .... This type of error comes from the TagPrefix club registration used by the ...




Search This Site:










when sending an email with attachment, got security exception error

recours files

trouble with form authentications login page

application security

get email address based on windows login

how to let the web.config in the sub-directory to not to inherited from root's web.config.

secured emails

admins to edit user roles, address etc.

cookie reaches expiration but page not secure

security hole, help please

current asp.net 2 security with oracle

forms authentication not working

roles from database :'(

w3wp.exe account

logon failure: unknown user name or bad password

dll's obfuscated using dotfuscator when deployed don't work and the dll's are easily decompiled. what to do?

after creating user, its logs u out. how to stop this?

strategy for managing users in production

accessing profile fields programmatically

getting value from formsauthentication?

queries regarding key container

getting rid of the authentication when saving a file

custom membership provider initialization

having problem to implement --- custom membership provider & role provider

get user login name under w2000

getting role description

encryption

activedirectorymembershipprovider throws config error, but config appears to be correct

cookie in web.config "sha1" question

regarding forms authentication .

  Privacy | Contact Us
All Times Are GMT