I just updated my VS 2008 Framework 3.5 to SP1 last night, an now I am getting numerous javascript errors, notably in igtbl_removeState and igtbl_getRowByID functions.
Do I need to remove the update, or is there a fix for this issue?
Don Sharp
I myself went through this upgrade recently, and I have a lot of projects with UltraWebGrid myself, and everything went smoothly. Actually, nothing in SP1 should not directly interfere with out products in any way, so the problem could be elsewhere.
Maybe you need to clear you browser cache and try again? Recompile / rebuild everything, delete temporary VS folders... also check security settings. Or maybe you have hardcoded IDs in javascript (these may change if page infrastructure changes)?
I completely shutdown my PC after the update, which should have cleared all caches. It is a very simple app, 2 aspx pages and no user controls, which I recomplied to no avail. I have no hard-coded IDs, and no other program has had any security issues. There are no special security settings for this app.
Doing a System Restore to prior to the update, everything is working fine again.
I'm really confused.
Don