0

I'm using Visual Studio 2008 to create a new Setup project. I'm trying to add a file (dll) to the Application Folder, there is nothing else in the project or in the solution.

enter image description here

But I get a way too generic error : The operation could not be completed

Stephane Mathis
  • 6,542
  • 6
  • 43
  • 69

1 Answers1

0

Well, I fixed it. I was adding a DLL file created with VS2013 and .NET 4.5. I tried to re-create the project with VS2008 and used the new dll and it worked.

Stephane Mathis
  • 6,542
  • 6
  • 43
  • 69