P
Pascal Schmidt-Volkmar
Hi there,
the code line
fixed (char* pChar = s)
throws the error
C:\Dokumente und Einstellungen\Pascal\Eigene Dateien\Visual Studio
Projects\PascalsMailer\QuotedPrintable.cs(310): Missing compiler required
member 'System.Runtime.CompilerServices.RuntimeHelpers.OffsetToStringData'
although I already included
using System.Runtime.CompilerServices;
What am I missing?
Thanks,
Pascal
the code line
fixed (char* pChar = s)
throws the error
C:\Dokumente und Einstellungen\Pascal\Eigene Dateien\Visual Studio
Projects\PascalsMailer\QuotedPrintable.cs(310): Missing compiler required
member 'System.Runtime.CompilerServices.RuntimeHelpers.OffsetToStringData'
although I already included
using System.Runtime.CompilerServices;
What am I missing?
Thanks,
Pascal