Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Knowledge Base
Search:
What's New - What's Hot
More Categories for .NET Framework .NET Framework (376)
Listings for .Net Framework 2.0 .Net Framework 2.0 (9)
More Categories for ASP.Net ASP.Net (385)
More Categories for ASP.Net 2.0 ASP.Net 2.0 (42)
More Categories for C-Sharp C-Sharp (234)
More Categories for SQL Server SQL Server (289)
More Categories for Visual Basic.Net Visual Basic.Net (498)
More Categories for Visual C# .NET Visual C# .NET (44)
More Categories for Visual C++ .NET Visual C++ .NET (71)
More Categories for Visual SourceSafe Visual SourceSafe (17)
More Categories for Visual Studio 2005 Visual Studio 2005 (10)
More Categories for Visual Studio.Net Visual Studio.Net (130)
More Categories for Windows Windows (203)
More Categories for XML XML (15)
More Categories for XML and .NET XML and .NET (71)
 


How to debug managed-client applications that are started by using a URL in Visual Studio .NET or in Visual Studio 2005     
Total Hits: 164  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to use the IEExec.exe application to debug managed-client applications that you start by using a URL in Microsoft Visual Studio .NET or in Microsoft Visual Studio 2005....

BUG: C2059 Error on Out-Of-Class Definition of Member Templates     
Total Hits: 166  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

The following error message appears if you define a member template class or function outside the class:
error C2059: syntax error : ''template<''
error C2065: 'T' : undeclared identifier...

BUG: Data Is Not Loaded in DataGrid 6.0 if You Use the 'RetrieveFields' Option in Visual Basic 6.0 (Q316159)     
Total Hits: 722  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you upgrade a Microsoft Visual Basic 6.0 project to Visual Basic .NET, and the project contains a DataGrid that was populated by using the RetrieveFields option, the data does not appear in the grid....

BUG: Creating Circular References Between UserControls Closes Visual Basic .NET Without Warning (Q316554)     
Total Hits: 897  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use Visual Basic .NET to create two Windows Control Libraries (UserControls) that have a circular reference between them, and then you try to add one control onto another, the integrated development environment (IDE) may close (crash) without warning....

BUG: The Scale Value for Oracle Numeric Parameter Is Ignored (Q317528)     
Total Hits: 712  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you set the scale for a parameter of type NUMBER, it does not affect the value of the parameter that is passed to the database....

BUG: ListView.ColumnHeaderCollection.Add Method Does Not Work with Autosize Width in Visual Basic (Q317546)      
Total Hits: 389  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your 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....

BUG: Cannot Insert Empty String into Memo, Text, nText, or Blob Columns (Q316323)      
Total Hits: 216  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you try to insert an empty string into Memo, Text, nText or Blob columns by using the OLE DB .NET data provider, you receive the following exception:

An unhandled exception of type 'System.InvalidOperationException' occurred in system.data.dll
If you handle this exception within a try-catch block, you receive the following information:

System.InvalidOperationException
System.Data.OleDb.OleDbException: Multiple-Step OLE DB operation generated errors. Check each OLE DB ...

HOW TO: Modify XML Data by Using DOM in .NET Framework with Visual C# .NET     
Total Hits: 557  |  Today: 1Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

XML content can be classified broadly into a collection of nodes and attributes of the nodes. You can modify the content by modifying the nodes or the attributes. The System.Xml.XmlDocument class implements the core XML Document Object Model (DOM) parser of the Microsoft .NET Framework. This class is compliant with the World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 and Level 2 Core standards. You can use the DOM model implementation to modify the content of XML documents; fo...

HOW TO: Use Extension Objects When You Execute XSL Transformations in Visual C# .NET Applications     
Total Hits: 254  |  Today: 1Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

In-line script blocks and external code components can be used to implement custom routines that are invoked during the course of an XSL transformation (XSLT) to perform calculations and process data. Microsoft recommends that you avoid the usage of in-line script blocks, and instead use external code components to implement such custom routines when you design portable XSLT style sheets. External code components that are used by XSLT are referred to as XSLT Extension objects....

BUG: XmlNamespaceManager Does Not Correctly Atomize Strings During Namespace Lookups     
Total Hits: 142  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The LookupNamespace and LookupPrefix methods of the XmlNamespaceManager class may return a null value even when a matching namespace definition has been added to the XmlNamespaceManager object. This problem is only noticed when you use the NameTable of an XmlDocument to construct the XmlNamespaceManager object instance....

BUG: DataGrid Web Server Control Wraps When ItemStyle Wrap or HeaderStyle Wrap Property Is Set to False in Visual Basic .NET     
Total Hits: 426  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

The wrap functionality occurs for each cell and not for each row of the DataGrid. Therefore, if you set the wrap functionality for all of the DataGrid, text wrapping functionality is not disabled for every row or column....

BUG: Data Loss When You Recursively Navigate an XmlDataDocument     
Total Hits: 306  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you try to recursively navigate an XmlDataDocument that has been synchronized with a filled ADO.NET DataSet, all of the data is not returned....

HOW TO: Implement and Use Custom Extension Functions When You Execute XPath Queries in Visual C# .NET     
Total Hits: 356  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Non-standard user-defined functions that are used in XML Path Language (XPath) query expressions are referred to as XPath extension functions. You may want to implement a custom XPath extension function when the standard XPath functions do not address a specific requirement....

BUG: AddNew Method of CurrencyManager Fails with Bound CheckBox     
Total Hits: 181  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you call the AddNew method to add a new record to a DataTable object that the CurrencyManager object manages, the method silently fails and does not advance to a new record....

BUG: Cannot Use the Undo Feature to Move Controls or Components in the Component Tray      
Total Hits: 294  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you move non-visual controls or components in the Windows Forms Designer Component Tray of the Visual Basic .NET integrated development environment (IDE), the change does not appear to roll back when you click Undo on the Edit menu or press CTRL+Z. When you use the Undo feature the next time, previous changes are undone, though the placement of items in the Windows Forms Designer Component Tray does not change.
...

BUG: Element May Cause Data View to Generate an Error Message      
Total Hits: 249  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you view an XML document with Data View in the Microsoft Visual Studio .NET integrated development environment (IDE), you may receive the following error message:

Although this XML document is well formed, it contains structure that Data View cannot display.The grid cannot show the data correctly because of the unsupported Character "." in element name(s)....

HOW TO: Recursively Search Directories by Using C# .NET     
Total Hits: 3050  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article shows through code how to recursively search subdirectories for files, starting with a root directory. A search string is specified so that you can search for files that match a certain criteria. Each part of the code is explained as necessary. A working code sample is also provided at the end of the article. Directory recursion is a common IO task for developers. The FileSystemObject makes this task easy for Component Object Model (COM) applications. Now this task has ...

BUG: Upgrade Wizard Incorrectly Converts an ActiveX Control's DataSource Property (Q316170)      
Total Hits: 308  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use the Upgrade Wizard to upgrade a project from Microsoft Visual Basic 6.0 to Visual Basic .NET, the DataSource property of the ActiveX controls contained in the upgraded project may not migrate correctly. If the fully qualified name is used to access the DataSource property, the DefInstance property is not added during migration.

...

BUG: Visual Basic .NET "'[Method]' is ambiguous across the inherited interfaces" Error Message When Using Office Automation (Q315981)      
Total Hits: 536  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you use Visual Basic .NET to automate a Microsoft Office application, and an Automation object has both a method and an event with the same name, you may receive the following compile time error message when you build the project:
BC30685: '[Method]' is ambiguous across the inherited interfaces '[Interface1]' and '[Interface2]'....

BUG: "Object Variable or With Block Variable Not Set" Error Message When You Access a Public Object Variable (Q316478)     
Total Hits: 2396  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you access a public object variable of a Component Object Model (COM) component in Visual Basic .NET, you may receive the following error message:

An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in microsoft.visualbasic.dll

Additional information: Object variable or With block variable not set...



Disclaimer - Privacy
© 2002-2012 DevASP.net