How to properly update new version of dll?
Hi..
In my web application(ASP.NET 2.0+C#), I am using a thrid party control dll. I updated the dll to its current version, by deleting the old version from the Bin and adding the new version of the dll to it. I also deleted the older javascript files with respect to the older dll and added the new javascripts.
Now I am getting lot of unexpected behaviours. I checked with the demo of the third party version and such unexpected behaviours are not seen..
Am I doing anything wrong with the reference of the dll? How to properly update a newer version of the dll?
Thank you
|