Visual Studio 2012
- a STDC pragma may only appear between declarations in the global scope or before any statements or declarations in a block ...
- A step line graph representing the visual throughput, reported in frames per second, of the application. Press the right ...
- A stored query or query folder with the name '{0}' has already been imported into this methodology. Duplicates will be ignored. ...
- A String that is evaluated to give a default value for the Property when an object of the owning Classifier is instantiated. ...
- A table that has a defined column set can have up to 30,000 columns with a maximum of 1024 non-sparse and computed columns. ...
- A target file name within the VSTemplate file cannot be used because it is desktop.ini, which can be used to run unauthorized ...
- A target file name within the VSTemplate file is invalid. It is not being placed within the project destination directory. ...
- A TargetFramework profile exclusion list will be generated. The exclusion list is a list of assemblies not in the profile. ...
- A TargetFramework profile exclusion list will not be generated. A full client name "{0}" was found in the TargetFrameworkSubsetNames ...
- A task requested launch of the .NET 3.5 version of the MSBuild task host, but .NET 3.5 is not installed on this machine so ...
- A Team Foundation Server proxy could not be found at the provided URL: {0} The proxy will be added to the server, but you ...
- A Team Project Collection is where your projects are stored. During upgrade all existing projects being upgraded are placed ...
- A Team Project Collection is where your projects are stored. You must create at least one Team Project Collection in order ...
- a template declaration containing a template parameter list may not be followed by an explicit specialization declaration ...
- A template file name {0} could not be found on disk. The multi-project solution could not be properly created, and may not ...
- A template that specifies hostspecific='truefrombase' must also specify a base template with the 'inherits' parameter to ...
- A test configuration in the XML file has the following invalid value for 'IsDefault' field: {0}. You must set the value to ...
- A test project can only be targeted to .NET Framework 3.5 or .NET Framework 4. Other versions of the .NET Framework are not ...
- A test run can only be targeted to either .NET Framework 3.5 or .NET Framework 4. Targeting both Framework version in same ...
- A three-page project for a Windows Store app that navigates among grouped items arranged in a grid. Dedicated pages display ...
- A throw statement with no arguments is not allowed in a finally clause that is nested inside the nearest enclosing catch ...
- A timeout occurred when the file '{0}' was transferred from the following computer: {1}. If the network latency is high, ...
- A total of {0} tests were discovered but no test matches the specified selection criteria({1}). Use right value(s) and try ...
- A total of {0} tests were discovered but some tests do not match the specified selection criteria({1}). Use right value(s) ...
- A try/finally expression may not be used within a computation expression with uses of custom operators. Consider using a ...
- A try/with expression may not be used within a within a computation expression with uses of custom operators. Consider using ...
- A two-page project for a Windows Store app that navigates among grouped items. The first page allows group selection while ...
- A type definition requires one or more members or other declarations. If you intend to define an empty class, struct or interface, ...
- A type of work item was renamed in the work item tracking database. An error occurred renaming the work item in the warehouse ...
- A type variable has been constrained by multiple different class types. A type variable may only have one class constraint. ...
- A type with attribute 'CustomComparison' must have an explicit implementation of at least one of 'System.IComparable' or ...
- A type with attribute 'CustomEquality' must have an explicit implementation of at least one of 'Object.Equals(obj)', 'System.IEquatable ...
- A type with attribute 'NoComparison' should not usually have an explicit implementation of 'System.IComparable', 'System.IComparable ...
- A type with attribute 'NoEquality' should not usually have an explicit implementation of 'Object.Equals(obj)'. Disable this ...
- A type with attribute 'ReferenceEquality' cannot have an explicit implementation of 'Object.Equals(obj)', 'System.IEquatable ...
- A TypeDescriptor with the name '{0}' already exists in the view. Please make sure that TypeDescriptors having '{1}' attribute ...
- A UI map for Coded UI Test. Use this to split the definition of the user interface of your application into smaller logical ...
- A unexpected profiler ("{0}") was found on the Application Pool "{1}". Please ensure all other .NET profilers have been disabled ...
- A unique name that identifies the package on the system, which comprises the package name and a hash of the publisher string. ...
- A unique overload for method '{0}' could not be determined based on type information prior to this program point. A type ...
- A use of the function '{0}' does not match a type inferred elsewhere. The inferred type of the function is {1}. The type ...
- A User Account Control (UAC) prompt was either canceled by the user or timed out. To prevent UAC prompts during an installation, ...
- A value of type '%1!ls!' cannot be used as a default parameter because there are no standard conversions to type '%2!ls!' ...
- A value of type '%1!ls!' cannot be used as default parameter for nullable parameter '%2!ls!' because '%3!ls!' is not a simple ...
- A variable (%1$ls) which is accessed via an Interlocked function must always be accessed via an Interlocked function. See ...
- a variable, is cast to type {1} multiple times in method {2}. Cache the result of the 'as' operator or direct cast in order ...
- A version mismatch was detected between the Silverlight Runtime version '{0}' and the Silverlight Developer Runtime version ...
- A very high rate of .NET Lock contentions is occurring. Please investigate the reason for this lock contention by running ...
- A virtual machine template is a generalized image of a virtual machine. You can use the template repeatedly because it allows ...
- A Visual C++ project of the name '%s' already exists in the current format. Would you like to load the existing project instead? ...
- A Visual Studio DLL, coloader80.dll, is not correctly installed. Please repair your Visual Studio installation via 'Add or ...
- A VSTemplate file must contain a TemplateContent section to be processed as a Project, ProjectItem, or a ProjectGroup template. ...
- A WindowsFormsHost cannot be rotated. To suppress this error, handle the LayoutError event and set ThrowException to false. ...
- A workspace conflict occurs when creating a temporary workspace for uploading the build process templates. Attempt to temporarily ...
- A {0} cannot appear after the first class feature in the template. Only boilerplate, expressions and other class features ...
- a. From an elevated Command Prompt, change to the directory that contains the publish output and enter a command similar ...
- Accept the default names for the stored procedures or enter the unique names you want to use. By default, the wizard generates ...
- Access control allows you to authenticate users and define permissions which can be used to restrict access to portions of ...
- Access Denied. You are not authorized to perform this action. For further information, contact the Team Foundation Server ...
- Access denied. You need registry read and write permissions to launch an ASP.NET profiling session. Contact your system administrator ...
- Access has been denied to access or modify Internet Information Services: {0}. Ensure that the current application has permission ...
- Access is denied. This seems to be because the 'Network access: Sharing and security model for local accounts' security policy ...
- Access modifier '|1' is not valid. The access modifier of 'Get' and 'Set' should be more restrictive than the property access ...
- Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not ...
- Accessibility modifiers are not allowed on this member. Abstract slots always have the same visibility as the enclosing type. ...
- Accessibility modifiers are not permitted on record fields. Use 'type R = internal .' or 'type R = private .' to give an ...
- Accessibility modifiers are not permitted on union cases. Use 'type U = internal .' or 'type U = private .' to give an accessibility ...
- Accessor '%1!ls!' cannot implement interface member '%2!ls!' for type '%3!ls!'. Use an explicit interface implementation. ...
- Account key to use when building secondary storage connection string for CSR. Used by ElasticBuild and ElasticLoad. Should ...
- Account name to use when building secondary storage connection string for CSR. Used by ElasticBuild and ElasticLoad. Should ...
- Account that the build Windows service will run as. On a domain joined machine, this can be a domain account or NT Authority\Network ...
- Account that the TFS web site will run as. On a domain joined machine, this can be a domain account or NT Authority\Network ...
- Accumulated count {0} is different from actual count {1}. Accumulated count is (Count at last Reset + #Adds - #Removes since ...
- Action Customer types some code; at some point, opens another file from Solution Explorer and types some more code. Action ...
- Action Fade in to Visual Studio 2012 with Test Explorer open, a test class in the code editor, and Solution Explorer open. ...