obiwanjacobi / vst.net

Virtual Studio Technology (VST) for .NET. Plugins and Host applications.
https://obiwanjacobi.github.io/vst.net/index.html
GNU Lesser General Public License v2.1
420 stars 52 forks source link

Command " publish" not found #38

Closed dodinhhoanganh closed 4 years ago

dodinhhoanganh commented 4 years ago

I try to build my project after adding VST.Net and I got the error: The command " publish "C:\Users\ngoan\source\repos\RMVN Studio\RMVN Studio\bin\x64\Debug\RMVN Studio.exe" -o "C:\Users\ngoan\source\repos\RMVN Studio\RMVN Studio\bin\x64\Debug\deploy"" exited with code 9009. It mean command publish not found, so how can I fix it? It only happend when I add VST.Net library, previous build without VST.Net not contain any error. Please help me! Btw, sorry for my bad English!

dodinhhoanganh commented 4 years ago

So, I was fixed this issue by install older version which support .net framework Because new version only support .net core xD

obiwanjacobi commented 4 years ago

FYI The problem was that you've added the VST2 (core) package to a .NET Fx 4.x project. The build file (in the VST2 package) did not handle that situation gracefully. I have tried to fix it in the build file to generate a compiler error in that situation.