Note that there are some explanatory texts on larger screens.

plurals
  1. POA first chance exception
    text
    copied!<p>I have a project that runs perfect under windows xp.</p> <p>Now I have tried to run it under Windows 7 and got there a lot of exceptions under Immediate window.</p> <pre><code>A first chance exception of type 'System.ArgumentNullException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.IO.FileNotFoundException' occurred in LP_Wizard.exe A first chance exception of type 'System.ArgumentException' occurred in LP_Wizard.exe A first chance exception of type 'System.NullReferenceException' occurred in LP_Wizard.exe A first chance exception of type 'System.InvalidCastException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.ArgumentNullException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.IO.FileNotFoundException' occurred in LP_Wizard.exe A first chance exception of type 'System.InvalidCastException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.ArgumentNullException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.IO.FileNotFoundException' occurred in LP_Wizard.exe A first chance exception of type 'System.ArgumentNullException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.IO.FileNotFoundException' occurred in LP_Wizard.exe </code></pre> <p>Any idea what wrong with that <code>Microsoft.VisualBasic.dll</code> in windows 7 and how i correct that problem ?</p> <p>Thanks a lot for help .</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload