I've been going crazy with a problem lately and I was hoping someone could give me a little insight.
Basically I have a database project in C# that I work on with two computers. One uses Vista and the other XP. So far I have transfered the project files between the two computers and have been ok.
Recently though, the application no longer works on the XP machine. I keep getting an error that the program could not initialize the database (I can't remember the exact error).
I did a little digging and most online resources say it's due to a corrupted user.config file. However I cannot find any user.config file related to the project. So what I'm thinking it's that it's something else entirely.
The worst part is that this happened randomly and now I can't seem to fix it. It still runs fine on the Vista machine, but XP is not liking it.
Thanks in advance
PS. The only thing that I have done differently is that I Published the project (as a test) on the Vista machine, but I'm not sure if that was before or after.