I get this when I start it up, I have the .NET stuff I believe
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.DirectX.Direct3D, or one of its dependencies, was not found.
File name: "Microsoft.DirectX.Direct3D"
   at YAM.MainForm.MainFormLoad(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(Mes  sage& m)
   at System.Windows.Forms.ContainerControl.WndProc(Mess  age& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage  (Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(M  essage& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
=== Pre-bind state information ===
LOG: DisplayName = Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
 (Fully-specified)
LOG: Appbase = C:\Documents and Settings\JT\Desktop\YAM\bin\Debug\
LOG: Initial PrivatePath = NULL
Calling assembly : YAM, Version=0.0.3.887, Culture=neutral, PublicKeyToken=null.
===
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\confi  g\machine.config.
LOG: Post-policy reference: Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
LOG: Attempting download of new URL 
file:///C:/Documents and Settings/JT/Desktop/YAM/bin/Debug/Microsoft.DirectX.Direct3D.DLL.
LOG: Attempting download of new URL 
file:///C:/Documents and Settings/JT/Desktop/YAM/bin/Debug/Microsoft.DirectX.Direct3D/Microsoft.DirectX.Direct3D.DLL.
LOG: Attempting download of new URL 
file:///C:/Documents and Settings/JT/Desktop/YAM/bin/Debug/Microsoft.DirectX.Direct3D.EXE.
LOG: Attempting download of new URL 
file:///C:/Documents and Settings/JT/Desktop/YAM/bin/Debug/Microsoft.DirectX.Direct3D/Microsoft.DirectX.Direct3D.EXE.
************** Loaded Assemblies **************
mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: 
file:///c:/windows/microsoft.net/fra...2/mscorlib.dll
----------------------------------------
YAM
    Assembly Version: 0.0.3.887
    Win32 Version: 0.0.3.887
    CodeBase: 
file:///C:/Documents%20and%20Setting.../Debug/YAM.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: 
file:///c:/windows/assembly/gac/syst...dows.forms.dll
----------------------------------------
System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: 
file:///c:/windows/assembly/gac/syst...089/system.dll
----------------------------------------
System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.2032
    CodeBase: 
file:///c:/windows/assembly/gac/syst...em.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.