Problems with the mouse cursor!!!?
this.Cursor = new Cursor(GetType(), "Cursor1.Cur"); // after I added cursor1 to my project of course.
I receive the following error:
An unhandled exception of type 'System.NullReferenceException' occurred in System.Windows.Forms.dll
Managed Debugging Assistant 'LoaderLock' has detected a problem in 'F:\Visual Studio 2005\Projects\The City\The City\bin\Debug\The City.vshost.exe'.
Additional Information: DLL 'F:\WINDOWS\assembly\GAC\Microsoft.DirectX.Direct3D\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.Direct3D.dll' is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang.
Why?

