Strong Signed Assemblies

前端 未结 10 1199
青春惊慌失措
青春惊慌失措 2020-12-05 13:42

I have a project I made in Visual Basic 2008 Express. I converted it from someone else\'s C# project, but it works. It has several DLL dependencies. I went to publish my pro

10条回答
  •  既然无缘
    2020-12-05 14:19

    I found my problem to be in the .csproj file

    
      ..\..\..\..\Pedidos\XBAP\Pedidos\Pedidos\bin\Release\Pedidos.exe
    
    

    Then I removed it using notepad and it is okay now.

提交回复
热议问题