question

NickiCliffer-6267 avatar image
0 Votes"
NickiCliffer-6267 asked TianyuSun-MSFT commented

From VB19 Data-Sources, cannor find a Server-Explorer database

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

vs-generalvs-debugging
· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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.

0 Votes 0 ·

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?

0 Votes 0 ·

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.

0 Votes 0 ·
Show more comments

0 Answers