0

I have a VB.NET solution containing multiple projects and the expected result is the EXEs in one project should be copied to bin folder of other projects on build. While rebuild solution does this, build solution does not copy the EXEs and even deletes the previously copied EXEs. Any idea why this is happening?

Thanks

  • Depends what projects are these. NET CORE, netstandard/new project style, old net framework projects. FW version? *"one project should be copied to bin folder of other projects"* -- are they referenced / dependent on each other? – T.S. May 12 '20 at 19:44

1 Answers1

-1

There provides two method which may help you solve your problem:

1.Renaming the executable file

2.Another method:

  • Closing Visual Studio

  • Deleting the bin and obj folders

  • Reopening Visual Studio.

Julie Xu-MSFT
  • 334
  • 1
  • 5