Could not load file or assembly 'video.player.net.dll' or one of its dependencies in windows 7 32

0

I am trying to run a project that uses video.player.net but when i run my project i get this error :

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

********** Exception Text **********
System.BadImageFormatException: Could not load file or assembly 'video.player.net.dll' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
File name: 'video.player.net.dll'
at nMCR.form.SplashScreen.timer1_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

I traced video.player.net with dependency application and i found this as you can see :

enter image description here

I installed Microsoft Visual C++ Redistributable 32 windows 7 2015 but same erorr returned.

c#
video
dll
msvcr100.dll
asked on Stack Overflow Nov 6, 2017 by Ehsan Akbar

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0