Jump to content
The Hotfix Share

Language Neutral .Net Framework 2.0 Hotfix Request


xable

Recommended Posts

I need the following hotfixes:

 

KB923707

 

Some characters in a text resource may not appear correctly when you try to embed the text resource in a Web application that is built on the .NET Framework 2.0
KB927128

 

A new overload for the TransmitFile method of the HttpResponse class is included in Microsoft ASP.NET 2.0. This new overload lets you specify an offset in the file. The new overload also lets you obtain the number of bytes to be sent.

 

The following shows the format of the new overload:

 

HttpResponse.TransmitFile(String Filename, long offset, long length)

 

Note

• Filename is a placeholder for the name of the file to be written to the HTTP output.

• Offset is a placeholder for the start position in the file.

• Length is a placeholder for the total length to be transmitted.

If you specify 0 as the Offset parameter and -1 as the length parameter, the whole file is sent.

 

Aspnet_wp.exe    2.0.50727.232    29,968    20-Oct-2006    21:44
System.web.dll    2.0.50727.232    5,029,888    20-Oct-2006    21:44
Webengine.dll    2.0.50727.232    300,032    20-Oct-2006    21:44

 

This hotfix replaces the following hotfixes:

911276 : Error message when you try to go to an ASP.NET page by using a URL that contains Unicode characters: "HTTP error 400 'bad request'"

911300 : Error message when you try to browse the root folder of a Web application that is built on the .NET Framework 2.0: "Object reference not set to an instance of an object"

913393 : You receive an exception error message when you specify a Content-Length HTTP header that is larger than 2 GB in ASP.NET 2.0

915782 : You may receive an InvalidCastException error in an ASP.NET-connected Web application

918181 : You receive a ThreadAbortException exception in an ASP.NET Web application that is based in the .NET Framework 2.0 when the Async page directive property is set to true

920283 : An ASP.NET 2.0 Web application may not send content for a page that is updated when the Web server is running

920970 : You may experience an unexpected AppDomain restart in an ASP.NET Web application that is based on the .NET Framework 2.0

922770 : Vulnerability in ASP.NET 2.0 could allow for information disclosure

923707 : Some characters in a text resource may not display correctly when you try to embed a text resource within a Web application that is built on the Microsoft .NET Framework 2.0

925248 : Data in the POST request may be truncated to 49152 bytes in ASP.NET-connected application

925613 : You receive an InvalidCastException error when you debug the dumps in the Windows SharePoint Services

Link to comment
Share on other sites

  • Replies 144
  • Created
  • Last Reply

Top Posters In This Topic

Mick3214, Am i right in thinking Visual J# is a seperate language from .net ? If so do we need another section for this?

 

I thought that VJ# .net runtime is part of .net runtime family.

File version also seems to follow the same rule as file for .net framework.

 

As there are not many Hotfix or supplement for VJ# .net, I do not think that we need separate section but maybe just separate folder in corresponding .net framework version.

Edited by Mick3214
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...