Fout melding VB.Net

Status
Niet open voor verdere reacties.

vayreda

Gebruiker
Lid geworden
20 mrt 2004
Berichten
70
Ik krijg de volgende foutmelding. Wat is hier aan de hand.......

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

************** Exception Text **************
System.IO.FileNotFoundException: File or assembly name Microsoft.VisualBasic, or one of its dependencies, was not found.

File name: "Microsoft.VisualBasic"
at BokModule.frmMain.tmrClock_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)

=== Pre-bind state information ===
LOG: DisplayName = Microsoft.VisualBasic, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
(Fully-specified)
LOG: Appbase = C:\Program Files\BokModule 2004\
LOG: Initial PrivatePath = NULL
Calling assembly : BokModule, Version=2.0.0.4, Culture=neutral, PublicKeyToken=null.
===

LOG: Version redirect found in framework config: 7.0.3300.0 redirected to 7.0.5000.0.
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Microsoft.VisualBasic, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: Attempting download of new URL file:///C:/Program Files/BokModule 2004/Microsoft.VisualBasic.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/BokModule 2004/Microsoft.VisualBasic/Microsoft.VisualBasic.DLL.

LOG: Attempting download of new URL file:///C:/Program Files/BokModule 2004/Microsoft.VisualBasic.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/BokModule 2004/Microsoft.VisualBasic/Microsoft.VisualBasic.EXE.



************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
BokModule
Assembly Version: 2.0.0.4
Win32 Version: 2.0.0.4
CodeBase: file:///C:/Program%20Files/BokModule%202004/BokModule.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll

----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
 
De compiler kan een referentie naar een bepaalde assembly niet vinden. Die moet je toevoegen in je pagina vb imports System.IO in geval van VB.NET
 
Topic is bijna 3 jaar oud. Daar hoef je niet meer op te reageren :)
 
Status
Niet open voor verdere reacties.
Steun Ons

Nieuwste berichten

Terug
Bovenaan Onderaan