unhandled exception on Visual C++ express edition

Hi,
I have created a new project on Visual C++ 2008 express edition. When I add some files in this project, it compiles fine. But, when I run this application I get the following error:
An unhandled exception of type 'System.IO.FileLoadException' occurred in Unknown Module.

The files that I have added are taken from another source. I'm not sure why I'm getting this exception.

Thanks,
Parul
What kind of project did you create? Does it need to be managed C++?
Thank's a lot. I was making project as CLR, now I have created a new project as win32 and is working fine.
Topic archived. No new replies allowed.