Client side validation scripts using wrong version of .NET Framework

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.
 
D

Damien

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top