FIX: The Server.Transfer method causes a stack overflow and causes the ASP.NET worker process to stop responding
(839521) - Describes a problem that occurs when you use the Server.Transfer method to transfer to the same page. To resolve this problem, you must install a hotfix.
You receive a "The reliable BTF message exhausted all retry attempts without receiving acknowledgement" error message when the Retry Interval property of a send port is set to 0 in BizTalk Server 2004
(896449) - Describes an error message that is immediately returned in the Application log when you set the Retry Interval property of a send port to 0 in BizTalk Server 2004. To resolve this issue, modify the Retry Interval property.
An access violation may occur in the ASP.NET worker process if you try to view a report that is based on an Oracle database in Report Manager
(840712) - Describes a problem that occurs when you create a report that is based on an Oracle database by using the OLE DB Data Extension and the Microsoft OLE DB Provider for Oracle. An access violation may occur in the ASP.NET worker process if you try to...
FIX: The ASP.NET worker process may stop responding, and you may experience an access violation in the Mscorsvr.dll file or in the Mscorwks.dll file
(895183) - Fixes a problem that occurs when the .NET Framework 1.0 invokes the GetGrantedPermissionSet method.
You receive an error message when you try to open an Access 2002 database from a Web Server
(810582) - Describes an error that may occur when you attempt to open an Access 2002 database by using a URL link. Requires you to use either data access pages or Active Server Pages (*.asp) to open the Access database file.
How to create a Data Transformation Services custom task by using Visual C# .NET
(326909) - This article describes how to create a Data Transformation Services (DTS) custom task by using Microsoft Visual C# .NET. You can extend the DTS capabilities by creating custom tasks by using Visual C# .NET. After you install and register the...
Availability of the .NET Framework 1.1 Post-Service Pack 1 rollup package for System.dll
(887563) - Discusses the availability of the .NET Framework 1.1 post-Service Pack 1 rollup package for System.dll. Lists the issues that are fixed by this rollup package.
FIX: You receive an "OverflowException" error message when you specify a Content-Length HTTP header that is larger than 2 GB in the .NET Framework 1.1
(888420) - Fixes a problem in the .NET Framework 1.1 where you receive a run-time error message when you explicitly specify a Content-Length HTTP header that is larger than 2,147,483,647.
This Microsoft Passport Network is already being used with MSN Money Plus
(822396) - When you try to synchronize Money with MSN Money, you may receive the following message: This Microsoft .NET Passport is already being used with MSN Money Plus This problem occurs because you cannot use the same Passport Network account with Money...
How to enable Windows 98/ME/NT clients to logon to Windows 2003 based Domains
(555038) - Most companies have legacy operating system like - Windows 98, that give them backward compatibility for legacy applications.The default settings for Windows 2003 domains prohibit the logon of these clients.
Overview of the compatibility considerations for 32-bit programs on 64-bit versions of Windows Server 2003 and Windows XP
(896456) - Discusses the compatibility considerations and limitations for 32-bit programs that are running on 64-bit versions of Windows Server 2003 and Windows XP.
Gamevoice: The MSN Messenger Contact List Does Not Appear or You Cannot Sign in to Messenger 5.0
(812961) - When you click Sign In to try to sign in to SideWinder Game Voice, the Sign In dialog box may not appear. If you can sign in to SideWinder Game Voice, the contact list may appear to be empty, or may not appear at all. This issue may occur if MSN...
FIX: A managed Windows service process may not correctly receive command-line parameters when it is running on a 64-bit version of Windows that is running the .NET Framework 1.1
(896000) - Fixes a problem in the .NET Framework 1.1 where command-line arguments are read incorrectly for a managed Windows service process on a computer that is running a 64-bit version of Windows.
FIX: Your ASP.NET application may stop responding when it starts in the .NET Framework 1.1
(892492) - Fixes a problem in the .NET Framework 1.1 where your ASP.NET application may stop responding when it starts. This problem occurs when the application tries to access the CompilationMutex class.
FIX: You may receive a "System.Net.WebException" error message when you upload a large file over a SSL connection in the .NET Framework 1.1
(884537) - Fixes a problem that occurs when you use classes in the System.Net namespace to upload a large file over a SSL connection. You may receive unexpected exceptions when you upload the file in the .NET Framework 1.1.
BUG: VB.NET 2003 Background Compiler Shows False Errors After splitting lines from add-ins or macros
(555288) - When you use a Visual Studio 2003 add-in or macro to split lines of VB.NET code using the line continuation character "_", the VB.NET background compiler does not parse correctly the new code. Visual Studio 2002 works correctly.
How to switch between the 32-bit versions of ASP.NET 1.1 and the 64-bit version of ASP.NET 2.0 on a 64-bit version of Windows
(894435) - Describes how to switch between different versions of either the 32-bit versions of ASP.NET 1.1 or the 64-bit version of ASP.NET 2.0 in a 64-bit version of Windows.
TechNet Support WebCast: Concepts and administration of Microsoft SharePoint security
(897675) - Wednesday, July 20, 2005: 10:00 AM Pacific time: Describes the infrastructure of Microsoft SharePoint products including IIS, ASP.NET, Microsoft SQL Server, and Microsoft Windows Server 2003. Also discusses the security models of these components.
How to disable client-side printing by using the EnableClientPrinting system property in SQL Server 2000 Reporting Services Service Pack 2
(897121) - Describes how to disable or enable client-side printing by using the EnableClientPrinting system property in SQL Server 2000 Reporting Services Service Pack 2.
Re: DllImport, Callbacks and garbage collection "Fabien Penso" <fabienpenso@gmailNOSPAM.com> wrote in message news:OYkKwy$QFHA.3496@TK2MSFTNGP12.phx.gbl...> Hi.>> I am trying to make this work but I got a weird behavior. I got a very > basic system, I call a unmanaged "dllimported" function and give it a > structure of callback functions.>> Somet...