Lachee / discord-rpc-csharp

C# custom implementation for Discord Rich Presence. Not deprecated and still available!
MIT License
561 stars 93 forks source link

Failed to upload file or build "Discord RPC, Version=1.2.1.24, Culture=neutral, PublicKeyToken=null" or one of their dependencies. The specified file cannot be found. #245

Open sledokkk opened 4 months ago

sledokkk commented 4 months ago

Hello, your library is great, but I have a problem.

If I run my application through Visual Studio, then everything is fine (RPC works), but if I take the .exe file from the Release folder and open it separately, then I get an error and Discord RPC does not work.

Repository with the program: https://github.com/sledokkk/discordrpctest

I would be very grateful if you could explain what I'm doing wrong...