ASP.NET 4.0 and targetFramework?
HelloWhen creating a new vb.net project in Visual Studio 2017, how do I ensure that it is geared to ASP.NET 4.0 and not 4.5.2. What would I expect to see under target framework in the Web.config file,...
View Articletextbox width constrained VS2017 default web side
HiI have created the default web site from the menu of VS2017 using file - new - web site.On the default.aspx web page, I want to place a text box that will span 100% of the web page. But, the best...
View ArticleHow to copy DLLs?
HelloFrom what I can gather, the server of my Web hosting service is missing certain DLLs and that is why I am getting the error: The file '/Frina/Contact.aspx' has not been pre-compiled, and cannot be...
View ArticleOption Strict issue
Since last week's update of my Visual Studio all my projects are coming up with errors such as "Option Strict On requires that all method parameters have an 'As' clause" despite the project having...
View Articlechanges are not allowed if the project wasn't built when debugging started
I have googled this and found lots of suggestions on what to do, but none of them work.This was working just fine last week. The only thing I've installed in the last week was SSMS 2016.If anyone who...
View ArticleCLR profiling: DoStackSnapshot returns wrong Instruction Pointer
'm currently writing a CLR profiler, and I came across something very odd. When throwing two different exceptions, one from the try clause and one from the catch clause, the CLR notifies me of the...
View ArticleApplication Insights Not Running In Local Mode
Hi,While following the beginners' course on MVA I came to know about Application Insights being available for running in local mode. Upon adding the same to my sample project I was surprised to find...
View Articlexamarin installation ends with problems
Hello guysI am trying to modify VS and add xamarin to my installation, however at 25% it keeps stopping and telling me that it cant download this linkhttps://go.microsoft.com/fwlink/?LinkID=842899when...
View ArticleProblems Accessing Report Veiwer (.rdlc) Website Data Sources
Previously had this setup in VS2005, and everything worked fine, I could load a report and drag and drop the columns into the appropriate places, have in the last month updated the project to use...
View Articlenpm install typescript not working
Currently my version of Visual Studio is using version 2.3 of typescript..This was installed with the Visual Studio installation.I have a requirement to test typescript latest version (2.5) using npm...
View Articleconvert lines of text to
Is there an easy method to convert lines if text to an ordered / unorderd list ?line1 line2 line2<ul> <li>line1</li> <li>line2</li>...
View ArticleVisual Studio 2017 Community - Creating Website
Hello All,When I create a website in Visual Studio 2017 Community (File > Create Website) two folders are created for the Solution.Both folders have the same name, but the second folder is followed...
View ArticleHow do I precompile Web Applicatiob Project updated page
Hello,I have a site in WAP hosted in winhost server, the site has many page, but each time I modify the code-behind of a single page using Visual Studio the whole existing file in the remote directory...
View ArticleDebug .net core 2.0 app fails with error "invalid uri: the hostname could not...
Hi, when trying to lauch the Debugger from within VS 2017 I get suddenly an error box saying "Invalid uri: the hostname could not be parsed." It is a .Net Core 2.0 ASP.NET-Application, Profile/Launch...
View ArticleCannot View default.aspx in Design Mode
I can only view source. I cannot view the design mode. I am running Windows 2000. Any ideas? Thaks
View ArticleHow do I use VS2017 to backup database to an older version of SQL server?
I am attempting to build and remotely host the standard VS2017 ASP.Net web forms template as a starter to developing it further for my own application.I have built the application and deployed it on a...
View ArticleUnable to save settings
I have VS2017:First - My settings and toolbox keeps resetting to defaultSecond - When I try to import I get an errorYour settings were imported, but there were some errors.Error 1: Accounts: Unable to...
View ArticleMigration from Clarion.Net (version 10) to C#
Hi,We have a solution where-in the User-interface of the application has been written in Clarion for .NET (Version 10). The business logic and DAL has been written in C# 4.0.Now I have no Idea if there...
View ArticleVS Team Services - website pathway in solution file causing build error
Hi,This is probably something simple that I am doing wrong as I am new to VSTS. I have uploaded my existing .NET website project to VSTS and when I run a build definition in VSTS, I get an error in the...
View ArticleVisual Studio 2017 Step IntoSpecific in System.Web.Mvc.dll not working - is...
I've been trying to Step Into Specific code in System.Web.Mvc.dll. The method I've been trying to step into is the extension method Html.DropDownListFor<>();I've done almost all I know to do at...
View Article