How do you reference a regular .NET assembly in a class library project in a Metro app?
I am trying to create a mail interface in the class library project for a Metro JavaScript application, but the Visual Studio 11 default references don’t include references to namespaces like System.Net.Mail, for instance…
Craig, check out this post:
http://www.wintellect.com/CS/blogs/jeffreyr/archive/2011/09/20/core-net-types-usable-from-a-metro-style-application.aspx
Also relevant are these:
http://msdn.microsoft.com/en-us/library/windows/apps/br230301(v=VS.85).aspx#KnowTheRules
and http://stackoverflow.com/questions/7722868/using-legacy-assemblies-in-metro-style-app.