How to work with items on an Exchange Server computer by using HttpWebRequest in Visual Basic .NET
(314191) - Contains Visual Basic .NET code samples that demonstrate how to create an Appointment item, how to search for items, and how to copy and move objects on a computer that is running Exchange 2000 Server.
How to send e-mail without using SQL Mail in SQL Server
(312839) - SQL Mail provides an easy way to send and read e-mail from Microsoft SQL Server. However, because SQL Mail is a MAPI application, a MAPI subsystem must be present on the server. Microsoft Windows NT 4.0 installs a MAPI subsystem when you install...
How to use the ASP.NET utility to encrypt credentials and session state connection strings
(329290) - This step-by-step article describes how to use the Aspnet_setreg.exe utility to encrypt credentials and session state connection strings. ASP.NET version 1.0 requires that you store plain text credentials in configuration files if you want to do...
How to use the ASP.NET ValidatePath Module Scanner (VPModuleScanner.js)
(887290) - Describes how to use the VPModuleScanner.js file to test a computer or a set of computers to determine whether the ASP.NET ValidatePath module is installed. This module helps protect against canonicalization problems.
Operator new does not throw bad_alloc exception on failure in Visual C++
(167733) - Explains that the operator new in Visual C++ 5.0 does not throw bad_alloc exception on failure and just returns a null pointer. You can override this behavior by installing a custom error handler by calling the _set_new_handler function.
You cannot post data to a non-NTLM-authenticated Web site
(251404) - You cannot post any data to non-NTLM authenticated Web sites. This issue can occur after you visit an NTLM authenticated folder. Note Microsoft Internet Explorer requires NTLM authentication for all visits after you visit one NTLM authenticated...
FIX: ASP.NET health monitoring does not work on servers that are running many processes
(330469) - On a server that has many processes running, the processModel/memoryLimit setting does not work. This can lead to problems such as the following: The Aspnet_wp.exe process does not recycle when the memory limit is reached.The cache does not clear...
MSN: How to disable MSN Messenger and MSN Web Messenger in a corporate environment <span class="dummyLink">http://support.microsoft.com/default.aspx?scid=kb;en-us;889829</span></td></tr><tr><td class="bullet" rowspan="2">•</td><td class="text"><a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;322338" onclick="StatsDotNet.TrackSearch(0,18,18)">You receive an err...
You receive an error message that states "The 'SendUsing' configuration value is invalid" when you use CDOSYS to send e-mail in Outlook 2002
(322338) - Describes a problem where you receive an error message when you use Collaboration Data Objects for Windows 2000 (CDOSYS) to send e-mail. Resolution is the latest service pack for Exchange 2000 Server.
How to calculate dialog box units based on the current font in Visual C++
(145994) - Describes how to calculate dialog box units when you are using any font other than the system font in Visual C++.
How to programmatically print to a non-default printer in MFC
(166129) - Describes how to use the GetPrinter function to directly print to a non-default printer in MFC.
How to debug error messages and hang conditions in the Visual Studio .NET IDE
(893661) - Discusses how to debug error messages and hang conditions that you may experience in the Visual Studio Integrated Development Environment (IDE).
HOWTO: Getting IDesignerHost and IHTMLDocument of WebForms from a Visual Studio .NET add-in
(555327) - This article describes how to get the IDesignerHost and IHTMLDocument interfaces of WebForms and HTML pages from a Visual Studio .NET IDE add-in.
MS03-032: August 2003 Cumulative Patch for Internet Explorer
(822925) - Microsoft has released a cumulative patch for Internet Explorer. This cumulative patch includes updates for the issues that are described in the following Microsoft Knowledge Base article: 818529MS03-020: June, 2003, Cumulative Patch for Internet...
The "could not copy temporary files to the output directory" error is generated in Visual Studio .NET
(311491) - When you build a project in Microsoft Visual Studio .NET, the build fails and you receive the following compile-time error message: Could not copy temporary files to the output directory. about another cause for this symptom313512BUG: "Could not...
The RegMaid utility demonstrates how to clean up invalid registry entries in Visual C++ and in Microsoft Foundation Classes (MFC)
(156078) - Describes the RegMaid.exe utility.
FIX: Controls disappear from the Windows Forms Designer in Visual Studio .NET 2003
(842706) - Discusses a hotfix for the problem of user controls and derived Windows Forms controls suddenly not appearing when you open a Windows Forms project in the Windows Forms Designer.
FIX: Memory usage increases and IIS 5.0 stops responding when ASP buffering is enabled
(823818) - Describes a problem in IIS 5.0 where a large amount of memory is consumed and IIS 5.0 can become unresponsive. Discusses a hotfix for this problem.
You receive a LNK2001 error message when you use the template member functions
(239436) - Describes a problem that occurs when you use the template member functions, and you receive a LNK2001 error message. Includes a resolution to the problem.
When to choose MSDE 2000 as the database engine for your application
(321518) - Until recently, Microsoft offered the following two means of database management: Microsoft Jet (the Microsoft Access database engine that is included with both Microsoft Access and Microsoft Visual Studio)Microsoft SQL Server With the release of...
Microsoft Project files opened with a Read lock from a server ASP page
(843576) - Discusses the problem where Microsoft Project files that are opened from an ASP page by using the ConData object are opened with a Read lock and cannot be moved, copied, or renamed on the server.
Problem when using Reader Class Help needed!
Let's start off by saying I'm a noob to .Net but here's my problem.I have many files, all with the same structure.I know the structure, It was written in some version of C++.Because it seem to be a null terminated or serialized filestructure.....using text readers reads only until the first null and...