D3 and mvBase

 View Only

 .Net Core / .Net 6 - MVSP Client API availability

Jump to Best Answer
Bill Neuman's profile image
Bill Neuman posted 09-13-2022 17:33

Is there a .Net Core / .Net 6 compatible MVSP Client API?  If not, is there any planes to support this?

I have tried using API version 2.1 for .Net Framework 4.5 in a .Net 6 core application and get the following runtime error.

Exception:
The type initializer for 'rocketsoftware.MVSP.TIGRCommmon' threw an exception.

Inner Exception:
Could not load type 'Microsoft.VisualBasic.ApplicationServices.User' from assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

.Net Framework DLLs can be loaded into .Net 6 as long as the DLL’s referenced assemblies has a compatible .Net Core equivalent, 'Microsoft.VisualBasic.ApplicationServices.User'  was not ported to .Net Core.

Thanks,

Bill

Brian Cram's profile image
ROCKETEER Brian Cram Best Answer

Here's version 2.1.1.1 of the .NET API that supports .NET 6 & 7. MVSP version 1.8.17 will be OK, or if you're on 10.3 you're already running 1.8.18.

Give it a try.

Attachment  View in library
Brian Cram's profile image
ROCKETEER Brian Cram
There was some work done on MVSP and .NET Core. I'm not sure of the current status, but will check.
Bill Neuman's profile image
Bill Neuman

Is there any new information on this?