I am creating a setup project in visual studio, I included a file into the project NuVisions.sqlite to be installed. When attempting to build I get the following error:
Error 3 Could not find file 'Z:\work\neothinktank.net\newlee\NuVisions\NuDAO\NuVisions.sqlite' 'The parameter is incorrect.' Z:\work\neothinktank.net\newlee\NuVisions\SetupBionetics\SetupBionetics.vdproj SetupBionetics
The only problem is that I am absolutely 1000% certain with no doubt of any kind whatsoever that the file in question does exist. What am I doing wrong?
Found out why this happens after so long.
Z: is a network drive and apparently VS gets a bit cranky when storing projects on network drives in certain instances.