NegativeZero Posted January 25, 2005 Posted January 25, 2005 (edited) everytime i run this program i get an error, and this line of code is highlited in yellow, Game = New GameClass() can anyone help me =/ this is the error message i get An unhandled exception of type 'System.IO.FileNotFoundException' occurred in Direct3d Initilization.exe Additional information: File or assembly name System.Drawing, or one of its dependencies, was not found.Errored Source!.zip Edited January 26, 2005 by PlausiblyDamp Quote
ThePentiumGuy Posted January 26, 2005 Posted January 26, 2005 Hey. It might help if you cited where you got your source code from (:mad::mad: :mad: *2 billion - but I'm serious though). I downloaded the source just now, and I don't see anything wrong with it. Additional information: File or assembly name System.Drawing, or one of its dependencies, was not found. YOU DONT HAVE SYSTEM.DRAWING?? Just do: Dim b as Bitmap Dim p as Point (Bitmap and Point exist in the System.Drawing Namespace) If that doesn't work (aka:it becomes underlined when you type it in, or it complains about the System.Drawing thing then: -Restart your computer. Create a new project and see if it works. If not then: -Uninstall and Reinstall the .NET Framework SDK (Version 1.1) and see if it works. If not then: -Uninstall .NET and the .NET Framework, and reinstall them both. If not then: -<You're screwed> -The Pentium Guy Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
IngisKahn Posted January 26, 2005 Posted January 26, 2005 My guess is that he just doesn't have it referenced. Quote "Who is John Galt?"
ThePentiumGuy Posted January 27, 2005 Posted January 27, 2005 My guess is that he just doesn't have it referenced. Yeah that's possible, but it's referenced by default :O Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
IngisKahn Posted January 27, 2005 Posted January 27, 2005 Ya, it looks like something major is fouled. Quote "Who is John Galt?"
ThePentiumGuy Posted January 29, 2005 Posted January 29, 2005 Wow! Someone just emailed me, having the same problem. Some guy on my forum posted, having the same problem. And another guy on my forum posted, having the same problem. Oh my gosh. Has anyone tried downloading the source? (I'll have to get a floppy...damn). Something fishy is going on here. -The Pentium Guy Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
IngisKahn Posted January 29, 2005 Posted January 29, 2005 It works fine for me. Then again I have .NET 2003 so it upgraded the project. Quote "Who is John Galt?"
ThePentiumGuy Posted January 29, 2005 Posted January 29, 2005 Yeah it worked fine for me in vs.net 2003, i'll have to give the 2002 version (with all 3 versions of DirectX that I have) a try. It could be a problem with the December update... I don't have that version, but I'll give it a try. -TPG Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.