You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says "Cannot find resource file "Properties\Resources.resx" of project MediaPlayerViewModel" and another namespace error seemingly associated with this missing file.
The installer fails as it seems to target the main file (MediaPlayerSetup.exe) at current directory's program files, which is non-existent.
Using Win10-x64, Visual Studio Community 2017.
Wanted to contribute actually but really can't because of so many broken stuff. Please solve this.
The text was updated successfully, but these errors were encountered:
Hi, it's 3 years later and I wanted to see how this WPF Media Player worked. I know WinForms but avoided WPF like the plaque.
Code does NOT compile in VS 2019 , it's missing 3 files: Settings.cs , Resources.resx, app.config file in ViewModel project. In Settings.cs you need to add a setting: backgroundImage string Application c:......\your.png etc for the default background image of the media player. If you add the other files ( empty ) it will compile.
It says "Cannot find resource file "Properties\Resources.resx" of project MediaPlayerViewModel" and another namespace error seemingly associated with this missing file.
The installer fails as it seems to target the main file (MediaPlayerSetup.exe) at current directory's program files, which is non-existent.
Using Win10-x64, Visual Studio Community 2017.
Wanted to contribute actually but really can't because of so many broken stuff. Please solve this.
The text was updated successfully, but these errors were encountered: