Hello, I have searched the forums and stack overflow, but just can't get this figured out. I have a winforms app in production. We have done about 10 version updates over the last year (and I have another client with a different winforms app and we have done 6-8 updates for them too) all with no problem.
But somewhere along the line, the auto-updater in one (call it "PD" for short) just stopped working. running wyUpdate works perfectly. AU never seems to recognize an update is present. I do see that a ".AUTOUPDATE" file is being created in the Roaming folder when the app opens (days between check = 0). But I can't find anything in any logs or event viewer etc.
I have a complex but hopefully not atypical set of environments:"production" branch"efix" branch"dev" branch"alternate dev" branch
In WyBuild I maintain two projects: "PD-Production" and "PD-Test". They have a different root location for versions folders, and different server locations etc.
In a normal development sprint I will make my changes in "dev", then for user acceptance testing, create a wyBuild update version in the PD-Test project. I will use the files from dev branch "bin\release" folder to move to the wyBuild version folder and then point the wyBuild update to that folder.
I build the wyUpdate and client.wyc, copy them to the dev visual studio project folder and the wyc file to the PS-Test version folder.
Then, in wyBuild I build the update, and upload it to the test server. My clients test and approve and now we need a production update. So, merge changes from dev branch to production branch, build, test, then open the wyBuild PD-Production project, add a new version update, create a version folder, copy production branch bin/release files, build the wyUpdate and client.wyc, copy them as above, build the update, and push the the production server.
And version 1.1.4 production in the wild doesn't seem to notice. When I do a clean install of 1.1.4 production on a test box, like I said above an AUTOUPDATE file is created. but AU never does anything in my app.
please help!-David