CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Posts
    1

    Can't Find PInvoke Dll: .Net Compact Error

    I am trying to access a stream interface driver from my .NET Compact C# application and I am getting the Can't Find Pinvoke Dll error.

    I have used marshalling to call the unmanaged piece of code as required. Please advise. Thanks in advance. Cheers

  2. #2
    Join Date
    Nov 2002
    Location
    .NET 3.5 VS2008
    Posts
    1,039

    Re: Can't Find PInvoke Dll: .Net Compact Error

    I think a lot of people would be able (I assume they are willing...) if you provide with the details of the error you're getting. I assume its a .NET exception so just post the exception detail. It would also be nice to have a snippet of the code that is causing the error.

    All the best.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured