examples @ examples.ext.net giving error

  1. #1

    examples @ examples.ext.net giving error

    Hi
    Just in case you didn't noticed
    the following error is coming when a page with connection to SQL is loaded.

    Server Error in '/' Application.
    Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.
    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: Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.
    
    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): Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.]
       System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +428
       System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +65
       System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
       System.Data.SqlClient.SqlConnection.Open() +122
       System.Data.Linq.SqlClient.SqlConnectionManager.UseConnection(IConnectionUser user) +44
       System.Data.Linq.SqlClient.SqlProvider.get_IsSqlCe() +45
       System.Data.Linq.SqlClient.SqlProvider.InitializeProviderMode() +20
       System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +57
       System.Data.Linq.Table`1.GetEnumerator() +43
       System.Data.Linq.Table`1.System.Collections.Generic.IEnumerable<TEntity>.GetEnumerator() +4
       System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +7667686
       System.Linq.Enumerable.ToList(IEnumerable`1 source) +61
       Coolite.Examples.Code.Northwind.Employee.GetAll() +46
    
    [TargetInvocationException: Exception has been thrown by the target of an invocation.]
       System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +0
       System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +71
       System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +350
       System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +29
       System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod method, Boolean disposeInstance, Object&amp; instance) +488
       System.Web.UI.WebControls.ObjectDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1247
       System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +19
       Coolite.Ext.Web.StoreDataBound.PerformSelect() +105
       Coolite.Ext.Web.StoreDataBound.DataBind() +122
       Coolite.Ext.Web.StoreDataBound.EnsureDataBound() +63
       Coolite.Ext.Web.StoreDataBound.OnPreRender(EventArgs e) +34
       System.Web.UI.Control.PreRenderRecursiveInternal() +80
       System.Web.UI.Control.PreRenderRecursiveInternal() +171
       System.Web.UI.Control.PreRenderRecursiveInternal() +171
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
    
    
    Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
  2. #2

    RE: examples @ examples.ext.net giving error

    I don't know why [ code][/ code] tags don't work as expected.

    I just paste/ write data into them but never worked for me - am I missing something.



  3. #3

    RE: examples @ examples.ext.net giving error

    Hi,

    The examples should be working now. Thanks for pointing out the Exception.


    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] TabBar Config examples in Examples Explorer not working
    By anup in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 26, 2012, 9:32 AM
  2. Replies: 7
    Last Post: Mar 22, 2012, 1:00 PM
  3. Error with HtmlEditor in the examples
    By dimitar in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 09, 2010, 3:44 PM
  4. more error in http://examples.ext.net
    By maxdiable in forum 1.x Help
    Replies: 0
    Last Post: Jun 11, 2010, 5:21 PM
  5. Error viewing examples
    By phillipl in forum 1.x Help
    Replies: 0
    Last Post: Jun 03, 2010, 12:53 AM

Posting Permissions