I am trying to run the libvlcnet solution which is downloaded from https://sourceforge.net/projects/libvlcnet/ . 
I tried using "nant /t:net-2.0 clean build zip" I got an error "The SDK for the 'net-2.0' framework is not available or not configured"(but 2.0 is already installed)  while build stage is in "generate_asminfo". 
I tried to run the libvlcnet solution from truck folder, "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)" is the error i am getting when i run the solution from visual studio why? I have been breaking my head for 5 hours. Exactly the error is exactly in the constructor of MediaInfoLibrary.
    public MediaInfoLibrary() {
        handle = MediaInfoInterop.MediaInfo_New();
    }
Am I missing some thing.? Please help me.
 
    