From: Rayne on
Hi all,

I am using Visual Studio .NET 2003, and I am trying to run a program
which uses pthread. The program was previously converted from Linux,
hence the use of pthreads.

When compiled and executed in debug mode, the program crashes with:
An unhandled exception of type 'System.TypeLoadException' occurred in
el.exe

Additional information: Could not load type pthread_attr_t_ from
assembly el,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.

May I know what is the cause of this problem and how I can resolve
this?

Thank you.