问题
I am trying to import dll from Metro Style App. But I don't know where should I put dll. Please reply to me.
回答1:
You can only reference DLLs built against WinRT. Typically these can be added via nuget, or alternatively added as a project, and using a project reference. Using other approaches is likely to fail certification, and not allow you to distribute your app to the general public.
来源:https://stackoverflow.com/questions/12685805/where-should-i-put-c-sharp-dll-in-metro-style-appc