vb.net keeps asking for files that aren't there
Sometimes they ask for a resources file. Latter designer.settings.vb or something.
The file is not listed. It's automatically generated. How can I tell vb that I don't need those files?
Here are the lattest
Error 1 Error embedding Win32 manifest: Manifest File '\\work\c\businessagus\business\currentprojects\businessmobile\program\hotmailandgoogle.txt\hotmailm aildisconnect\My Project\app.manifest' cannot be found. googlepages
What is going on?
How can I tell vb that you don't need the app.manifest file?
Re: vb.net keeps asking for files that aren't there
Hey,
This is quite strange. What changes are you making to the project when this happens?
All the files that your project knows about are listed in the vbproj file, so if Visual Studio is prompting for it, there must a reference to it in the vbproj file. You could try removing this reference, but I am not sure what knock on effect this might have.
Gary
Re: vb.net keeps asking for files that aren't there
Clean your clean your bin\debug and bin\release folder and try building the project again.
Re: vb.net keeps asking for files that aren't there
That partially help.
Basically there is an icon on top of project explorer where we can just press to show all "required" files beyond what's normally hidden.
Select those with ! in it and delete also help.
Re: vb.net keeps asking for files that aren't there
Hey,
Does that mean you have got it working?
Gary
Re: vb.net keeps asking for files that aren't there
I think so but there are still similar trouble. I will mark that as resolve once I am done with this.
So the way to solve it is again, to put the resolve
Re: vb.net keeps asking for files that aren't there
Hey,
That's fine, I was just curious if you had got it working.
Quote:
So the way to solve it is again, to put the resolve
Are you asking how to mark your thread resolved? If so, check the link in my signature.
Gary
Re: vb.net keeps asking for files that aren't there
Thanks. I got to do some tests before marking this resolved.
Re: vb.net keeps asking for files that aren't there
Hey,
Yeah, I got that, I wasn't telling you to mark the thread resolved. I took it from your last post that you were asking how you go about marking it resolved.
Gary