A doubt about framework 2.0, please help me....
-
Hello every body, I have a doubt about framework 2.0. Let me explain my self, I have an application which works with serial ports, when I run this application on one PC it runs at full without any kind of problems, but when I want to test it in another PC (laptop) it didn't run, it gives me an error message, and after I close that error window, the application closes it self. Someone can help me?? I don't know what to do about that, I already have check that code many times and I can't see nothing wrong.
-
Hello every body, I have a doubt about framework 2.0. Let me explain my self, I have an application which works with serial ports, when I run this application on one PC it runs at full without any kind of problems, but when I want to test it in another PC (laptop) it didn't run, it gives me an error message, and after I close that error window, the application closes it self. Someone can help me?? I don't know what to do about that, I already have check that code many times and I can't see nothing wrong.
I would trace the error message. That is usually a good starting point.
Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
If you don't ask questions the answers won't stand in your way.
Most of this sig is for Google, not ego. -
Hello every body, I have a doubt about framework 2.0. Let me explain my self, I have an application which works with serial ports, when I run this application on one PC it runs at full without any kind of problems, but when I want to test it in another PC (laptop) it didn't run, it gives me an error message, and after I close that error window, the application closes it self. Someone can help me?? I don't know what to do about that, I already have check that code many times and I can't see nothing wrong.
With the error message and the code in question we might be able to help - without I'll need to ebay for a crystal ball[^].
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) -
Hello every body, I have a doubt about framework 2.0. Let me explain my self, I have an application which works with serial ports, when I run this application on one PC it runs at full without any kind of problems, but when I want to test it in another PC (laptop) it didn't run, it gives me an error message, and after I close that error window, the application closes it self. Someone can help me?? I don't know what to do about that, I already have check that code many times and I can't see nothing wrong.
-
Does the laptop have the .Net framework installed... :doh: :doh: :doh:
Jejeje :laugh: Dave: you're right, sorry, that was my mistake, I'll give you the code and the error message. EliottA: yes of course the framework is already installed on the laptop. I'll publish the code , so you can tell me where is the mistake... thanks
-
With the error message and the code in question we might be able to help - without I'll need to ebay for a crystal ball[^].
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia) -
Hello every body, I have a doubt about framework 2.0. Let me explain my self, I have an application which works with serial ports, when I run this application on one PC it runs at full without any kind of problems, but when I want to test it in another PC (laptop) it didn't run, it gives me an error message, and after I close that error window, the application closes it self. Someone can help me?? I don't know what to do about that, I already have check that code many times and I can't see nothing wrong.
(I've been through this with someone) First: Does the laptop have a Serial Port?
-
(I've been through this with someone) First: Does the laptop have a Serial Port?
-
Hello every body, I have a doubt about framework 2.0. Let me explain my self, I have an application which works with serial ports, when I run this application on one PC it runs at full without any kind of problems, but when I want to test it in another PC (laptop) it didn't run, it gives me an error message, and after I close that error window, the application closes it self. Someone can help me?? I don't know what to do about that, I already have check that code many times and I can't see nothing wrong.
-
Great. You have now issued 4 messages on the subject, without providing anything tangible. Don't write you will provide such and such, just do it. And show us the exception, i.e. Exception.ToString() that will give a problem description, the exact location (you did switch on the display of line numbers in your IDE?), and possibly additional information. Whatever line it points to, show us the method's code. :)
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets
modified on Friday, June 10, 2011 11:36 PM
-
People, here you can find my code, please, don't be too hard with me jejejeje :) http://www.filefactory.com/file/afhf59b/n/work_rar[^]
Just post the relavent code and the error message. I, for one, am not about to download some random thing off the internet - and if I did, I'm certainly not going to go through a whole application's code - unless we discuss $s first of course!
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)