Framework V1.1

  • Thread starter Thread starter MikeH
  • Start date Start date
M

MikeH

Hi

I have a client running NT 4 SP6a. My .NET app exeuted
fine under Framework Ver 1.0 but on upgrading to 1.1 it
now generates a "Application has generated an exception
that could not be handled" error.

Is 1.1 still supported on NT4 and if it is, what might be
my problem? This is my only NT4 site. All other sites are
Win2K or higher and are working fine.

Thanks
 
Hi,

Thanks for your post.

Yes, .NET Framework Redistributable supports Windows NT 4.0 SP6a as
documented in the following link:
http://msdn.microsoft.com/netframework/technologyinfo/sysreqs/default.aspx

As you know, .NET Framework supports side-by-side execution. Since your
application used to work properly on 1.0 Framework, you can install 1.0
Framework together with 1.1 Framework on the NT4 SP6a system, and configure
the application to run at 1.0 Framework. Please refer to the following
article for detailed information.

Side-by-Side Execution of the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/ht
ml/sidexsidenet.asp

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top