Results 1 to 40 of 61

Thread: My Windows API Library - New version available for download

Hybrid View

  1. #1
    Member
    Join Date
    May 2010
    Posts
    33

    Re: My Windows API Library - New version available for download

    Different error this time:

    Code:
    A first chance exception of type 'System.ComponentModel.Win32Exception' occurred 
    in Cjwdev.WindowsApi.dll
    
    The system cannot find the file specified
    I am running on WinXP Pro SP3 and my ID has local admin rights. I removed and re-added the dll in the references tab. Still no go. But this code works fine:

    Code:
    NativeOperatingSystem.Is64BitOperatingSystem

  2. #2

    Thread Starter
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: My Windows API Library - New version available for download

    Quote Originally Posted by cjconstantine View Post
    Different error this time:

    Code:
    A first chance exception of type 'System.ComponentModel.Win32Exception' occurred 
    in Cjwdev.WindowsApi.dll
    
    The system cannot find the file specified
    Ah I think I encountered that one when I was writing one of the other network card related methods. It was a while ago but I think in my case it was due to a virtual network card that some VPN software had installed - once I uninstalled the VPN software the error stopped being thrown so I assumed it was just a problem that that particular installation of the VPN software. Do you know if you have any virtual network cards on your PC?
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


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