Files should begin with either a namespace or module declaration, e.g. 'namespace SomeNamespace.SubNamespace' or 'module SomeNamespace.SomeModule', but not both. To define a module within a namespace use 'module SomeModule = ...'
Files and folders cannot: - be empty strings - be system reserved names, including 'CON', 'AUX', PRN', 'COM1', or 'LPT2' ...
Files and folders cannot: - be empty strings - contain any of the following characters: /?:\*"<>|#% - contain Unicode control ...
Files and folders cannot: -be empty strings - contain any of the following characters: / ? : \ " < > | # % - contain Unicode ...
Files in libraries or multiple-file applications must begin with a namespace or module declaration, e.g. 'namespace SomeNamespace.SubNamespace' ...
Files should begin with either a namespace or module declaration, e.g. 'namespace SomeNamespace.SubNamespace' or 'module ...
Files without Unicode encoding can't be added to the dictionary list. Save the file as a Unicode file to add it to the dictionary ...
FILESTREAM_ON cannot be specified when a table has no FILESTREAM columns. Remove the FILESTREAM_ON clause from the statement, ...
Filter properties are not supported by the following technology: {0}. To search for a control, you must remove the filter ...
FilterDescriptor '{0}' with type '{1}' is associated with {2} TypeDescriptors. It has to be associated with exactly one TypeDescriptor. ...