Microsoft .Net error

Status
Not open for further replies.

N7UWX

Member
Feed Provider
Joined
May 20, 2005
Messages
5
Location
Utah
Hello All,
Just geting started with this live audio stuff.

I have a problem when I try to start up ScannerCast. I get a Microsoft .Net Framwork error! See text below.
I have 2.0 framwork installed on a Win 2000 machine.

Thanx,
Tyler

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

************** Exception Text **************
System.BadImageFormatException: The operating system cannot run . (Exception from HRESULT: 0x800700B6)
at Istrib.Sound.SoundCaptureDevice.get_AllAvailable()
at ScannerCast.ScannerCast.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1873 (QFEN-1.050727-1800)
CodeBase: file:///c:/WINNT/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
ScannerCast
Assembly Version: 1.0.0.0
Win32 Version: 0.13.1224.0
CodeBase: file:///C:/ScannerCast/ScannerCast.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINNT/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Istrib.Sound
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/ScannerCast/Istrib.Sound.DLL
----------------------------------------
Istrib.Sound.Mp3
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/ScannerCast/Istrib.Sound.Mp3.DLL
----------------------------------------
 

N7UWX

Member
Feed Provider
Joined
May 20, 2005
Messages
5
Location
Utah
I'm running Windows 2000 on this machine and it needs .Net 2.0
Latter versions need XP or better.
I'm trying to reinstall 2.0

Tyler
 

PeterGV

K1PGV
Joined
Jul 10, 2006
Messages
754
Location
Mont Vernon, NH
I have no idea what the problem is. My suggestions:

1) Remove and re-install .Net V2.0

2) When you download ScannerCast, make sure you extracting EVERYTHING from the DLL, and put it a brand new, empty, folder. The folder from which you run ScannerCast should have the following files (and NO OTHER files with file types of .exe or .dll):

Istrib.Sound.dll
Istrib.Sound.Mp3.dll
lame_enc.dll
Microsoft.DirectX.DirectSound.dll
Microsoft.DirectX.dll
ScannerCast.exe
yeti.mmedia.dll
yeti.mp3.dll

Aside from that... I'm out of ideas. It's GOT to be some sort of .Net or DLL problem. I've never heard of this problem, and searching with Google yields a few (not many) similar reports with various utilities written in C# and installed on Windows 2000... but sadly no solutions.

Sorry you're having trouble,

Peter
K1PGV
 

byandrewdavis

Newbie
Joined
Aug 18, 2010
Messages
1
I've got the same scenerio.. win2k, .NET 2.0 and the exact same error you're getting.
What do you end up doing about it?
Thanks!
 
Status
Not open for further replies.
Top