Hi, I installed SAS integration client technologies on my windows 10 laptop to test the connectivity to the remote SAS server. I get the below error. System.Runtime.InteropServices.SafeArrayTypeMismatchException: Specified array was not of the expected type. at System.StubHelpers.MngdSafeArrayMarshaler.ConvertSpaceToManaged(IntPtr pMarshalState, Object& pManagedHome, IntPtr pNativeHome) at SAS.OptionServiceClass.GetOptions(Array& OptionNames, Array& Types, Array& IsPortable, Array& IsStartupOnly, Array& Values, Array& ErrorIndices, Array& ErrorCodes, Array& ErrorMsgs) at SAS.BI.Itconfig.Library.ServerTests.SASWorkspaceServerTest.TestServer() Below is the softwares I installed in the order specified. I have VS 2015 so the Microsoft Visual C++ 2010 Redistributable Package (x64 and x86) are already installed https://support.sas.com/downloads/package.htm?pid=1988 https://support.sas.com/downloads/package.htm?pid=1969
... View more