Pages
Pages
Home
Videos
Q & A
My Profile
Category
C#.NET
ASP.NET
ASP.NET MVC
JQUERY
Wednesday, April 26, 2017
How to reset user settings in Visual Studio
Share !
Tweet this
Share on Facebook
Share on Google plus
Pin this post
Share on Whatsapp
Close Visual Studio
Start the Developer Command prompt installed with Visual Studio as an administrator.
type 'devenv /resetuserdata' ('wdexpress /resetuserdata' for Express SKUs)
Start Visual Studio Normally.
No comments:
Write comments
Subscribe to:
Post Comments (Atom)
Popular
Recent
Popular Posts
Chart.js example in ASP.NET Webforms
First, we have to generate a compatible data source for the chart on the server side. [ WebMethod ] public static string LoadBarCh...
Kendo MultiSelect Server Side Filtering
$ ( document ). ready ( function () { $ ( "#products" ). kendoMultiSelect ({ placeholder : "Se...
When to use Html.Partial, Html.RenderPartial, Html.Action and Html.RenderAction in ASP.NET MVC
Use RenderAction when you do not have a model to send to the view and have a lot of html to bring back that doesn't need to be stored...
Advantages and Disadvantages of LATEX
See this post to understand what is LATEX. Advantages Professional typesetting Best output It is the standard for scientific documen...
What is Latex?
What is Tex A typesetting program for professional quality documents. especially those containing a lot of mathematical symbols. Ru...
Download an Image from a given URL in ASP.NET MVC
Controller action code. public FileStreamResult Index () { string aURL = "http://1.bp.blogspot.com/-reA6gMCM5CI/UN7YFauH12...
Converting a String into DateTime format in C#.NET
Recently i was trying to parse string date time value into DateTime format but i was getting the error "String was not recognized as a ...
Redirect to HTML Page in ASP.NET MVC
Below code will set the default page of an ASP.NET MVC application to a HTML page. Controller: public class HomeController : Con...
Upload a File in ASP.NET MVC
View: @using (Html.BeginForm("ImageUpload", "Item", FormMethod.Post, new { enctype = "multipart/form-data", ...
Allow only decimal or integer numbers in a textbox using JQUERY
HTML: <span>Float</span> <input type="text" name="numeric" class='allownumericwithdecimal'>...
Feedjit Live Blog Stats
Categories
Ajax
(11)
Angular JS
(6)
ASP.NET
(225)
ASP.NET MVC
(41)
ASP.NET MVC 2
(7)
ASP.NET MVC 4
(14)
C#.NET
(138)
Charts
(1)
Classic ASP
(2)
Crystal Reports
(8)
CSS
(8)
Data Mining
(8)
Entity Framework
(1)
Flash
(1)
Frameworks
(10)
General
(29)
GIT Repository
(1)
HTML
(61)
HTML5
(15)
I/O
(5)
IIS
(8)
JavaScript
(83)
Jquery
(68)
Jquery Mobile
(3)
Kendo UI
(3)
Kentico
(2)
LINQ
(8)
Microsoft Windows
(1)
MS Office
(4)
Office 365
(1)
Oracle
(2)
Payment Get-way
(1)
Razor
(1)
Regular Expressions
(4)
Security
(9)
Silverlight
(1)
Sql Server
(52)
Telerik
(10)
Validation
(12)
VB Script
(1)
WCF
(1)
Web Services
(7)
Windows Forms
(26)
XML
(9)
Followers
Subscribe
Posts
Atom
Posts
Comments
Atom
Comments
Recommended Posts
×
−
+
No comments:
Write comments