Hi Tom,
First think that always comes to mind is caching....
Please make sure you have run through all the items in the following list:
- 1. Shut down VS if it's running
- 2. Delete your browser cache (IE=Delete temporary internet files FF=Clear Private Data + Cache)
- 3. Go to 'C:\WINDOWS\Microsoft.NET\Framework\<Your relevant framework>\Temporary ASP.NET Files, delete all Visual webGui files. Please note that if you are running your app under Visual studio dev web server, this step applies to folder on your local machine. If you are running from a web server, this step applies to that server.
- 4. Reset IIS if app will not be run within VS Dev webserver
- 5. Open sample application
- 6. Delete obj and bin folders (and ClientBin if SilverLight deploy)
- 7. Delete all Gizmox references
- 8. Reference the Gixmox DLL's, which now should be correct version
- 9. Temporarily set "Disable Caching" in General tab of VWG integration (remember setting back if production app). This is equiv to web.config setting:
- <add name="VWG_DisableCachingSwitch" value="1" />
- 10. Increase private version of project
- 11. Clean
- 12. Recompile
- 13. Run in Dev Web server
You might want to start with step 2 only, on the problem clicents and see if it gets fixed.
Palli