Does anyone know how to use the SmartMarshal dll from
Alex Feinman

http://www.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23o624Oy2CHA.1460%40TK2MSFTNGP12.phx.gbl&rnum=3&prev=/groups%3Fq%3Dmarshalas%2Bgroup:microsoft.public.dotnet.framework.compactframework%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D%2523o624Oy2CHA.1460%2540TK2MSFTNGP12.phx.gbl%26rnum%3D3

I was expecting all occurances of

<MarshalAs(UnmanagedType. etc etc...

to be valid, but even though I added the dll as a reference and imported the
class
with imports, the editor still underlines these attributes as errors. Am I
using it
incorrectly ?

Re: Does anyone know how to use the SmartMarshal dll from by Alex

Alex
Mon Oct 04 19:56:19 CDT 2004

The support for MarshalAs was planned for the next release, which never
happened and will be superceded anyway by v2 Marshal class implementation
In most cases you can work around the MarshalAs. If you provide a particular
scenario, I could try to help with that.


--
Alex Feinman
---
Visit http://www.opennetcf.org
"Joseph" <werwe> wrote in message
news:%23%23RWh%23hqEHA.1160@tk2msftngp13.phx.gbl...
> Does anyone know how to use the SmartMarshal dll from
> Alex Feinman
>
> http://www.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23o624Oy2CHA.1460%40TK2MSFTNGP12.phx.gbl&rnum=3&prev=/groups%3Fq%3Dmarshalas%2Bgroup:microsoft.public.dotnet.framework.compactframework%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D%2523o624Oy2CHA.1460%2540TK2MSFTNGP12.phx.gbl%26rnum%3D3
>
> I was expecting all occurances of
>
> <MarshalAs(UnmanagedType. etc etc...
>
> to be valid, but even though I added the dll as a reference and imported
> the
> class
> with imports, the editor still underlines these attributes as errors. Am I
> using it
> incorrectly ?
>