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.
Cannot link resource file 'file' when building a module
/linkresource was used in the same compilation with /target:module, which is not allowed. For example, the following options would generate CS1507:
csc /linkresource:rf.resource /target:module in.cs
Embeding resourrces (/resource), however, is allowed.