Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
GeneralRe: Could not evaluate expression Pin
Pete O'Hanlon7-Feb-13 2:48
mvePete O'Hanlon7-Feb-13 2:48 
GeneralRe: Could not evaluate expression Pin
Dave Kreskowiak7-Feb-13 7:35
mveDave Kreskowiak7-Feb-13 7:35 
GeneralRe: Could not evaluate expression Pin
MichCl7-Feb-13 2:32
MichCl7-Feb-13 2:32 
GeneralRe: Could not evaluate expression Pin
Pete O'Hanlon7-Feb-13 2:34
mvePete O'Hanlon7-Feb-13 2:34 
GeneralRe: Could not evaluate expression Pin
MichCl7-Feb-13 2:37
MichCl7-Feb-13 2:37 
GeneralRe: Could not evaluate expression Pin
MichCl1-May-13 2:19
MichCl1-May-13 2:19 
GeneralRe: Could not evaluate expression Pin
Pete O'Hanlon1-May-13 3:09
mvePete O'Hanlon1-May-13 3:09 
AnswerRe: Could not evaluate expression Pin
MichCl6-Feb-13 4:34
MichCl6-Feb-13 4:34 
Let me clarify:

When I get cr back from the factory, during execution, I can hit the + to look inside cr, and the issue is with the class Sec, with variable name edfed. It shows the error message of "Could not evaluate expression" for edfed. However, I can not step into cr's methods, either once I get cr back from the factory, or in the constructor, which is obtained in the factory. In other classes that use Sec, everything looks good, so I think the problem isn't in Sec, it's in how I define or instantiate, or obtain the object for Sec in the cr object. Sorry for any confusion.

In case anyone wants to see something I didn't show above, iCR is an interface defined as:

public interface iCR
        {
            event ProgressChangeHandler2 ProgressChanged;
            event PB_MaxHandler2 SetPB_Maximum;
            event PB_LabelHandler2 SetPB_Label;
            Boolean CB_IO_Init(int slaveIndex);
            int WritePortReady();
            int WritePortBusy();
            void WritePortFailure();
            void WritePortSuccess();
            void initCRData(byte[] wBuffer, byte[] sBuffer, int SlaveIndex, USB_Comm.Cl cb, int crType);
            int ProcessTWriting(ref byte[] wDat, bool isFastMode);
            int ReadT(ref byte[] data);
            void Failure(String message);
            void Success(String message);              
        }

AnswerRe: Could not evaluate expression Pin
Jibesh6-Feb-13 6:26
professionalJibesh6-Feb-13 6:26 
GeneralRe: Could not evaluate expression Pin
MichCl6-Feb-13 7:41
MichCl6-Feb-13 7:41 
GeneralRe: Could not evaluate expression Pin
MichCl6-Feb-13 8:03
MichCl6-Feb-13 8:03 
GeneralRe: Could not evaluate expression Pin
Gerry Schmitz6-Feb-13 18:51
mveGerry Schmitz6-Feb-13 18:51 
GeneralRe: Could not evaluate expression Pin
MichCl7-Feb-13 2:24
MichCl7-Feb-13 2:24 
GeneralRe: Could not evaluate expression Pin
MichCl7-Feb-13 2:40
MichCl7-Feb-13 2:40 
QuestionA C# code to start a webcam Pin
Stanee Wa Faith5-Feb-13 22:59
Stanee Wa Faith5-Feb-13 22:59 
AnswerRe: A C# code to start a webcam Pin
Wayne Gaylard5-Feb-13 23:17
professionalWayne Gaylard5-Feb-13 23:17 
AnswerRe: A C# code to start a webcam Pin
GuyThiebaut6-Feb-13 2:03
professionalGuyThiebaut6-Feb-13 2:03 
QuestionDynamic Width Height Winform Pin
ASPnoob5-Feb-13 10:16
ASPnoob5-Feb-13 10:16 
AnswerRe: Dynamic Width Height Winform Pin
Dave Kreskowiak5-Feb-13 14:04
mveDave Kreskowiak5-Feb-13 14:04 
AnswerRe: Dynamic Width Height Winform Pin
Mycroft Holmes5-Feb-13 22:17
professionalMycroft Holmes5-Feb-13 22:17 
QuestionMake Design Appear as it Would in a Browser Pin
ASPnoob5-Feb-13 5:24
ASPnoob5-Feb-13 5:24 
AnswerRe: Make Design Appear as it Would in a Browser Pin
Keith Barrow5-Feb-13 5:57
professionalKeith Barrow5-Feb-13 5:57 
GeneralRe: Make Design Appear as it Would in a Browser Pin
ASPnoob5-Feb-13 6:22
ASPnoob5-Feb-13 6:22 
QuestionMySql is not listed in data source part! Pin
sina rafati nia4-Feb-13 22:28
sina rafati nia4-Feb-13 22:28 
AnswerRe: MySql is not listed in data source part! Pin
Eddy Vluggen5-Feb-13 0:47
professionalEddy Vluggen5-Feb-13 0:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.