.NET is a free, cross-platform and open source software development platform, created by Microsoft, made up of many tools, support many programming languages also provide libraries for developing many different type of software application.
Tag: C#
How to Configure the Short Date Format in Windows and Windows NT
We develop web based software so most of time we have to face date time format problem. In our all of the project we prefer to use short date time format in US format (MM/dd/yyyy). But most of clients now a days while installing OS set the Indian English format so we have to face … Continue reading How to Configure the Short Date Format in Windows and Windows NT
Error in Crystal Report with Visual Studio 2013 in windows Applications
Error : Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified. Solutions : Goto Your App.Config file and add following code in between <configuration> </configuration> tags <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup> Please also … Continue reading Error in Crystal Report with Visual Studio 2013 in windows Applications
Server Application Unavailable
Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request. Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web … Continue reading Server Application Unavailable
ASP.Net 2.0 : System.InvalidOperationException: Hashtable insert failed. Load factor too high.or too high.
Today morning one of our send the a email that some pages of your application, developed in ASP.Net 2.0 and hosted on client side on windows 2003 serve was caught with below error Server Error in ‘/’ Application. Hashtable insert failed. Load factor too high. Description: An unhandled exception occurred during the execution of the … Continue reading ASP.Net 2.0 : System.InvalidOperationException: Hashtable insert failed. Load factor too high.or too high.