Submit Content
Sponsor
Development
Databases
Server Management
|
|
|
|
|
|
|
Articles
This issue started to appear when I migrated my .NET web service to Windows 2008 64-bit using IIS7.
System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B).
The solution to our issue was pretty simple and this is how I did it.
Posted by retroman80s on Feb 19, 2010
53 Views
This article will show you how to execute multiple Oracle SQL statements
Posted by LazyAssCoder on Feb 18, 2010
34 Views
Here is a function that will trim spaces in front and after of each string within a delimited string.
Posted by retroman80s on Feb 07, 2010
33 Views
How to select all records from a given table
Posted by salilbagde on Jan 13, 2010
41 Views
This script will loop through and drop all schema triggers in a SQL Server database.
Posted by retroman80s on Aug 25, 2009
215 Views
This script will give you a list of all trigger for a given SQL Server database
Posted by retroman80s on Aug 25, 2009
149 Views
This article shows you have to resolve the following error: The name 'Request' does not exist in the current context
Posted by retroman80s on May 29, 2009
995 Views
In my case, LINQ to SQL classes template from Visual C# Items -> Data location was missing.
Posted by n3rd on Apr 23, 2009
219 Views
This article will show you hot to sort the result from an NH interrogation
Posted by n3rd on Apr 13, 2009
1284 Views
This article will show you how to hide a field in Crystal Reports XI
Posted by retroman80s on Feb 25, 2009
389 Views
Here's a solution to solve this issue:
The call is ambiguous between the following methods or properties: 'System.Math.Floor(decimal)' and 'System.Math.Floor(double)'
Posted by LazyAssCoder on Feb 25, 2009
534 Views
If you are using Microsoft SQL Server Management Studio to connect to your SQL Server and getting the following error message:
Cannot connect to SQL Server or SQLEXPRESS
Here's a solution your can try.
Posted by LazyAssCoder on Jan 16, 2009
295 Views
This article will show how to calculate the date difference in months.
Posted by retroman80s on Jan 16, 2009
833 Views
This article will describe how to display the max date(latest date) for a group selection in Crystal Reports.
Posted by retroman80s on Jan 09, 2009
625 Views
If your getting the following error in ASP.NET Crystal Report or Tnsping
ora-12154: TNS:could not resolve service name
Here's a possible solution.
Posted by LazyAssCoder on Nov 26, 2008
1471 Views
This article provides a possible solution to fix the following exception: System.Security.Cryptography.CryptographicException - Keyset does not exist or Access is denied.
Posted by LazyAssCoder on Nov 11, 2008
2882 Views
In this article we will show you how to output an object's data to an XML string.
Posted by LazyAssCoder on Nov 10, 2008
447 Views
If your database is located in the App_Data folder of your web application. Here is a neat little shortcut for your Access Database ConnectionString.
Posted by LazyAssCoder on Jun 16, 2008
412 Views
In this article, we will describe how to manually initialize a custom membership provider.
Posted by LazyAssCoder on May 08, 2008
1143 Views
This article will show some ways of checking for null values in a DataTable.
Posted by LazyAssCoder on Feb 06, 2008
418 Views
<< Previous
1
2
3
4
5
Next >>
|
|
|
|
|
|
|