Rank: Advanced Member Groups: Member
Joined: 5/31/2007 Posts: 36
|
I have a strange problem with upgrading your dll I have the 4.0.43 update and I've update my production server with this new dll now after I compiled my project again and uploaded another version with the same dll all the eo objects didn't load correctly and page was stuck and i get a JavaScript error in the eo_object line
I'm sending you an example project with 2 bin directories "Bin" and "Bin1" they both have the same dll but one works and one doesn't, also if I clear the history and the caching the dll that doesn't works started to work and the other won't work now until I refresh the history again.
it seems like the control has some invalid caching in the browser, please look at it and tell me what you think..
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
In bin folder there is a .refresh file, in bin1 there isn't. The .refresh file causes the DLL to be copied over from another location (probably another version). That would be all the difference.
|