-
dll referencing problem
Hi
I am using visual studio 2003 in myproject. I got a dll from hardware vendor. I could not able to referrence that dll in my project. It throws an error message as sated below
This is not a valid assembly or COM component.Only assemblies with
extension 'dll' and COM components can be referenced.
Any clue to rectify this problem.
Thanks in advance
-
If it's not a COM component or .NET assembly, then you cannot add a reference to it. You'll have to use p/invoke to call its methods: http://msdn.microsoft.com/en-us/magazine/cc164123.aspx
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Similar Threads
-
By captbeagle in forum .NET
Replies: 1
Last Post: 08-29-2007, 03:22 PM
-
By hamaimiy in forum VB Classic
Replies: 6
Last Post: 07-17-2007, 04:12 AM
-
By Tom Staresinic in forum ASP.NET
Replies: 5
Last Post: 07-20-2001, 02:25 PM
-
By Pete Mitchell in forum VB Classic
Replies: 6
Last Post: 06-28-2000, 07:13 AM
-
By H. Wilson in forum Java
Replies: 0
Last Post: 03-23-2000, 01:12 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|