|
|
Browse by Tags
All Tags » exception
-
An interesting issue was found by a colleague of mine: an exception when cast a nvarchar column to integer even if the column value was checked with IsNumeric on SQL 2000 SP4:select c.IDfrom dbo.COM_COMPANY c where IsNumeric(c.CODE) = 1 and convert(c.CODE as int) = 304 and DELETED = 0As result the following exception were raised:Msg 245, Level 16, ...
-
Hi, i'm using datagridview extension in my Visual studio 2008 project and it works fine but
when i try to build the solution on another PC, i have an exception with this line :
DataGridViewExtensionComponent dgvExtension = new DataGridViewExtensionComponent();
An ''TypeInitializationException'', in the string of the exception i ...
|
|
|