Connection string Null

Discussion in 'Site Programming, Development and Design' started by 0012371, May 4, 2011.

  1. connectionstring web.config

    <connectionStrings>
    <clear/>
    <remove name="LocalSqlServer" />
    <add name="LocalSqlServer" connectionString="Data Source=tcp:s01.Winhost.com;User ID=DB_24017_saas_user;Password=******" providerName="System.Data.SqlClient" />
    <add name="SAASCS" connectionString="Data Source=tcp:s01.Winhost.com;Initial Catalog=DB_24017_saas;User ID=DB_24017_saas_user;Password=******" providerName="System.Data.SqlClient" />
    </connectionStrings>


    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    Object reference not set to an instance of an object.
    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.NullReferenceException: Object reference not set to an instance of an object.

    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:


    [NullReferenceException: Object reference not set to an instance of an object.]
    saas.Modules.Users.Page_Load(Object sender, EventArgs e) in Users.ascx.cs:23
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
    System.Web.UI.Control.OnLoad(EventArgs e) +91
    System.Web.UI.Control.LoadRecursive() +74
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Control.LoadRecursive() +146
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207




    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
     
    Last edited by a moderator: Oct 14, 2015
  2. Ray

    Ray

    Did you upload all the objects/data on the Winhost SQL server from your local SQL server?
     
    Last edited by a moderator: Oct 14, 2015
  3. i uploaded website and database
     
  4. Ray

    Ray

    Do you have a URL we can look at to test this out and see the error message? If I need a test account to run this test send me a private forum message with the test account name and instructions to replicate the error on my end.
     
  5. thanks
     

Share This Page