Resources.DatabaseCreation_ErrorTextTemplatingServiceNotFound Property
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
Looks up a localized string similar to The ITextTemplating service could not be found to process the template '{0}'. This service is only available within Visual Studio. Please make sure that this workflow is running within Visual Studio..
Namespace: Microsoft.Data.Entity.Design
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DatabaseCreation_ErrorTextTemplatingServiceNotFound As String
Get
'Usage
Dim value As String
value = Resources.DatabaseCreation_ErrorTextTemplatingServiceNotFound
public static string DatabaseCreation_ErrorTextTemplatingServiceNotFound { get; }
public:
static property String^ DatabaseCreation_ErrorTextTemplatingServiceNotFound {
String^ get ();
}
static member DatabaseCreation_ErrorTextTemplatingServiceNotFound : string
static function get DatabaseCreation_ErrorTextTemplatingServiceNotFound () : String
Property Value
Type: System.String