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
When I include TimeZoneConverter 6.1 using the "Manage Packages Solution" in my Visual Studio 2022 the System.Runtime.InteropServices.RuntimeInformation library is added, and it works fine locally.
But after publishing the project it is coming up with an error in my production IIS saying that the System.Runtime.InteropServices.RuntimeInformation is missing. And indeed it is not in the bin folder.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I include TimeZoneConverter 6.1 using the "Manage Packages Solution" in my Visual Studio 2022 the System.Runtime.InteropServices.RuntimeInformation library is added, and it works fine locally.
But after publishing the project it is coming up with an error in my production IIS saying that the System.Runtime.InteropServices.RuntimeInformation is missing. And indeed it is not in the bin folder.
I manually added it to my IIS to make it work.
Beta Was this translation helpful? Give feedback.
All reactions