Click here to Skip to main content
15,888,076 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regex select between two “strings” Pin
Dave Kreskowiak21-Jan-14 16:34
mveDave Kreskowiak21-Jan-14 16:34 
GeneralRe: Regex select between two “strings” Pin
Ron Beyer21-Jan-14 16:35
professionalRon Beyer21-Jan-14 16:35 
GeneralRe: Regex select between two “strings” Pin
Dave Kreskowiak21-Jan-14 16:51
mveDave Kreskowiak21-Jan-14 16:51 
QuestionC# Program Pin
redhuskie21-Jan-14 9:02
redhuskie21-Jan-14 9:02 
AnswerRe: C# Program Pin
Pete O'Hanlon21-Jan-14 9:06
mvePete O'Hanlon21-Jan-14 9:06 
GeneralRe: C# Program Pin
redhuskie21-Jan-14 9:12
redhuskie21-Jan-14 9:12 
GeneralRe: C# Program Pin
Nir Bar - AutoAppdate21-Jan-14 9:20
professionalNir Bar - AutoAppdate21-Jan-14 9:20 
GeneralRe: C# Program Pin
Pete O'Hanlon21-Jan-14 9:27
mvePete O'Hanlon21-Jan-14 9:27 
When I see this type of error, it normally indicates that you have a piece of code that relied on an external component that is 32 bit only, on a 64 bit machine. The test for this is amazingly simple - simply run
corflags /32bBIT+ executablename
The app will now be forced to run as a 32 bit app.
GeneralRe: C# Program Pin
redhuskie21-Jan-14 9:28
redhuskie21-Jan-14 9:28 
GeneralRe: C# Program Pin
Ravi Bhavnani22-Jan-14 10:55
professionalRavi Bhavnani22-Jan-14 10:55 
AnswerRe: C# Program Pin
BillWoodruff21-Jan-14 9:49
professionalBillWoodruff21-Jan-14 9:49 
AnswerRe: C# Program Pin
Rahul VB30-Jan-14 22:50
professionalRahul VB30-Jan-14 22:50 
Questionsend variable across webpages without using session Pin
Sharath Surendran20-Jan-14 23:44
Sharath Surendran20-Jan-14 23:44 
AnswerRe: send variable across webpages without using session Pin
Shameel20-Jan-14 23:52
professionalShameel20-Jan-14 23:52 
GeneralRe: send variable across webpages without using session Pin
OriginalGriff21-Jan-14 0:09
mveOriginalGriff21-Jan-14 0:09 
GeneralRe: send variable across webpages without using session Pin
Shameel21-Jan-14 0:39
professionalShameel21-Jan-14 0:39 
GeneralRe: send variable across webpages without using session Pin
OriginalGriff21-Jan-14 0:50
mveOriginalGriff21-Jan-14 0:50 
GeneralRe: send variable across webpages without using session Pin
Rahul VB21-Jan-14 3:03
professionalRahul VB21-Jan-14 3:03 
GeneralRe: send variable across webpages without using session Pin
thatraja21-Jan-14 3:30
professionalthatraja21-Jan-14 3:30 
GeneralRe: send variable across webpages without using session Pin
OriginalGriff21-Jan-14 3:41
mveOriginalGriff21-Jan-14 3:41 
GeneralRe: send variable across webpages without using session Pin
Rahul VB21-Jan-14 5:16
professionalRahul VB21-Jan-14 5:16 
GeneralRe: send variable across webpages without using session Pin
OriginalGriff21-Jan-14 5:27
mveOriginalGriff21-Jan-14 5:27 
GeneralRe: send variable across webpages without using session Pin
Rahul VB21-Jan-14 5:54
professionalRahul VB21-Jan-14 5:54 
GeneralRe: send variable across webpages without using session Pin
OriginalGriff21-Jan-14 8:02
mveOriginalGriff21-Jan-14 8:02 
GeneralRe: send variable across webpages without using session Pin
Rahul VB21-Jan-14 8:06
professionalRahul VB21-Jan-14 8:06 

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.