Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invalid target type for /target: must specify 'exe', 'winexe', 'library', or 'module'
The TargetType compiler option was used, but an invalid parameter was passed. To resolve this error, recompile the program using the form of the /target option that is appropriate to your output file.
The following sample generates CS2017:
// CS2019.cs
// compile with: /target:libra
// CS2019 expected
class MyClass
{
}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.