You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error when publishing for AoT and Trimmed.
System.NotSupportedException: COM Interop requires ComWrapper instance registered for marshalling.
at System.Runtime.InteropServices.ComWrappers.ComObjectForInterface(IntPtr) + 0x52
at Internal.Runtime.CompilerHelpers.InteropHelpers.ConvertNativeComInterfaceToManaged(IntPtr) + 0x9
at FlashCap.Internal.NativeMethods_DirectShow.CoCreateInstance(Guid&, Object, NativeMethods_DirectShow.CLSCTX, Guid&, Object&) + 0x5c
at FlashCap.Internal.NativeMethods_DirectShow.d__48.MoveNext() + 0x42
Sources indicate this has to be taken care of in the library itself.
Has anyone had the same issue?
The text was updated successfully, but these errors were encountered:
I get an error when publishing for AoT and Trimmed.
System.NotSupportedException: COM Interop requires ComWrapper instance registered for marshalling. at System.Runtime.InteropServices.ComWrappers.ComObjectForInterface(IntPtr) + 0x52 at Internal.Runtime.CompilerHelpers.InteropHelpers.ConvertNativeComInterfaceToManaged(IntPtr) + 0x9 at FlashCap.Internal.NativeMethods_DirectShow.CoCreateInstance(Guid&, Object, NativeMethods_DirectShow.CLSCTX, Guid&, Object&) + 0x5c at FlashCap.Internal.NativeMethods_DirectShow.d__48.MoveNext() + 0x42
Sources indicate this has to be taken care of in the library itself.
I get an error when publishing for AoT and Trimmed.
System.NotSupportedException: COM Interop requires ComWrapper instance registered for marshalling.
at System.Runtime.InteropServices.ComWrappers.ComObjectForInterface(IntPtr) + 0x52
at Internal.Runtime.CompilerHelpers.InteropHelpers.ConvertNativeComInterfaceToManaged(IntPtr) + 0x9
at FlashCap.Internal.NativeMethods_DirectShow.CoCreateInstance(Guid&, Object, NativeMethods_DirectShow.CLSCTX, Guid&, Object&) + 0x5c
at FlashCap.Internal.NativeMethods_DirectShow.d__48.MoveNext() + 0x42
Sources indicate this has to be taken care of in the library itself.
Has anyone had the same issue?
The text was updated successfully, but these errors were encountered: