RE: 32-bit .net 1.1 apps on Win2003 x64

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi Frank,

Unfortunately, there is no x64 version for .NET framework 1.1. If this is a
..NET application, it should be working fine on .NET framework 2.0 for
backward compatibility, except for some break changes. You don't need to
fool the app, it will automatically running on .NET framework 2.0 runtime
if it detects that only .NET 2.0 is installed.

Also, you can specify the runtime version in your application's app.config
file with the following block:

<configuration>
<startup>
<supportedRuntime version="v2.0.50727" />
</startup>
</configuration>

This is often used when 2 different versions of framework are installed on
one machine.

Here are some newgroup thread that you can reference on this issue.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=760931&SiteID=1

http://groups.google.com/group/microsoft.public.dotnet.languages.vb/browse_t
hread/thread/ca379a50bb249700/bcecfce1f9190280?lnk=st&q=.net+1.1+app+run+on+
..net+2.0&rnum=2&hl=en#bcecfce1f9190280

If anything is unclear, please feel free to let me know.

Kevin Yu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)

.



Relevant Pages

  • RE: Seeking advice on best practice.
    ... project to .NET framework based solution, ... libraryor still use the original native C dll directly through ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework)
  • Re: BizTalk 2004 on .NET framework 2.0?
    ... Generally changing the config file to specify the runtime isn't required. ... However somebody did meet particular issues when .NET Framework 2.0 runtime ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.biztalk.general)
  • Re: SQL Management Studio "Open Table" Error
    ... I agree with Steve that the issue might be related to .net framework 2 and ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ... project analysis and dump analysis issues. ...
    (microsoft.public.sqlserver.tools)
  • Re: BizTalk 2004 on .NET framework 2.0?
    ... FYI, I had to install SQL Server Management Studio on a BTS2004 machine, ... However somebody did meet particular issues when .NET Framework 2.0 runtime ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.biztalk.general)
  • RE: Forms Authentication - Sudden Redirect Failure on Login
    ... To confirm if this is .NET framework issue, ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ... project analysis and dump analysis issues. ...
    (microsoft.public.dotnet.framework.aspnet.security)