Setting up TFS for existing ASP.NET appllication
Hi,We have a web application developed already. Now we would like to maintain the source code in version control system (preferably TFS). Could you please help me with the guidelines and best practices...
View ArticleReportViewer 2015 in Visual Studio 2015
What happened to ReportViewer in Visual Studio 2015? It's still supported?ReportViewer 2015How can I use ReportViewer 2015 in VS 2015. I cannot design reports as I did in VS 2013.Controls description...
View ArticleCode Change
Hi All,I am using Visual Studio 2013 and not able to change by code in run time. If i need to change any code i have to stop the debuggingPlease suggest any workaround, as it is eating lot of time
View ArticleError Microsoft.VisualStudio.JSLS
I am using VS 2015 on Windows 10 ProI just installed the TypeScript update and now I am gettingError: Could not load file or assembly Microsoft.VisualStudio.JSLS Version=14.0.0.0I have rebooted the...
View ArticleDoes Visual Studio 2015 require a separate installation for LocalDB?
In Windows 10 I have installed Visual Studio 2015 RTM and the localdb has not been installed with Visual Studio 2015. Do I need a separate installation for localdb in the machine ?Thanks in...
View ArticleVWD2013 doesn't connect to remote website anymore
Strange thing. This morning it was working fine. Suddenly ist was not possible anymore to connect to the remote site. When calling 'Copy website' there appears just the dialog to fill in the password...
View ArticleHow can I utilize Gulp.watch in Visual Studio 2015?
I want to apply a Gulp watcher to my LESS files so Gulp will create css files whenever a LESS file gets saved.How can I do this? It doesn't seem to be correct/sufficient to write something like...
View ArticleVisual Studio 2015 creates multiple copies of devenv.exe.
I have recently installed Visual Studio 2015 on my computer that is running Windows 10 (64bit). When debugging, multiple copies of devenv.exe chew up my resources and remain as background processes...
View ArticleIs it possible to set updatepanel to update after SQL insert command
I'm using Visual Web Developer 2010 Express with SQL Server 2008 Express, VB.I would like to know if it is possible to issue a command that would cause an updatepanel to update after a SQL Insert...
View ArticleProblem with aspx file
Hi All,I have some files which were working fine and now if i am going to see in design you they are not appearing and tab in showing like ABC.aspx:3Please suggest
View ArticleSolution Files
Whilst using Visual Studio 2013, when I created a new web site, the Solution file was placed in:C:\Users\MyUsername\Documents\Visual Studio 2013\Projects\SiteName\SiteName.slnand I chose to have the...
View ArticleVisual Studio Text Editor Issue Files with *.sql
In Visual Studio 2010, I have an App_Data folder where I keep various data files that I use in my projects. Some have a *.txt extension, some have a *.sql extension. I can open the *.txt files just...
View ArticleShould one VS process be using 3+ gigabytes of memory? I'm thinking no...
I am running Visual Studio 2015 RTM on Windows 7 Ultimate. Task Manager shows 3+ gigabytes used for one process. Is this normal, possible memory leak, should I be concerned, should anybody be...
View ArticleWant to Create a Horizontal Menu but It Only Allows Vertical Menu. How to...
Want to Create a Horizontal Menu but It Only Allows Vertical Menu. How to Create Horizontal Menu Please?
View ArticleHow to return the primary key value of a just inserted row in vb.net and asp.net
Hi I want to retrieve the primary key value of a row i just inserted. The primary key values are automatically generated. I want to insert that primary key value into another table as a foreign...
View ArticleHow to store the value of scope_identity() into a variable in VB.Net
I am inserting hard coded value into multiple SQL Server tables. All the primary key columns are dynamically generated.an example of the table structures and relationship are as follows.Table 1 :...
View ArticleQuerry resault in label
Like in subject.I need to know how to display querry resault in label (need to display how many rows are displayed),Could someone help me with this ?
View ArticleService Refrence
Hi All,I have added one web service which is appearing in my solution explorer but when I am trying to create object of that, It is not appearing.Dim L as new (Web Service Name is not appearing)Am I...
View ArticleVS 2010 Combobox Not Populating Access Dropdown List Data
Hi,I am creating a simple Form in VS 2010 by using access database as backend source data.I dragged the access fields in the VS form, everything is fine but the drop down fields are just came as Text...
View ArticleHow to retrieve the ID (Primary Key)value of a just inserted row where the...
HelloI am trying to retrieve the ID value of a just inserted row. The primary key value is a GUID. So scope_identity() will not work. Dim survey = Guid.NewGuid().ToString() Dim SurveyTitle As String =...
View Article