run via visual studio

Hey,

I'm trying to debug the code and work out why I am getting:

Internal error: End of stream reached with 11 byte left to read.

when I am updating the manifest. Whenever I run the solution Visual studio seems to stop debugging when it starts updating so I never see this error.

Any ideas?

Thanks

Adam

Hey Adam,

We need a whole lot more information to help you. What are you running in your debugger? wyUpdate? Your app calling wyUpdate? Your app using the AutomaticUpdater? Your app using the AutomaticUpdaterBackend?

Did you follow the instructions here?

What versions of wyUpdate and the AutomaticUpdater are you using?

Hey Sam,

I use wyupdate and wybuild to keep my application up to date. Wyupdate is throwing the error:

Internal error: End of stream reached with 11 byte left to read.

This then means it downloads the update, fails and then downloads the full update. I have googled around this error but unable to find a solution.

I then decided to load the WyUpdate code up in Visual Studio and try and debug it to locate the problem. It seems that if you debug wyupdate via visual studio the visual studio debugger detaches from the running process. I wanted to know how I am supposed debug WyUpdate from Visual Studio.

So in summary I am trying to debug the code from https://code.google.com/p/wyupdate/source/checkout in visual studio but the debugger detaches.

I hope this is clearer.

Thanks

Adam

I fixed it. UAC was killing the process. Running visual studio as administrator resolved this.