View Full Version : "Project failed to build" "Method '~' of Object '~' failed"


Chieftess
Jun 26, 2004, 08:48 AM
Anyone know what this Visual Basic 6 error is about? I'm making a game, which compiles just fine. It's nothing fancy yet, just reading data from a map file, and a few scroll bars. I was able to build it before adding the above two features in (even taking those out, I still get the error). Anyone know what's up? I tried an update that would fix similar problems, but it didn't work. (vb6cli.exe I think). And I have no object or method named "~". :undecide:

kcwong
Jun 27, 2004, 07:36 AM
I guess you could try deleting the project and workspace file (back up first), then create a new one and add the source files back in.

Visual Studio sometimes mess up the files they generate... :(