| View previous topic :: View next topic |
| Author |
Message |
yoyonerd Grandmaster Cheater
Reputation: 0
Joined: 26 Apr 2008 Posts: 699 Location: -->formerly yoyonerd<--
|
Posted: Sun Mar 22, 2009 9:38 pm Post subject: [C#]Parameter is Incorrect |
|
|
So I made a program (duh) and when I use it, it runs perfectly. When I send it to other people, it gives them the Parameter is Incorrect .NET error.
Does anyone know what could be causing it?
OR
Does anyone know a way I can debug it? (The others don't have A Compiler)
Since I don't get the error, IDK how to fix it.
All the program does is:
Write a .ini file
Download some files
Edit the .ini file
I've tried putting the .ini with the program, so that it could skip writing it if it already exists. _________________
|
|
| Back to top |
|
 |
AlbanainRetard Master Cheater
Reputation: 0
Joined: 02 Nov 2008 Posts: 494 Location: Canada eh?
|
Posted: Sun Mar 22, 2009 9:48 pm Post subject: Re: [C#]Parameter is Incorrect |
|
|
| yoyonerd wrote: | So I made a program (duh) and when I use it, it runs perfectly. When I send it to other people, it gives them the Parameter is Incorrect .NET error.
Does anyone know what could be causing it?
OR
Does anyone know a way I can debug it? (The others don't have A Compiler)
Since I don't get the error, IDK how to fix it.
All the program does is:
Write a .ini file
Download some files
Edit the .ini file
I've tried putting the .ini with the program, so that it could skip writing it if it already exists. |
Do they have the same version of .net framework as you? Did you "Build" the project and gave them the release.exe? _________________
|
|
| Back to top |
|
 |
blackmorpheus Expert Cheater
Reputation: 0
Joined: 05 Apr 2008 Posts: 159
|
Posted: Mon Mar 23, 2009 4:29 am Post subject: |
|
|
| Did you make it in Release stage? Did you choose Multi-Threaded ? |
|
| Back to top |
|
 |
yoyonerd Grandmaster Cheater
Reputation: 0
Joined: 26 Apr 2008 Posts: 699 Location: -->formerly yoyonerd<--
|
Posted: Mon Mar 23, 2009 4:14 pm Post subject: Re: [C#]Parameter is Incorrect |
|
|
| AlbanainRetard wrote: | | yoyonerd wrote: | So I made a program (duh) and when I use it, it runs perfectly. When I send it to other people, it gives them the Parameter is Incorrect .NET error.
Does anyone know what could be causing it?
OR
Does anyone know a way I can debug it? (The others don't have A Compiler)
Since I don't get the error, IDK how to fix it.
All the program does is:
Write a .ini file
Download some files
Edit the .ini file
I've tried putting the .ini with the program, so that it could skip writing it if it already exists. |
Do they have the same version of .net framework as you? Did you "Build" the project and gave them the release.exe? |
Mhm, same exact .exe I use, same Framework version.
All I can think of is that to have them install an IDE so I can debug it on their computer _________________
|
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Tue Mar 24, 2009 8:59 am Post subject: Re: [C#]Parameter is Incorrect |
|
|
Are you sure that you didn't use debug instead of release? Becuase you can't send debug's to others if they dont have VS installed. _________________
Intel over amd yes. |
|
| Back to top |
|
 |
Mr.Bill How do I cheat?
Reputation: 0
Joined: 19 Mar 2009 Posts: 4
|
Posted: Fri Mar 27, 2009 1:06 am Post subject: |
|
|
Are you coding it on a XP machine and sending it to someone on Vista?
There are security issues that Vista will expose. If this is the case, you can make a limited user on XP and use the runas command to emulate that user. I don't know about debugging though.
It is easy to write something that could write all exceptions to a file and wrap everything in a try/catch. _________________
Mr. Bill |
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Fri Mar 27, 2009 4:45 am Post subject: |
|
|
Can I test the program? _________________
Intel over amd yes. |
|
| Back to top |
|
 |
|