Click here to Skip to main content
15,890,388 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGeeting Connectivity problem with MySql using ASP.net 2.0 Pin
estatekhoj26-Jun-09 22:02
estatekhoj26-Jun-09 22:02 
AnswerRe: Geeting Connectivity problem with MySql using ASP.net 2.0 Pin
Manas Bhardwaj26-Jun-09 22:13
professionalManas Bhardwaj26-Jun-09 22:13 
AnswerRe: Geeting Connectivity problem with MySql using ASP.net 2.0 Pin
Christian Graus26-Jun-09 23:32
protectorChristian Graus26-Jun-09 23:32 
QuestionHow to build acticle writing control. Pin
Hristiyan26-Jun-09 21:41
Hristiyan26-Jun-09 21:41 
AnswerRe: How to build acticle writing control. Pin
Manas Bhardwaj26-Jun-09 22:16
professionalManas Bhardwaj26-Jun-09 22:16 
GeneralRe: How to build acticle writing control. Pin
Hristiyan26-Jun-09 22:33
Hristiyan26-Jun-09 22:33 
QuestionUnable to set height and width in my web pages(aspx, master) if DOCTYPE is specified Pin
nainakarri26-Jun-09 21:18
nainakarri26-Jun-09 21:18 
QuestionServer Error... Pin
RajpootRohan26-Jun-09 20:26
professionalRajpootRohan26-Jun-09 20:26 
Hi to all,

Sorry to disturb you again. I am developing a website and after making it 70% I published it and made it online. It was working fine. Now I added a new page today and published it. Now that page is giving this error:

Server Error in '/VICTORIAIN' Application.
Invalid object name 'STATIC'.
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: Invalid object name 'STATIC'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SqlException (0x80131904): Invalid object name 'STATIC'.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +925466
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +800118
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +186
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1932
   System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31
   System.Data.SqlClient.SqlDataReader.get_MetaData() +62
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +1005
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
   System.Data.SqlClient.SqlCommand.ExecuteReader() +84
   _Default.BenefitsData() +125
   _Default.Page_Load(Object sender, EventArgs e) +10
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 


I googled and found that I should set up the database again. So I created the database again and restored it with the backup. Now the whole site is not opening with the error above.
Can anybody help me on this?

cheers,
sneha

AnswerRe: Server Error... Pin
Christian Graus26-Jun-09 21:03
protectorChristian Graus26-Jun-09 21:03 
GeneralRe: Server Error... Pin
RajpootRohan26-Jun-09 21:14
professionalRajpootRohan26-Jun-09 21:14 
GeneralRe: Server Error... Pin
Christian Graus26-Jun-09 21:20
protectorChristian Graus26-Jun-09 21:20 
AnswerRe: Server Error... Pin
dan!sh 26-Jun-09 21:16
professional dan!sh 26-Jun-09 21:16 
GeneralRe: Server Error... Pin
RajpootRohan26-Jun-09 21:48
professionalRajpootRohan26-Jun-09 21:48 
GeneralRe: Server Error... Pin
Christian Graus26-Jun-09 22:02
protectorChristian Graus26-Jun-09 22:02 
GeneralRe: Server Error... Pin
r a m e s h26-Jun-09 22:14
r a m e s h26-Jun-09 22:14 
AnswerRe: Server Error... Pin
Vimalsoft(Pty) Ltd26-Jun-09 23:40
professionalVimalsoft(Pty) Ltd26-Jun-09 23:40 
AnswerRe: Server Error... Pin
RajpootRohan27-Jun-09 1:09
professionalRajpootRohan27-Jun-09 1:09 
Questionconnectionstring for MySql using asp.net Pin
estatekhoj26-Jun-09 20:09
estatekhoj26-Jun-09 20:09 
AnswerRe: connectionstring for MySql using asp.net Pin
Christian Graus26-Jun-09 20:15
protectorChristian Graus26-Jun-09 20:15 
AnswerRe: connectionstring for MySql using asp.net Pin
Abhijit Jana26-Jun-09 21:49
professionalAbhijit Jana26-Jun-09 21:49 
GeneralRe: connectionstring for MySql using asp.net Pin
Christian Graus26-Jun-09 23:39
protectorChristian Graus26-Jun-09 23:39 
QuestionConvert CrystalReport to Sqlserver Reporting server Pin
ptvce26-Jun-09 20:05
ptvce26-Jun-09 20:05 
AnswerRe: Convert CrystalReport to Sqlserver Reporting server Pin
r a m e s h27-Jun-09 0:28
r a m e s h27-Jun-09 0:28 
QuestionHardware Cofiguration and Software details Pin
raushan_926-Jun-09 19:55
raushan_926-Jun-09 19:55 
AnswerRe: Hardware Cofiguration and Software details Pin
Christian Graus26-Jun-09 20:16
protectorChristian Graus26-Jun-09 20:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.