When building the project on VS 2022, if you try to run sqlnexus.exe and select "Import", you will get the error below especially if running on a separate machine that doesn't have VS installed (IE copy the release folder to another machine):
Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I believe this is due to the breaking change: https://learn.microsoft.com/en-us/visualstudio/extensibility/migration/breaking-api-list?view=vs-2022#interop-breaking-changes
Ask: look to modernize this and allow building on vs 2022.
When building the project on VS 2022, if you try to run sqlnexus.exe and select "Import", you will get the error below especially if running on a separate machine that doesn't have VS installed (IE copy the release folder to another machine):
Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I believe this is due to the breaking change: https://learn.microsoft.com/en-us/visualstudio/extensibility/migration/breaking-api-list?view=vs-2022#interop-breaking-changes
Ask: look to modernize this and allow building on vs 2022.