没有遇不到只有想不到的Framework 1.1 BUGs

简介:
前段时间组里负责daily build的家伙,发现程序wizard里控件位置老是不对(Label控件的文字被相互遮住了)的bug被Test team提了一百遍啊一百遍了。那种wizard的UI是通过form继承来做的,虽然东西堆了很多而且代码也不少,可是压根没有复杂的东西呀,而且明明每次都修改好了的,回头位置又错了。最后查来查去也没有查出个结果@_@。

    今天看.NET Framework 1.1 fixed bugs list,发现居然有三个bug和form的继承有关,其中bug列表里第一个就是: 818776 FIX: The layout of a control on an inherited Windows form may change。我那哥们真是冤哇 emangry.gif。接下来还有一个也相关的bug: 836612 FIX: Your inherited Windows Form becomes smaller when you edit it in Visual Studio .NET 2003。

    开始我们还琢磨半天觉得这样错误因该不是bug,觉得微软的bug应该还是会有些武功和智慧的,结果看来对于M$的bug只能是没有遇不到只有想不到呀。
  
ExpandedBlockStart.gif #region 附.NET Framework 1.1 SP1 fixed BUGs
818776 FIX: The layout of a control on an inherited Windows form may change
837522 FIX: You may receive an "E_INVALIDARG" error message when you try to create an instance of a .NET serviced component
836989 FIX: A user receives a "security exception" error message while running user code that is based on the .NET Framework 1.1 in a partial trust environment
835405 FIX: The DataGrid control reports an incorrect row count when a modified column is hidden by scrolling when you are using the .NET Framework 1.1
835847 FIX: Your Windows Forms user control does not print and does not appear in Print Preview in Internet Explorer
829986 FIX: COM to COM+ marshaling does not handle enregistered arguments correctly
828884 FIX: A .NET Framework application that contains an MSChart object runs slowly if the application was built in Visual Studio .NET 2003
828295 FIX: Error Message: Security Exception: PermissionToken Index Does Not Match Index into m_unrestrictedPermSet
825680 FIX: Out of memory exception errors may occur when significant amounts of physical memory are still available
823473 Visual Basic .NET application that uses a ReDim statement may quit unexpectedly
823445 FIX: Client Activated Object clients that are linked by using Soapsuds.exe may fail with a deserialization exception error
823201 FIX: Your COM+ application may run slowly when you create an object by using the SynchronizationAttribute attribute
818982 FIX: "COMException - Type Mismatch" error message when you pass a VARIANT parameter from managed code
817703 Combined installation package for the .NET Framework 1.1 - Hotfixes 818981, 818982, and 822878
813340 FIX: You receive a "System.NullReferenceException: object reference not set to an instance of an object" error message when you implement JIT optimization by using a float
811672 FIX: You receive an "Unhandled Exception" error message when you run an application that uses valid C code
839616 FIX: The value of the SelectedIndex property of the ComboBox control does not change when you set the text by using the Text property
839424 FIX: The group membership list becomes truncated when you add group memberships by using the .NET Framework System.DirectoryServices namespace
839289 FIX: The GC heap becomes corrupted when you use the .NET Framework System.Security.Cryptography.RSACryptoServiceProvider class
839047 FIX: A memory leak may occur when COM objects are passed as VARIANT in the Microsoft .NET Framework 1.1
838301 FIX: WMI events cannot occur if lots of file references are passed to the Csc.exe tool
837634 FIX: An application stops responding when you open multiple dialog boxes by using Visual Studio .NET on a Tablet PC that is running Windows XP Tablet PC Edition
837033 FIX: You cannot download a .NET Framework assembly in Internet Explorer
836798 FIX: A deadlock condition occurs when you download assemblies in an application that was built by using the .NET Framework 1.1
836612 FIX: Your inherited Windows Form becomes smaller when you edit it in Visual Studio .NET 2003
835480 FIX: The DataGrid control may not redraw correctly when you resize a column in a .NET Framework 1.1 Windows Forms application
835361 FIX: When you set the Visible property of the DataGrid control to False, the DataGrid control is still visible in the .NET Framework 1.1
834672 FIX: You experience performance issues when your multithreaded application calls the PerformanceCounter.NextValue method
834608 FIX: You receive a "Multiple controls with the same ID" error message when you dynamically add cached user controls to Webforms
834104 An ASP.NET application crashes in the .NET Framework when it is running on a multiple processor computer and it is using the ArrayList class
833326 BUG: The hash table appears to grow unbounded with the .NET Framework 1.1
832705 FIX: You may receive an error message when you use specific keyboard shortcuts in the DataGrid control
832597 FIX: You may receive an application error in Vbc.exe or Csc.exe when you run a .NET Framework application
831730 FIX: "InvalidOperationException ... Load factor too high" when you use a Hashtable collection
831263 FIX: You experience slow performance when the # Induced GC count is high in managed Windows Forms applications
831150 The "Viewstate is invalid for this page" error message does not provide sufficient information to troubleshoot the issue
830789 FIX: The Remote Procedure Call (RPC) Web Service method ignores the RequestElementName property of the SoapRpcMethodAttribute class when the name of a method includes a hyphen in the .NET Framework 1.1
830698 FIX: Generated assembly may not contain emitted attributes
829977 A memory leak condition occurs when you run COM+ 1.0 on a computer that is running Windows 2000 SP4
829615 FIX: Overlapping forms with a DataGrid control automatically come to the foreground when the data source is updated in the .NET Framework 1.1
828943 FIX: COM interop call may return incorrect HRESULT
828099 FIX: Data is not sorted correctly on a DataGrid control in a Windows application in the .NET Framework 1.1
827801 FIX: Microsoft .NET Framework 1.1 Page_Load event fires two times
827558 FIX: IEHost makes calls back to port 80 when Internet explorer is bound to a port other than port 80
827210 FIX: Error message: System.ExecutionEngineException occurred in an unknown module
827035 FIX: ASP.NET stops responding when your application performs an operation that is not valid
826981 FIX: Exception error message when you access the RTF property of the RichTextBox control
826945 FIX: ALT+TAB does not bring the owner window to the foreground when a parent form contains a ToolTip control
826497 A Windows Form that contains a TextBox control and a ComboBox control does not display a drop-down menu
826368 You cannot run WMI events from the older versions of the instrumented assembly
825082 NullReferenceException error when you use combined FlagsAttribute enums in ASP.NET controls
824680 PhoneCall control does not render the plus sign character in telephone numbers
824336 FIX: Custom performance counters do not publish performance data to WMI
823274 FIX: An access violation occurs if the DEVPATH environment variable refers to a network share in a Visual Studio .NET 2003 project
823140 FIX: Managed application that makes COM to COM+ calls may experience an access violation error
822734 FIX: ValidationSummary (Validator) controls no longer appear after you upgrade to the .NET Framework 1.1
821536 FIX: A System.ArgumentException exception occurs when you try to create a Windows form that inherits from a Windows form that contains a dataset
821349 FIX: Embedded null characters may bypass request script validation
821157 FIX: "Server Application Unavailable" error message if a DLL is loaded in the 0x33A20000 address space and you request an ASP.NET page
821155 Background batch compile may cause a deadlock when the thread pool has been exhausted
820743 FIX: ASP.NET performance counters cannot count more than 113 loaded AppDomains
819792 FIX: JScript calls the GC.Collect method from IVsaEngine.Close in Visual Studio .NET 2003
818803 Post-RTM .NET Framework 1.1 ASP.NET hotfix package symptoms
811532 FIX: The Windows Forms ActiveX Control Importer (Aximp.exe) does not handle default values correctly
823030 FIX: DataGrid made compliant with Section 508 of the Rehabilitation Act Amendments of 1998
833612 FIX: You receive an "Invalid pointer Code: 0" error message when you call the AppendChild method with a Null parameter in Smartnav.js in the .NET Framework 1.1
829487 FIX: DataGrid control loses focus when you press the SHIFT+DOWN ARROW key combination
829585 FIX: The ASP.NET worker process may cause high CPU usage when it hosts a remoting server
836092 WML clients may receive a duplicate QueryString collection that is set by using the Form.Action property
834280 FIX: A NullReferenceException error occurs when you use a method that has the default null value as a parameter in the .NET Framework 1.1
833047 FIX: Menu mnemonics fire on the wrong forms in a multiple-document interface (MDI) Windows Forms application
833050 FIX: "Index was outside the bounds of the array" error message in Visual Studio .NET when the ODBC driver does not support the SQLGetInfo(SQL_SEARCH_PATTERN_ESCAPE) function
#endregion

本文转自博客园鸟食轩的博客,原文链接:http://www.cnblogs.com/birdshome/,如需转载请自行联系原博主。

目录
相关文章
|
存储 缓存 安全
《optimizing software in c++》读书笔记(二)
《optimizing software in c++》读书笔记(二)
171 0
|
监控 Java 区块链
ABAP Development Tool 代码模板和其他一些实用技巧汇总
ABAP Development Tool 代码模板和其他一些实用技巧汇总
283 0
ABAP Development Tool 代码模板和其他一些实用技巧汇总
|
存储
分布式系统的烦恼------《Designing Data-Intensive Applications》读书笔记11
使用分布式系统与在单机系统中处理问题有很大的区别,分布式系统带来了更大的处理能力和存储容量之后,也带来了很多新的"烦恼"。在这一篇之中,我们将看看分布式系统带给我们新的挑战。
1255 0