|
|
|
|
|
Total Hits: 2434 | Today: 1
|
Author: MSDN
|
Rating:
|
|

When you use the C# compiler (Csc.exe) to compile an ASP.NET resource, you may receive a compiler error message that is similar to one of the following error messages:
Compiler Error Message: CS1595: 'System.Collections.ArrayList' is defined in multiple places; using definition from 'c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll'...
|
|
|
|
Total Hits: 904 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use ADO in the Microsoft .NET Framework with Component Object Model (COM) interop, ADO properties that formerly accepted either object references or string values now only support object references. As a result, when you try to set a property to a string value, an exception is thrown....
|
|
|
|
Total Hits: 933 | Today: 2
|
Author: MSDN
|
Rating:
|
|

When you attempt to assign images to a ColumnHeader control in a Windows Forms ListView control, the operation is unsuccessful....
|
|
|
|
Total Hits: 922 | Today: 1
|
Author: MSDN
|
Rating:
|
|

If you use the Properties window to create an Init event handler in a Visual C# .NET mobile Web application, the code in the handler is not executed because the handler is not called....
|
|
|
|
Total Hits: 1145 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you browse to the URL of an XML Web service that returns a DataTable from one of its Web methods, you may receive the following error message: System.Data.DataRelation cannot be serialized because it does not have a default public constructor....
|
|
|
|
Total Hits: 1023 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use DataReader to read a row, if you try to access columns in that row, you receive an error message that resembles the following: System.InvalidOperationException: Invalid attempt to read from column ordinal '0'. With CommandBehavior.SequentialAccess, you may only read from column ordinal '2' or greater....
|
|
|
|
Total Hits: 1658 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use the OleDbDataReader or SqlDataReader class, no RecordCount property exists to indicate how many records are being fetched....
|
|
|
|
Total Hits: 1051 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use a protocol other than Transmission Control Protocol/Internet Protocol (TCP/IP), SqlConnection.Open fails if you specify a port number other than 1433 to connect to an instance of Microsoft SQL Server....
|
|
|
|
Total Hits: 1223 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you pass -1 or -2 autosize width settings to the ListView.ColumnHeaderCollection.Add method, the ListView control does not display the column as expected.You expect a -1 setting to set the column header to the size of the largest subitem text in the column, and a -2 setting to set the column header to the size of the text in the column header....
|
|
|
|
Total Hits: 1013 | Today: 0
|
Author: MSDN
|
Rating:
|
|

The Windows Forms TreeView control displays a hierarchy of nodes similar to the way that Windows Explorer displays folders in the left pane. With the Windows Forms TreeView control, the application cannot use a State image list to display a State icon. The State icon appears to the left of the icon that is displayed for a node in the control. This behavior differs from the behavior of the underlying Win32 TreeView control....
|
|
|
|
Total Hits: 805 | Today: 0
|
Author: MSDN
|
Rating:
|
|

This article provides a list of known problems with the Common Language Runtime (CLR) Profiling Services....
|
|
|
|
Total Hits: 759 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use DataSet column mapping in ADO.NET, an InvalidOperationException exception is thrown if the MissingMappingAction property is set to Error, and if the column mapping that you specify is missing....
|
|
|
|
|
|