Click here to Skip to main content
15,893,904 members
Home / Discussions / C#
   

C#

 
GeneralRe: Could not evaluate expression Pin
MichCl6-Feb-13 4:41
MichCl6-Feb-13 4:41 
AnswerRe: Could not evaluate expression Pin
Dave Kreskowiak6-Feb-13 4:10
mveDave Kreskowiak6-Feb-13 4:10 
GeneralRe: Could not evaluate expression Pin
MichCl6-Feb-13 4:20
MichCl6-Feb-13 4:20 
GeneralRe: Could not evaluate expression Pin
Eddy Vluggen6-Feb-13 5:02
professionalEddy Vluggen6-Feb-13 5:02 
GeneralRe: Could not evaluate expression Pin
MichCl6-Feb-13 5:30
MichCl6-Feb-13 5:30 
GeneralRe: Could not evaluate expression Pin
Dave Kreskowiak6-Feb-13 5:40
mveDave Kreskowiak6-Feb-13 5:40 
GeneralRe: Could not evaluate expression Pin
MichCl6-Feb-13 7:30
MichCl6-Feb-13 7:30 
GeneralRe: Could not evaluate expression Pin
Pete O'Hanlon6-Feb-13 5:56
mvePete O'Hanlon6-Feb-13 5:56 
GeneralRe: Could not evaluate expression Pin
MichCl6-Feb-13 7:52
MichCl6-Feb-13 7:52 
GeneralRe: Could not evaluate expression Pin
Dave Kreskowiak6-Feb-13 12:49
mveDave Kreskowiak6-Feb-13 12:49 
GeneralRe: Could not evaluate expression Pin
MichCl7-Feb-13 2:34
MichCl7-Feb-13 2:34 
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 
That was the best idea all day. I did a clean build in all of the projects/solutions and had a compiler error where it was complaining about a deleted method. I found an old exe file in my main program debug directory. It's date didn't match the dll and pdb files associated with it (this was for the cr5 class). Every time I cleaned and rebuilt it was re-copied into the directory. Finally, I added the class as a reference in my main program and another program, and it went away. I didn't think I would need to add cr5 as a reference in a class that wasn't using it, but the other solutions were called in the program (and putting the cr5 build files in it's directory), so I guess it needed it. Thanks!!!!
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 
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 

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.