Skip to content

Example Code not compiling #150

@shrddr

Description

@shrddr

Describe the issue
Example Code from README.md not compiling

Your Code

using Device.Net;

namespace test
{
    class Program
    {
        static void Main(string[] args)
        {
            WindowsUsbDeviceFactory.Register();
        }
    }
}

Log / Stack Trace
CS0103 The name 'WindowsUsbDeviceFactory' does not exist in the current context

Info

  • Platform: Windows
  • Device Type: USB
  • Version: 3.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions