hi,
i am new in the sdk world. with the "old" manageontap.dll i was able to connect to the filer, but with the new manage-ontap.dll i cant.
we are running ontap 7.3.4P3, but i can only find dll's for 7.3.1, 7.3, 7.3.1, 7.3.3, 7.3.5, 8.0 in the 4.1 SDK
old: (works)
NaServer mycontroller;
NaElement xin, xout;
mycontroller = new NaServer(storageController, 1, 0);
mycontroller.Style = NaServer.AUTH_STYLE.LOGIN_PASSWORD;
mycontroller.SetAdminUser(user, pass);
new:
NaFiler server = null;
server = new NaFiler(txthost.Text);
server.Credentials = new NetworkCredential(txtuser.Text, txtpw.Text);
server.ForceUseUnsecure = true;
VolumeListInfo input = new VolumeListInfo();
i get the error: The type initializer for 'NetApp.NaServer' threw an exception.
sorry but i searched a long time in the web but i cant find a answer...
thx
regards
markus