Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (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 by PlausiblyDamp
Posted

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

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

Posted

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

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

Posted

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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...