ASP

ASPnet: Parser Error Message: Could not load type _Default’.

Posted by on May 25, 2009 at 7:41 pm

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: _Default Ensure your app has been setup as a application and it set to the correct framework within iis also ensure you are [...]

SQL/ASP: The timeout period elapsed prior to completion

Posted by on May 16, 2009 at 5:54 pm

Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Try adding a Connect Timeout in the web.config The Connect Timeout attribute of a connection string determines how long a SqlConnection Object runs before it stops attempting to connect to a server. Reference

.NET: Theme ‘Default’ cannot be found

Posted by on April 18, 2009 at 6:07 pm

Error:  Theme ‘Default’ cannot be found in the application or global theme directories. my view: The App_Themes directory is either missing or iis does not have access to it. Reference   Tempory fix will be to remove the reference from the web.config file or commented it out.

.net: Microsoft OLE DB Provider for ODBC Drivers error ’80004005′

Posted by on February 17, 2009 at 10:36 am

Error Microsoft OLE DB Provider for ODBC Drivers error ’80004005′ [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /2008/mission.asp, line 174 Notes: strange the error states no data source name found and no default driver specified. If you are certain your code is correct. Please contact your host and ensure [...]

.NET: Could not load file or assembly ‘System.Data.Entity, Version

Posted by on February 9, 2009 at 8:12 pm

  Line 42:         <add assembly=”System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B711414E089″ /> Line 43:        <add assembly=”System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C2522089″ /> *ERROR *Line 44:         <add assembly=”System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A55115214E089″ /> Line 45:         <add assembly=”System.Data.Services, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A51515E089″ /> Line 46:         [...]