Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

plz help me about c#interface

Status
Not open for further replies.

pswnaru

Newbie level 4
Joined
Oct 9, 2010
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,305
first i develop interface with serial port in .net2.0
and after that i develop interface with joystick in.net4.0 by using directinput
finally, i put it together by change an application of serialport interface from .net2.0 into .net4.0 but it cannot run

*Could not load file or assembly 'Microsoft.DirectX.DirectInput.dll' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)


how can i deal with this problem???
 

check whether the correct DLL are available in the reference and then compile your project. If they are not in the reference then you'll have to add them manually. In this case "Microsoft.DirectX.DirectInput.dll"
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top