I have just moved the development of my bespoke windows application from one .net developer to another. The developer that I had been working with for many years - and who created the application - went and got a 'day job' and could no longer support me.
Anyway, the new developer has just made some changes (using VS2008) to the application and has sent me an installation package to run on my PC.
The first time he did this, got a System Update Required message ststing that mshtml needed to installed in the GAC.
So the developer rebuilt the project, including mshtml, and sent me a new intstallation package. The package that I received contained a folder called Application Files (the file names all end in .deploy) as well as autorun.inf, setup.exe and a .application file. So I ran the setup file and instead of setting-up the application it just seems to run the .application file! There were no .exe or config.exe files created at all.
Over the weekend the developer has built a further installation package and this time I get a System Update Required message concerning the assembly System Web Extensions! Having googled this assembly it seems to have something to do with AJAX2 - but how can this be as we are talking about a windows application?
What are we doing wrong?
Thanks in anticipation.
Chris