I have a ASP .Net application using C# developed on Visual Studio 2005 beta 2 version. When the same application is copied to a machine having Visual Studio 2003 and Visual Studio 2005 , Javascriot errors start coming 'Object expected', which were otherwise not present.
I noticed that in this machine aspnet_client folder was missing from the inetpub\wwwroot folder, which has the javascript files. I copied it from some other machine having only Visual Studio 2005, but this did not stop the errors. Can anybody please help me on this.
Thanks,....