How to make Business Intelligence available for VS 2013 Express
I recently downloaded VS 2013 Express for Web. it works fine. I can build web sites with no problems. I thought I downloaded the complete version. I also selected all when I did my install. Now I...
View ArticlePackage manager console fails to initialize
Whenever I try to open package manager console in Visual studio 2013 update 3 I get this error :Cannot load Windows PowerShell snap-in Microsoft.PowerShell.Management because of the following error:...
View ArticleAUTO_INCREMENT with Id as the Primary Key and Unique
I have a table with Id as the Primary Key and Unique. I want to make the Id an AUTO_INCREMENT.How would I do that in VWD 2010?In VWD 2013 you just have to type in Identity(1.1) in the SQL Command Line...
View ArticleNo default.aspx
Hi,I'm a total beginner to ASP.NET. I've installed VS2013 and when I create a new web site it does not create the default.aspx and default.aspx.vb pages. If I attempt to create a different type of...
View Articleload testing user authentication
I have read something about vsts load testing: http://blogs.msdn.com/edglas/archive/2010/03/24/web-test-authoring-and-debugging-techniques-for-visual-studio-2010.aspxHave one question, we need to...
View ArticleVisual Studio 2013 Professional + Update 3 (Aug 4, 2014) High CPU with...
Hi all,I have already search on the forums in regards to this matter and I have already installed the VS2013 Update 3 as recommended by the issue is still the same.I have previously worked on the same...
View ArticleHow can I convert/export multiple selected files into one single pdf file
I am trying to create a code that will convert multiple selected files to one pdf file . Currently the code exports the selected files in to a zip file. But I want to open all the selected files in one...
View ArticleVisual Studio Express 2013 for Web - Could not find a part of the path
I've just created a new Web API application/project in Visual Studio Express 2013 for Web and I'm trying to check in (to TFS source control) the initial files that VS automatically generates when a...
View ArticlePath of image control
I save image in folder and save its name in DBI try to bind this image on asp image control. this control be visible in some cases only.the problem is image does not displayed, display border of it...
View ArticleCS0014: Required file 'alink.dll' could not be found
Hello to everyone.Im using visual studio 2013 and also 2012 .But I started to get this error no matter which project Im working while trying to build.I also create a new empty asp.net web site and...
View ArticleDifference between Visual Studio version
Can anyone help me about the difference between Visual Studio 2010 and Visual Studio 2012 in the development of Web Forms asp.net 4 Applications ? How many features have been lacking in VS2010 rather...
View Articlehow can i add the reference to a third party library when the web application...
I am working on a web application built with vb.net and asp.net. the web application is already stored in the web server. I am creating some new features in the web app.If have to incude new third...
View Articledouble clicking button control now does to end of procedure instead of beginning
Normally, double clicking a button in the design view of a Visual Basic ASP.NET web app takes you to the top of the associated sub or function in the code behind.Starting a few days ago, it now always...
View ArticleJQuery Intellisense Error in Visual Studio 2008
Hi all.I m using Visual Studio 2008 SP1. also i have updated the patch for Intellisense for Visual Studio 2008. still when i add JQuery .Js Filethe intellisense not working and i m getting the error:...
View ArticleWhere is the ASP.NET Configuration icon in Visual Studio 2013
Where is the ASP.NET Configuration icon in Visual studio 2013?
View Articlesyntax used to call session id in sql query
syntax used to call session id in sql query in the next page using visual basicSession("Reg_number") = txtreg.TextThe query Dim SqlCmd As New SqlCommand("SELECT * from hsPersonalData WHERE Reg_number =...
View ArticleNeed help with API tutorial on asp.net
Hello,I'm working through the tutorial on http://www.asp.net/web-api/tutorials/hands-on-labs/build-restful-apis-with-aspnet-web-api I get to the place where it says to add the code:public string[]...
View ArticleWhich 64 bit compiler for a DLL called from ASP.NET?
My next online app would be best written in 64 bit. I plan to make a 64 bit DLL of the functionality, then interface it with C#. Which compiler best supports this? I've got VS2010, but it doesn't...
View ArticleWhy is ASP.NET so slow?
I am guessing here as I'm no hardware expert or something. Here's the situation. I have an asp.net application and when I run it in the environment it seems to take so long to do much of anything....
View ArticleOccasional False Start with VS2013
Two days ago I upgraded from VS2012 to VS2013. I'm developing an ASP.NET 4.0 Web Forms app.I've noticed with VS2013 that about 10% of the time, when I press Start in Debugging Mode, the browser...
View Article