Running into error while transferring WIN32 project to PocketPC

  • Thread starter Pascal Schmidt-Volkmar
  • Start date
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
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

It woul.d be better if you post this in the compactframework NG.

But a quick search in MSDN shows that that property is not supported in the
CF.

cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top