Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Please Help me,

I developed a program on my development machine, it works fine there.

But then when I deploy it to client, I found following error :
<img src="http://i53.tinypic.com/zn1y09.jpg" alt="" >
[^]



I have put all necessary dll to application folder, Still get the same error.

Did I do something wrong? or is there something else O should do?

I tried to ask on DevExpress Forum, but they don't give me answer.

Does anybody ever experience the same problem?
How can I fix this?

Kindly Regards,
Posted
Updated 6-Apr-11 22:45pm
v10
Comments
Sergey Alexandrovich Kryukov 28-Mar-11 0:32am    
There is not attachment. What is "attachment" anyway?
--SA
Danang Prakoso 28-Mar-11 0:49am    
Sorry, i just uploaded the attachment, on that link.

Would you help me?
Dalek Dave 7-Apr-11 4:45am    
Edited for Grammar and Readability.

No way helping you like this.
Your question is basically "there is an error, please help."
Since we cannot see inside your computer or code, nor that of your client, we cannot see what is wrong.
The error message is also not giving us anything.
I would double check if you really deployed everything to the client.
That's about all the help I can give...
 
Share this answer
 
Comments
Danang Prakoso 28-Mar-11 2:33am    
Sorry for this inconvenient.
and thank for your support

Everything works fine on my development machine.
I tried to google the problem, they told me to use GAC in every target client, but this is inefficient, some say just copy the DLLs file in application folder will work it out, but i still get the same error.

Do you know how to debug deployed application so i would get more informative error message than this.

Thank's
Sander Rossel 28-Mar-11 13:41pm    
Not really sure. Look at when and where the exception occurs and double check your code.
But if your application has some kind of logging mechanism (and I think all applications should) then you would be able to get more detailed information about the exception that is occuring (like where, how, why etc.).
It is often best practice to show the user something like your error message (or something in the line of 'The file was not found, please make sure it exists or is accessible.'), but to log the actual error message and stacktrace ('FileIOException occurred, File not found. SomeClass.OpenFile...blablaStackTrace').
If you do not log errors to a file or database properly then you are probably wandering around in the dark.
You just create installation procedure from Visual Studio (I think but not shure: New Project --> Other Projects --> Setup Application)
 
Share this answer
 
Sorry Guys, Problem,
It turned out because i add a refference that i didnt need.
Thank You

(How to close this ticket?)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900