Just looking for some ideas here.
I do all my development on a local stand-alone server. I just downloaded and installed the 2008.3.1314.35 version of the assembly and have it working locally without any problems. In fact, it's actually alleviated a performance issue I had: with multiple grids and other controls on the page, I could click the insert button on the grid to open the edit form template, but the browser seemed to lag for about 5 seconds after the form showed up; I couldn't do anything. Upgrading to the 2008.3.1314.35 version fixed that for me locally.
I then built a solution package and deployed the exact same source code (that references the 2008.3.1314.35 version of the assembly) to my development machine (where end users can do some testing) and everything works fine except that now the performance issue IS NOT fixed there. On this dev server, I made sure the old version of my application was fully uninstalled and cleaned up all files left over by it...including the GAC and the WSS virtual directory's bin folder. I then deployed my solution, using the same settings in web.config and global.asax as I am locally, using the same 2008.3.1314.35 version of the assembly, but I'm now having trouble with performance on the development server. The versions of IE are the same.
Anyone have an idea?
Thank you,
Eric Skaggs
I do all my development on a local stand-alone server. I just downloaded and installed the 2008.3.1314.35 version of the assembly and have it working locally without any problems. In fact, it's actually alleviated a performance issue I had: with multiple grids and other controls on the page, I could click the insert button on the grid to open the edit form template, but the browser seemed to lag for about 5 seconds after the form showed up; I couldn't do anything. Upgrading to the 2008.3.1314.35 version fixed that for me locally.
I then built a solution package and deployed the exact same source code (that references the 2008.3.1314.35 version of the assembly) to my development machine (where end users can do some testing) and everything works fine except that now the performance issue IS NOT fixed there. On this dev server, I made sure the old version of my application was fully uninstalled and cleaned up all files left over by it...including the GAC and the WSS virtual directory's bin folder. I then deployed my solution, using the same settings in web.config and global.asax as I am locally, using the same 2008.3.1314.35 version of the assembly, but I'm now having trouble with performance on the development server. The versions of IE are the same.
Anyone have an idea?
Thank you,
Eric Skaggs