How can i load a template I have created in Visual Studio?

Once you’ve exported your template, copy the entire ZIP file that was created to the folder C:\Users\[User Name]\Documents\Visual Studio 2013\Templates\ProjectTemplates. (You might want to use one of the provided subdirectories to keep your template organized.) Restart Visual Studio, and then use the search bar in the New Project dialog to help you find the project … Read more

Visual Studio add pre-build event that always runs (C# project)

Here’s the solution. Define this property in your project file: <PropertyGroup> <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck> </PropertyGroup> PreBuildStep will then execute every time, regardless of whether the project is or isn’t up to date. It seems that Visual Studio is bypassing normal up-to-date checks of MSBuild and using some sort of custom check that is faster, but has a … Read more

Solution Explorer doesnt show the folder although the folder is present in my local drive (local copy) Visual studio [duplicate]

To see other files in the solution explorer click the “Show All Files” button as shown in the image below. This will allow you to see all the files in your project folder. Right-click in each file you want to add and select “Include in project” I hope this can help you.

Unable to determine the provider name for provider factory of type “System.Data.Sqlite.SqliteFactory”

I got the answer by myself, but I still don’t know the root cause, now it works. I changed webconfig, here is the webconfig that make my project to work. I added a provider that is “System.Data.Sqlite”, Please note its type that is same with System.Data.Sqlite.EF6 <provider invariantName=”System.Data.SQLite” type=”System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6″ /> <add name=”SQLite Data Provider” … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)