Client side validation scripts using wrong version of .NET Framework

  • Thread starter Thread starter deeann.imhoff
  • Start date Start date
D

deeann.imhoff

I have both the 1.1 and 1.0 framework installed on my workstation.
Everything works fine exception client-side validatation script. In
error indicates it is using 1.0 framework instead of 1.1 even though my
entire project was writtin in the 1.1 IDE. No other persons on my team
have this issue and most also have both versions installed.

Any ideas on how to correct this beyond uninstalling 1.0 and 1.1 and
reinstalling 1.1?

Thanks in advance.
 
I have both the 1.1 and 1.0 framework installed on my workstation.
Everything works fine exception client-side validatation script. In
error indicates it is using 1.0 framework instead of 1.1 even though my
entire project was writtin in the 1.1 IDE. No other persons on my team
have this issue and most also have both versions installed.

Any ideas on how to correct this beyond uninstalling 1.0 and 1.1 and
reinstalling 1.1?

Thanks in advance.

Guessing that your talking about ASP.NET (it helps sometimes to be
clear about what you're discussing), look at aspnet_regiis in the .NET
framework folder. It has options for installing/deinstalling scripts
and suchlike with IIS.

Damien
 
Back
Top