When Rebuilding my VB Project code I get the errer message: Could not find file [file address]
The file is an accdb file in my Explorer Server
When Rebuilding my VB Project code I get the errer message: Could not find file [file address]
The file is an accdb file in my Explorer Server
Hi @NickiCliffer-6267 , welcome to Microsoft Q&A forum. Have you done some changes before you rebuilt your project? Perhaps you need to check the connection codes or the statements. Also please pay attention to the namespaces.
Thanks for your suggestion. I did remove some files that I thought were either extraneous or duplicates. The file that wasn't found is still there. What code page should I search that provides the Rebuild instructions?
Hi @NickiCliffer-6267 , thanks for your reply.
What code page should I search that provides the Rebuild instructions?
Not very sure about what you really mean, .vbproj file includes the parameters and properties/items when building, and from output window in VS you can see the detailed information of the process when building the project. I guess the removed files maybe can let the project include some configurations and can connect(find) to the accdb file.
13 people are following this question.