Delete the new lines(blank rows) in the code
How can i delete blank lines in my code?Any shortcuts?Please suggest. I don't want to allow blank spaces between code lines.//below is my codeusing System; using System.Collections.Generic; using...
View ArticleHow to get back the VS 2013 Microsoft Website Administration Tool
HiIn Virtual Studio 2013 Microsoft have removed the "Website Administration Tool" which was one of the tools I used the most in the previous versions, mainly for controlling website user accounts,...
View ArticleHow can I keep Internet Explorer 11 from popping-up debugger notification...
Using IE11 on Windows 10/64 with Visual Studio 2015/3 for debugging an ASP.NET WebForms application I notice a strange behaviour when I want to have a look at the runtime HTML source using F12...
View ArticleUnitTest for WebApi Failed in VSTS
I have written simple unit test for my rest api which is passed succesfully in my local machine but if i am running it in visual studio team services(vsts) it fails with following error...
View Articleaccess IIS without run as administrator for (Visual Studio and SQL Server)
Hello,I have a laptop and I connect it to Windows server, what I need is to keep my files and my administrator account in safe, so If any of client have an administrator Domain account and password,...
View ArticleHow to prevent VS from inserting a space after a close curly brace
Doing Mustache in an html page. The first line below is what I need the text to stay as. The second line is after VS reformats the code. How do I stop it from inserting the spaces after the...
View Articlevisual studio community 2015 accessdatasource
does the accessdatasource still exist in vs community 2015? it's not in the toolbox.i also right-clicked the toolbox to 'choose' it. weirdest thing is, it's checked in the list of controls.
View ArticleVisual Studio Express 2015 or 2012 non-bloatware editions
Is there a way to install either Visual Studio Express 2015 or 2012 that doesn't literally install everything and every piece of bloatware Microsoft has? All I want to create is a little C# console...
View ArticleBeginner with VS 2015 - Simple arithmetic issue
I am creating some calculators for my Comp107 class and ran into an issue I seem to have trouble understanding.I built a calculator to figure sales tax, then add the tax to the sales amount for a...
View ArticleSatellite build for culture failed error
I got stuck with the above error. I have tried deleting the culture folders in bin and re-installed VS. But could not get rid off that. Could anyone suggest an alternative?
View ArticleHow to find my methods is being used in which UI's code in my application
Hi All, My application is based on 3 tier architecture. I need to make some changes in my method which is in data access layer. How can I find that where I have used this method i.e. I need to find...
View ArticleWriteAllText, ReadAllText and Replace
I'm trying to replace text in a rtf file with:System.IO.File.WriteAllText(sTarget, System.IO.File.ReadAllText(sTarget).Replace("||MyCompanyData||", MyCoText))For some reason, it won't work. I'm doing...
View Article'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
There is many (and I do mean MANY) page on the web telling how to fix this problem, none of them have worked for me.This works fine on the LocalHost but as soon as I put it on the web (server is...
View ArticleNot Creating ASPX file
I just loaded VS 2012 for web and following the tutorials. When I create a new website, I only have 2 config files. I don't see an ASPX at all. Any ideas on what might be causing this? Very Confused...
View ArticleProfiling instrumentation method -- command line tools
I want to profile -- instrumentation method a .net/asp.net application using the command line tool, VSPerfASPNetCmd but do not find it in Visual Studio Community Edition 2015. Is it bundled with Visual...
View ArticleWhat does a NuGet reference signify that has no child nodes? Is this a normal...
What do all the NuGet reference nodes mean that are a leaf node? Does that even make any sense or is something wrong with my installation? See picture of my desktop below:
View ArticleFolders created when compiling VS2013 projects with VS2015
I just installed VS 2015 Community Edition and compiled 2 projects which are basically class libraries, and noticed that 2 folders called ".vs" and "_UpgradeReport_Files" were created.What are this...
View ArticleClass View - Namespace apperaing in two places
I built a web api controller that handles file operations requested by the client. I initially created two classes in the same file under the namespace GNC_Corp.FileUpload. (GNC_Corp is the project...
View Articleidentity value returned as 0.
I have a contact info that can be used to turn the contact into a customer, to do so I want to send the id from the contact to the other form and to do this I created a stored procedure that returns...
View ArticleUnable to resolve 'AspNet.Security.OAuth.Extensions (>= 1.0.0-beta1-final)'...
I wanted to build the project with AspNet.Security.OAuth, but the references cannot be resolved.Unable to resolve 'AspNet.Security.OAuth.Extensions (>= 1.0.0-beta1-final)' for...
View Article