Version issue???

  • Thread starter Thread starter Jim Heavey
  • Start date Start date
J

Jim Heavey

I took a simple littel project that I had and pulled each of the .cs, .aspx
and .css and send them to a friend of mine. I had her create a new project
and the add existing option. I then had her compile and run and when she
runs, she gets the following error message "Unable to find script library
'/aspnet_client/system_web/1_0_3705_0/WebUIValidation.js".

Is this trying to tell me that she is not on the same version of the
framework? This is pointing the the prior release of the .net framework,
why would this be in I have the later version installed?

If this is a version issue, how to I get mine to compile using the 1.1
version?

How do I get ahold of version 1.0.3705 loaded on my friends machine?

Thanks in advance for your assistance!!!!!!!!!!
 
Hi Jim,

Take a look at the help for the aspnet_regiis.exe app; using this app you
can set which version of the fx will run your webapp under, and also
re-register the client script if needed.

--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
 
Back
Top