Posted on June 28, 2010, 8:00 pm, by mbanzon, under
Programming.
When re-defining the default namespace for a project in VS2005 the properties/settings/resources will change namespace to the new default – but every place these values are refered the namespace reference will remain the same and there needs manual changing!
Posted on June 27, 2010, 5:53 pm, by mbanzon, under
Programming.
The other day at work we ran into a problem with users updating to the newest version of our software. Our main program queries a server with the version number and receives an address from where the newest installer can be fetched. The program then launches a browser that downloads and runs (on the users [...]