Windows 10 x64 built with Visual Studio Community, DotNet 6.0 runtime.
Receiving this error on opening MXF file: 'Constructor on type Myriadbits.MXF.MXFPulldown not found'
The constructor seems to be present at line 47 of MXFPulldown:
public MXFPulldown(MXFPack pack, string metadataName)
: base(pack, "Pulldown")
{
}
but VS says there are 0 references (?)
TIA.
Windows 10 x64 built with Visual Studio Community, DotNet 6.0 runtime.
Receiving this error on opening MXF file: 'Constructor on type Myriadbits.MXF.MXFPulldown not found'
The constructor seems to be present at line 47 of MXFPulldown:
public MXFPulldown(MXFPack pack, string metadataName)
: base(pack, "Pulldown")
{
}
but VS says there are 0 references (?)
TIA.