The application is like a client for a game site. I made it for the fan site i am apart of to help the members of our community.
The application crashes when you click play on the game at the site. The game site uses Java all games are made in Java so i am guessing its a conflict with the Java, if you can help me it would be great i will attach a copy of the application for you to look at if you need.
The password for the application is "cr2pafut" user name is anything you want it to be.
One of the rules we have is to never, ever attach, or provide links to, any type of compiled program or code. If you have something you would like our members to look at, please supply a link or zip file attachment for, the source code only.
I have removed the link you posted to your .exe file.
One of the rules we have is to never, ever attach, or provide links to, any type of compiled program or code. If you have something you would like our members to look at, please supply a link or zip file attachment for, the source code only.
I have removed the link you posted to your .exe file.
And that is fine...although for future reference, you can actually attach the zip file directly to your post. You don't need to use an external file hosting site.
Click on "Post Reply" then scroll down the page and you will see a "Manage Attachments" section.
And that is fine...although for future reference, you can actually attach the zip file directly to your post. You don't need to use an external file hosting site.
Click on "Post Reply" then scroll down the page and you will see a "Manage Attachments" section.
Again, welcome aboard!
I tried the Zip file is 900kb the maximum is aloud to attach is 500kb.
delete the obj and bin folders before zipping if you are uploading a zip file of your project/solution. They are compiled code, and they get recreated on build anyway.
delete the obj and bin folders before zipping if you are uploading a zip file of your project/solution. They are compiled code, and they get recreated on build anyway.
Perhaps you should see if you are running VS2008 SP1/.net 3.5SP1 (they come as part of the same installation)
You may only be running the RTM version, which has some bugs that have been fixed in SP1. Go to the about screen in visual studio to confirm the exact version you have installed.