Are there plans to support NAudio in a a Windows 8 Metro app? I cannot get NAudio to work in a Windows 8 Metro app with the Win8 consumer preview and Visual Studio 11 beta.
First, NAudio has a dependency on System.Windows.Forms.dll, and when I add that reference to my project it usually crashes Visual Studio 11.
Second, if I can add the reference to System.Windows.Forms.dll without crashing Visual Studio 11, I get a compiler error: "Cannot find type System.Resources.ResourceSet in module mscorlib.dll"
Comments: yes, I'd like to make Windows 8, WP7 and Silverlight versions of NAudio. Of course, the interop classes would not be useful, but there are still lots of useful utility classes that could be put to use on those platforms
First, NAudio has a dependency on System.Windows.Forms.dll, and when I add that reference to my project it usually crashes Visual Studio 11.
Second, if I can add the reference to System.Windows.Forms.dll without crashing Visual Studio 11, I get a compiler error: "Cannot find type System.Resources.ResourceSet in module mscorlib.dll"
Comments: yes, I'd like to make Windows 8, WP7 and Silverlight versions of NAudio. Of course, the interop classes would not be useful, but there are still lots of useful utility classes that could be put to use on those platforms