NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Microsoft Virtualization Discussions

Error importing module if .NET 3.5 is not installed

aschneider146
3,299 Views

I was trying to import the dataontap module onto a few of our Hyper-V nodes in a cluster and got an error that said "'Could not load file or assembly System.Runtime.Serialization, Version=3.0.0.0,"

I was able to solve the issue by installing .NET 3.5

I would suggest upating the module manifest, "dataontap.psd1" to specify the required version of .NET using

"DotNetFrameworkVersion = '3.5' " in the manifest hashtable

1 REPLY 1

cknight
3,299 Views

Good suggestion, Andy, thanks.  We'll do that.

Public