text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
The current request for action '{0}' on controller type '{1}' is ambiguous between the following action methods:{2}
No route in the route table matches the supplied values.
Value cannot be null or empty.
The partial view '{0}' was not found or no view engine supports the searched locations. The following locations were searched:{1}
The property '{0}' cannot be null or empty.
The view '{0}' or its master was not found or no view engine supports the searched locations. The following locations were searched:{1}
An error occurred when trying to create the IControllerFactory '{0}'. Make sure that the controller factory has a public parameterless constructor.
The IControllerFactory '{0}' did not return a controller for the name '{1}'.
The controller factory type '{0}' must implement the IControllerFactory interface.
A public action method '{0}' was not found on controller '{1}'.
An error occurred when trying to create a controller of type '{0}'. Make sure that the controller has a parameterless public constructor.
The controller for path '{0}' was not found or does not implement IController.
The controller type '{0}' must implement IController.
The parameter conversion from type '{0}' to type '{1}' failed. See the inner exception for more information.
The parameter conversion from type '{0}' to type '{1}' failed because no type converter can convert between these types.
The type '{0}' does not inherit from Exception.
Order must be greater than or equal to -1.
There is no ViewData item of type '{1}' that has the key '{0}'.
The value must be greater than or equal to zero.
The ViewData item that has the key '{0}' is of type '{1}' but must be of type '{2}'.
An error occurred when trying to create the IModelBinder '{0}'. Make sure that the binder has a public parameterless constructor.
The type '{0}' does not implement the IModelBinder interface.
The type '{0}' contains multiple attributes that inherit from CustomModelBinderAttribute.
The SessionStateTempDataProvider class requires session state to be enabled.
The model item passed into the dictionary is of type '{0}', but this dictionary requires a model item of type '{1}'.
A ViewMasterPage can be used only with content pages that derive from ViewPage or ViewPage<TModel>.
The ViewUserControl '{0}' cannot find an IViewDataContainer object. The ViewUserControl must be inside a ViewPage, a ViewMasterPage, or another ViewUserControl.
A ViewUserControl can be used only in pages that derive from ViewPage or ViewPage<TModel>.
A master name cannot be specified when the view is a ViewUserControl.
The view found at '{0}' was not created.
The view at '{0}' must derive from ViewPage, ViewPage<TModel>, ViewUserControl, or ViewUserControl<TModel>.
The value '{0}' is invalid.
{0} on type {1}
The model of type '{0}' could not be updated.
A value is required.
The parameters dictionary contains a null entry for parameter '{0}' of non-nullable type '{1}' for method '{2}' in '{3}'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.
The parameters dictionary does not contain an entry for parameter '{0}' of type '{1}' for method '{2}' in '{3}'. The dictionary must contain an entry for each parameter, including parameters that have null values.
The parameters dictionary contains an invalid entry for parameter '{0}' for method '{1}' in '{2}'. The dictionary contains a value of type '{3}', but the parameter requires a value of type '{4}'.
The parameter '{0}' on method '{1}' contains multiple attributes that inherit from CustomModelBinderAttribute.
Cannot create a descriptor for instance method '{0}' on type '{1}' because the type does not derive from ControllerBase.
Cannot call action method '{0}' on controller '{1}' because the parameter '{2}' is passed by reference.
Cannot call action method '{0}' on controller '{1}' because the action method is a generic method.
The number of ticks for the TimeSpan value must be greater than or equal to 0.
The value '{0}' is not valid for {1}.
Templates can be used only with field access, property access, single-dimension array index, or single-parameter custom indexer expressions.
False
Not Set
True
A single instance of controller '{0}' cannot be used to handle multiple requests. If a custom controller factory is in use, make sure that it creates a new instance of the controller for each request.
The property {0}.{1} could not be found.
{0} has a DisplayColumn attribute for {1}, but property {1} does not exist.
{0} has a DisplayColumn attribute for {1}, but property {1} does not have a public getter.
Unable to locate an appropriate template for type {0}.
The requested resource can only be accessed via SSL.
The specified HttpVerbs value is not supported. The supported values are Delete, Head, and Put.
The GET and POST HTTP methods are not supported.
This request has been blocked because sensitive information could be disclosed to third party web sites when this is used in a GET request. To allow GET requests, set JsonRequestBehavior to AllowGet.
This property setter is obsolete, because its value is derived from ModelMetadata.Model now.
The model item passed into the dictionary is null, but this dictionary requires a non-null model item of type '{0}'.
The type {0} must derive from {1}
The type {0} must have a public constructor which accepts three parameters of types {1}, {2}, and {3}
Execution of the child request failed. Please examine the InnerException for more information.
Child actions are not allowed to perform redirect actions.
The provided IAsyncResult has already been consumed.
The provided IAsyncResult is not valid for this method.
An operation that crossed a synchronization context failed. See the inner exception for more information.
The asynchronous action method '{0}' cannot be executed synchronously.
The controller of type '{0}' must subclass AsyncController or implement the IAsyncManagerContainer interface.
The timeout value must be non-negative or Timeout.Infinite.
Lookup for method '{0}' on controller type '{1}' failed because of an ambiguity between the following methods:{2}
Could not locate a method named '{0}' on controller type {1}.
The action '{0}' is accessible only by a child request.
The Collection template was used with an object of type '{0}', which does not implement System.IEnumerable.
This file is automatically generated. Please do not modify the contents of this file.
The associated metadata type for type '{0}' contains the following unknown properties or fields: {1}. Please make sure that the names of these members match the names of the properties on the main type.
The field {0} must be a number.
The expression compiler was unable to evaluate the indexer expression '{0}' because it references the model parameter '{1}' which is unavailable.
The model of type '{0}' is not valid.
Multiple types were found that match the controller named '{0}'. This can happen if the route that services this request does not specify namespaces to search for a controller that matches the request. If this is the case, register this route by calling an overload of the 'MapRoute' method that takes a 'namespaces' parameter.
The request for '{0}' has found the following matching controllers:{1}
Multiple types were found that match the controller named '{0}'. This can happen if the route that services this request ('{1}') does not specify namespaces to search for a controller that matches the request. If this is the case, register this route by calling an overload of the 'MapRoute' method that takes a 'namespaces' parameter.
The request for '{0}' has found the following matching controllers:{2}
The type {0} must have a public constructor which accepts two parameters of types {1} and {2}.
The model object inside the metadata claimed to be compatible with {0}, but was actually {1}.
The view found at '{0}' was not created.
The view at '{0}' must derive from WebViewPage, or WebViewPage<TModel>.
Cannot call action method '{0}' on controller '{1}' because the action method is a static method.
The '{0}' keyword must be followed by a type name on the same line.
The 'inherits' keyword is not allowed when a '{0}' keyword is used.
Only one '{0}' statement is allowed in a file.
An instance of {0} was found in the resolver as well as a custom registered provider in {1}. Please set only one or the other.
The type {0} does not appear to implement Microsoft.Practices.ServiceLocation.IServiceLocator.
Validation type names in unobtrusive client validation rules cannot be empty. Client rule type: {0}
Validation type names in unobtrusive client validation rules must be unique. The following validation type was seen more than once: {0}
Validation type names in unobtrusive client validation rules must consist of only lowercase letters. Invalid name: "{0}", client rule type: {1}
Validation parameter names in unobtrusive client validation rules cannot be empty. Client rule type: {0}
Validation parameter names in unobtrusive client validation rules must start with a lowercase letter and consist of only lowercase letters or digits. Validation parameter name: {0}, client rule type: {1}
A ViewStartPage can be used only with with a page that derives from WebViewPage or another ViewStartPage.
Cannot execute Controller with a null HttpContext.
'{0}' and '{1}' do not match.
'{0}' is invalid.
No url for remote validation could be found.
AuthorizeAttribute cannot be used within a child action caching block.
Duration must be a positive number.
VaryByParam must be '*', 'none', or a semicolon-delimited list of keys.
OutputCacheAttribute for child actions only supports Duration, VaryByCustom, and VaryByParam values. Please do not set CacheProfile, Location, NoStore, SqlDependency, VaryByContentEncoding, or VaryByHeader values for child actions.
OutputCacheAttribute is not allowed on child actions which are children of an already cached child action.
Could not find a property named {0}.