Hi all,
I'm trying to create a new build in VSO but the Queue list is empty. How do I proceed on this?
Appreciate any help.
Hi all,
I'm trying to create a new build in VSO but the Queue list is empty. How do I proceed on this?
Appreciate any help.
Hi,
does anyone know the easiest way to upgrade npm as its causing me no end of problems with windows file paths on node, this has been fixed already in npm 3+ by flat filing the recursive includes in node but i cannot seem to find any easy methods of updating npm in visual studio to use it.
Notes: i am windows, using visual studio 2015
We just installed VS 2015 Community and when I go to edit my aspx.vb code page I do not get the dropdown in upper left that shows all of my functions to select. How do I turn that option on so I can select a function?
I run VS2015 as administrator, start a new project ASP.NET application, Empty 4.5.2 and then just add a simple html page. When I try to launch using IIS Express I just get waiting for local host. If I do this under IIS local it works fine.
I've looked at a number of solutions but have been unable to resolve the problem. I'm a newbe to all of this so would appreciate step by step instructions on how to resolve.
When I try to run my MVC project it just says "Operation not supported. Unknown error 0x80004005", no matter what browser I use. When I try to run in browser (Ctrl+Shift+W) it says that it cannot run IIS Web Server Express. Are the two errors related? What
can I do?
Using VS2015 with Windows 10.
Why is this in my IDE for VS 2015? More useless information that requires the internet to use. Thanks for nothing useful other than 1000000 http requests to this url in fiddler.
I am using VS2013 Professional and Crystal Report version 13 on Windows 10.
When start debugging a aspx app with VS development server and Internet Explorer 11, after clicking a link button, the crystal report displayed fine.
But when I run the same aspx app outside VS2013 using IE11 with IIS v10, the crystal report is not displayed after clicking the link button.
I think the aspx app hanged in the production server or When I clicked another button control, no app visual response was seen in IE11 .
What could have caused this problem ?
Hi,
I just converted the VS2012 C# Class library to VS2008 compatible. It converted successfully and do not get any error while building the project and getting successful build. While trying to debug the particular project I am getting “Debugger not compatible message” as attached screenshot.
I set the project as Startup and pressing F5 to debug but could not debug. It is a Console project.
Error Message: Error while trying to run the project: Unable to start debugging.
Please assist me the how to debug the application.
Thanks
I have debugged my code in the past using F10 and F11. F11 is great because I can step into methods. For some reason I can now use F10 in my project, however I am not able to deep trace into my code using the F11 button. For example I can't trace into method calls within other methods. For some reason it appears as if old compiled code is being used. I deliberately created an error in a method so that an exception would be thrown. However that code is now being ignored, and I can't even F11 into the method being called, so that I can see what lines of code are being executed.
Hi
I am using .net framework 4.0 and Webpages 2.0 which was develped by Webmatrix .
These days, I want to upgrade framework. Because I want to use Azure Search SDK, but that SDK doesn't support 4.0 framework.
So, I googled and found that If I open project by Visual Studio, then Conversion Wiard show up.
But In my case, It doesn't work.
Does someone ever upgraded?
Or must I create a new website project?
I have two development PCs, a win7 and a win10. On the win7, my vs2015 express toolbox has a tab containing the bootstrap snippets but I really don't know how they got there. It's very handy to see these snippets as toolbox items so I've been trying to put these snippets into a vs2015 toolbox tab on my win10 PC. I've searched everywhere I can think of without getting an answer. I can use the bootstrap snippets in the usual manner of right-clicking and "insert snippet" - so, I know they are installed on my win10 PC. Here is how it looks on my win7 PC:
Any clue as to how to make this happen on my win10 pc?
I am using visual studio 2015 for generating a class file using t4 template. I am succeeded in generating the .cs file in the same project. Instead how do I generate the same class file in different project of the same solution and added to the project automatically? Is it possible without using t4 toolbox. Please help me. thank you
Hi,
i have a great problem with reinstalling Visual Studio 2015.
After uninstalling VS 2015 from the control-panel and starting setup, i can't change the target directory. After googling i found the "vs_professional /uninstall / force". This removed VS like a charme and the next setup start let me change the target to my ssd.
So far so good.
But now there a no templates for ASP.NET projects and in existing projects there is no intellisense and code coloring in Razor views....
I think, i have uninstalled and installed nearly five times...
Anyone any idea?
Thanks for the support in advance.
Stephan
Hi All,
does anyone know why vs2015 gets slower the more files you add to a aspnet 5 project. The more files i seem to add to the project the slower the application gets on building and generally feels very laggy even if them files are not being compiled or used. i was wondering if this is just me or is this happening globally?
for example:-
if i copy a directory of js plugins into my project, vs2015 will freeze "as if its only running one thread" until the operation has been complete, but even after its finished the application starts to feel very laggy when opening directories etc on the project in vs2015.
Note: This only happens on aspnet 5 projects.
Information: i'm running beta 7 version of aspnet 5
Hello
I have to start a new project using asp.net, vb.net and sql server.
What would be the best thing to do, buy a VS 2015 software CD and sql server software or to buy MSDN license which includes VS and SQL.
Advice plz
Some lines are far too big for my screen size.
I know about solution explorer auto-hide but my laptop has a small screen size.
Is it possible to make some code lines like this:
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5>
become something like this:
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection,
EntityFramework, Version=5>
To split all the big lines of the source code so that it fits my screen?
thx for your help,
anderson
Hi all,
I started a new ASP.NET Web forms project
I added a master page, followed by a CSS file(ttt.css) and a Webform. I placed the ttt.css file in a folder called CSS.
I have not added anything to the Master page (yet). Currently it is the default that VS creates.
My webform contains 9 buttons. The code follows:
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"><link href= "css/ttt.css" rel="stylesheet" type="text/css" /></asp:Content><asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"><div class="button-container"><asp:Button ID="btnSq1" class="button-style" runat="server" Text="Button" /><asp:Button ID="btnSq2" class="button-style" runat="server" Text="Button" /><asp:Button ID="btnSq3" class="button-style" runat="server" Text="Button" /><asp:Button ID="btnSq4" class="button-style" runat="server" Text="Button" /><asp:Button ID="btnSq5" class="button-style" runat="server" Text="Button" /><asp:Button ID="btnSq6" class="button-style" runat="server" Text="Button" /><asp:Button ID="btnSq7" class="button-style" runat="server" Text="Button" /><asp:Button ID="btnSq8" class="button-style" runat="server" Text="Button" /><asp:Button ID="btnSq9" class="button-style" runat="server" Text="Button" /></div> </asp:Content>
And my CSS file:
.button-container { width: 700px; background: gray; overflow-y: auto; position:fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); } .button-style { width: 200px; height: 200px; float: left; background: lightblue; font-size: 20px; margin: 15px; }
When I "run" the project in Internet Explorer it displays the following:
https://drive.google.com/file/d/0BwHoDS_llfwSYXozNlZ1YnpxWmM/view
(Image will be removed sometime later in 2016)
That is what I want, so far so good!
Now I change anything in the CSS file, for example, in the .button-style margin property from 15 to 5 px. I then "run" the project again and I get a directory listing!
This usually indicates a permissions issue, but why did it work the first time? Why not when I change something in the CSS file?
Now I go back to the code and in the ASPX file comment out the link that references the CSS file, or I simply change the name of the css file to something invalid and rerun the project. I now get a row of buttons without the formatting. I then go back to the code and uncomment the link line or fix the CSS file name, run again and I get the buttons in the layout as illustrated in the above link image, taking into account the latest change in the CSS file.
And there you have it. Every time I change the CSS file and run it I get the directory listing. I then remove or invalidate the CSS link, run it, exit, go back and fix the link statement, run it again and it works again, reflecting the change in the CSS file. This behavior is so odd that I can't seem to narrow down a good search phrase.. I even scrapped the project and redid it again and I still get the same behavior. I've done previous projects and none have exhibited this behavior before. Does anyone have a clue? Or possible recommendations? I really appreciate the time taken to read this and for any orientation. Thanks! Saga
Update:
On a hunch I removed all style formatting from the Button tags and the Div on my ASPX. Resulting in the following code:
<div><asp:Button ID="btnSq1" runat="server" Text="Button" /><asp:Button ID="btnSq2" runat="server" Text="Button" /><asp:Button ID="btnSq3" runat="server" Text="Button" /><asp:Button ID="btnSq4" runat="server" Text="Button" /><asp:Button ID="btnSq5" runat="server" Text="Button" /><asp:Button ID="btnSq6" runat="server" Text="Button" /><asp:Button ID="btnSq7" runat="server" Text="Button" /><asp:Button ID="btnSq8" runat="server" Text="Button" /><asp:Button ID="btnSq9" runat="server" Text="Button" /></div>
It ran fine, without any formatting, of course. I then changed the CSS file, ran it and again I got the directory listing. I then went back and added the class to the Div and Button tags, ran it again and it worked fine. After more testing I concluded the following:
When I modify the CSS file, even adding a comment, and run the site the directory listing comes up.
After the directory listing comes up, if I modify anything in the ASPX file, and run, the correct content is presented
Modifying the CSS after the directory listing come up does not change anything. It is only after I modify the ASP file that the correct content is displayed
Exiting VS and opening the project again does not fix the problem
Even adding a comment in the ASPX file, after the directory listing comes up, will fix it.
Editing the CSS file and then editing the ASPX and then running the project will cause the correct content to display.
This is so bizarre!
Hi. I am new to using Git with Visual Studio 2015.
I opened a website and was able to do the initial commit.
After that I made some changes and wanted to save it as a different branch. But the commit button is grayed out. Is this wrong? Am I supposed to do something different?
Thanks!
Hello,
I have a button on a form which writes data to a database. Code works fine. When I'm in design view in Visual Studio however, and double-click on the button to go to the underlying code, something I've not seen before happens.
Normally the code would look like this:
<VB>
Protected Sub btnSaveToDB_Click(sender As Object, e As EventArgs) Handles btnSaveToDb.Click
</VB>
Double-clicking on the button in design view, however, produces this:
<VB>
Protected Sub btnSaveToDB_Click(sender As Object, e As EventArgs) Handles btnSaveToDb.Click, btnSaveToDb.Click
</VB>
and so on. What's really strange is that the code would then be executed twice! I am using the code to write data from one table to another and was puzzled by why twice the number of records as I expected was being saved. It took a while before I saw the problem.
My question is why is this behaviour occurring and how do I prevent it?
Thanks for your help.
Hello Everyone,
In Visual Studio 2015 I would like to add a link to my JavaScript library which I use in multiple project.
It seems the Add Existing Item -> As Link has disappeared.
Is there another way in the meantime to accomplish the same?
I would appreciate any help greatly, Thanks, Kind Blessings