Click here to Skip to main content
15,914,795 members
Home / Discussions / C#
   

C#

 
AnswerRe: xml in textbox for modifying Pin
Simon_Whale9-Dec-13 23:54
Simon_Whale9-Dec-13 23:54 
GeneralRe: xml in textbox for modifying Pin
Member 947380910-Dec-13 2:55
Member 947380910-Dec-13 2:55 
GeneralRe: xml in textbox for modifying Pin
Pete O'Hanlon10-Dec-13 3:52
mvePete O'Hanlon10-Dec-13 3:52 
GeneralRe: xml in textbox for modifying Pin
Member 947380910-Dec-13 4:01
Member 947380910-Dec-13 4:01 
QuestionOpenCV & c#, The type initializer for 'Emgu.CV.CvInvoke' threw an exception. Pin
kawadeprasad9-Dec-13 21:20
kawadeprasad9-Dec-13 21:20 
SuggestionRe: OpenCV & c#, The type initializer for 'Emgu.CV.CvInvoke' threw an exception. Pin
Richard MacCutchan9-Dec-13 22:26
mveRichard MacCutchan9-Dec-13 22:26 
AnswerRe: OpenCV & c#, The type initializer for 'Emgu.CV.CvInvoke' threw an exception. Pin
Marco Bertschi9-Dec-13 22:27
protectorMarco Bertschi9-Dec-13 22:27 
AnswerRe: OpenCV & c#, The type initializer for 'Emgu.CV.CvInvoke' threw an exception. Pin
Pete O'Hanlon9-Dec-13 23:40
mvePete O'Hanlon9-Dec-13 23:40 
Basically you are trying to use a 32 bit DLL compiled as a 32 bit target inside an application that's running in 64 bit. You have two choices - give your application 32 bit affinity or give it a 64 bit version of the 32 bit Dlls.

To give your app 32 bit affinity, you need to do the following steps for every project in your solution.

In Solution Explorer, right click on your project name and select Properties from the bottom of the list (or just select the project name and click Alt+Enter). You will now see the project property pages. Select the Build tab and change the Platform target from Any CPU to x86.
QuestionOPENCV C# The type initializer for 'Emgu.CV.CvInvoke' threw an exception Pin
kawadeprasad9-Dec-13 20:31
kawadeprasad9-Dec-13 20:31 
QuestionRe: OPENCV C# The type initializer for 'Emgu.CV.CvInvoke' threw an exception Pin
Richard MacCutchan9-Dec-13 22:25
mveRichard MacCutchan9-Dec-13 22:25 
AnswerRe: OPENCV C# The type initializer for 'Emgu.CV.CvInvoke' threw an exception Pin
Marco Bertschi9-Dec-13 22:28
protectorMarco Bertschi9-Dec-13 22:28 
GeneralRe: OPENCV C# The type initializer for 'Emgu.CV.CvInvoke' threw an exception Pin
kawadeprasad9-Dec-13 23:25
kawadeprasad9-Dec-13 23:25 
GeneralRe: OPENCV C# The type initializer for 'Emgu.CV.CvInvoke' threw an exception Pin
Richard Deeming10-Dec-13 1:17
mveRichard Deeming10-Dec-13 1:17 
AnswerRe: OPENCV C# The type initializer for 'Emgu.CV.CvInvoke' threw an exception Pin
kawadeprasad10-Dec-13 21:52
kawadeprasad10-Dec-13 21:52 
QuestionReal time three tier archetecture Pin
Amalrulezz9-Dec-13 17:35
Amalrulezz9-Dec-13 17:35 
AnswerRe: Real time three tier archetecture Pin
Pete O'Hanlon9-Dec-13 20:12
mvePete O'Hanlon9-Dec-13 20:12 
QuestionSecurity hacking Pin
MAW309-Dec-13 11:36
MAW309-Dec-13 11:36 
AnswerRe: Security hacking Pin
jschell9-Dec-13 15:16
jschell9-Dec-13 15:16 
GeneralRe: Security hacking Pin
MAW309-Dec-13 16:49
MAW309-Dec-13 16:49 
GeneralRe: Security hacking Pin
Dave Kreskowiak9-Dec-13 18:54
mveDave Kreskowiak9-Dec-13 18:54 
GeneralRe: Security hacking Pin
HobbyProggy9-Dec-13 21:35
professionalHobbyProggy9-Dec-13 21:35 
GeneralRe: Security hacking Pin
MAW309-Dec-13 22:59
MAW309-Dec-13 22:59 
SuggestionRe: Security hacking Pin
HobbyProggy9-Dec-13 23:44
professionalHobbyProggy9-Dec-13 23:44 
GeneralRe: Security hacking Pin
MAW3010-Dec-13 5:23
MAW3010-Dec-13 5:23 
GeneralRe: Security hacking Pin
HobbyProggy10-Dec-13 21:21
professionalHobbyProggy10-Dec-13 21:21 

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.