sln-file

Where solution build order is saved

拥有回忆 提交于 2021-02-07 21:01:50
问题 I have a solution which contains multiple projects (csproj & btproj). I'm actually running BizTalk 2013 R2, so I'm developing under Visual Studio 2013. I have many powershell scripts to deploy my applications and I have to enhance them. I need to read or determine the projects build order of a solution to deploy my assemblies in this order. Ok I can get it under "Project->Project Dependencies", but where are these informations stored ? Or how can I determine them programatically with

How do I add versions to “Visual Studio Version Selector”, my list is empty

核能气质少年 提交于 2021-01-27 04:00:55
问题 I have VS 2008, 2010, and 2012 installed. Initially, VS2013 Team Explorer was installed (Shell only). I uninstalled that. Now, the Visual Studio Version Selector shows an empty list when executing a .sln file. Nothing shows. How can I repopulate this list? Where is it stored? Registry? I tried to find entries, but since it doesn't actually have any items in the list, I couldn't search for a specific string. 回答1: I just encountered the same issue after installing Visual Studio 2015 parallel to

How do I add versions to “Visual Studio Version Selector”, my list is empty

半世苍凉 提交于 2021-01-27 03:59:18
问题 I have VS 2008, 2010, and 2012 installed. Initially, VS2013 Team Explorer was installed (Shell only). I uninstalled that. Now, the Visual Studio Version Selector shows an empty list when executing a .sln file. Nothing shows. How can I repopulate this list? Where is it stored? Registry? I tried to find entries, but since it doesn't actually have any items in the list, I couldn't search for a specific string. 回答1: I just encountered the same issue after installing Visual Studio 2015 parallel to

How do I add versions to “Visual Studio Version Selector”, my list is empty

﹥>﹥吖頭↗ 提交于 2021-01-27 03:59:03
问题 I have VS 2008, 2010, and 2012 installed. Initially, VS2013 Team Explorer was installed (Shell only). I uninstalled that. Now, the Visual Studio Version Selector shows an empty list when executing a .sln file. Nothing shows. How can I repopulate this list? Where is it stored? Registry? I tried to find entries, but since it doesn't actually have any items in the list, I couldn't search for a specific string. 回答1: I just encountered the same issue after installing Visual Studio 2015 parallel to

How do I add versions to “Visual Studio Version Selector”, my list is empty

大城市里の小女人 提交于 2021-01-27 03:56:34
问题 I have VS 2008, 2010, and 2012 installed. Initially, VS2013 Team Explorer was installed (Shell only). I uninstalled that. Now, the Visual Studio Version Selector shows an empty list when executing a .sln file. Nothing shows. How can I repopulate this list? Where is it stored? Registry? I tried to find entries, but since it doesn't actually have any items in the list, I couldn't search for a specific string. 回答1: I just encountered the same issue after installing Visual Studio 2015 parallel to

Visual Studio 2017 hangs while loading a solution

为君一笑 提交于 2020-01-06 06:44:56
问题 I have a solution containing 4 projects. One .NET Framework project (Ananas) Two .NET Core project (Bananas & Cherries) One Xamarin project (Dewberries) Every time I start Visual Studio 2017 Community (15.6.2) and load the solution, it hangs itself while loading in the first project (Ananas). I can sit and wait for it to load for 30 minutes or more, but the progress bar will just keep animating. I have to totally kill Visual Studio to stop this. If I then delete the solution folder, and

Why am I getting, “Object reference not set to an instance of an object.” but no line of code is implicated?

会有一股神秘感。 提交于 2019-11-27 09:47:00
When I try to build my VB.NET solution, I get the error, "Object reference not set to an instance of an object." but in the Error List pane, the File, Line, Column, and Project columns are blank: How can I solve the problem if it won't tell me where it is? UPDATE I selected the Project, then "Show Project Dependency Diagram" and got this: I don't know what I'm looking at. UPDATE 2 I don't know if this is unusual or to be expected, but if I mash F5, I do get a page in a browser ( http://localhost:2030/ ) without any err msg; granted, the page looks like North Dakota from an airplane in winter.

Why am I getting, “Object reference not set to an instance of an object.” but no line of code is implicated?

最后都变了- 提交于 2019-11-26 14:50:35
问题 When I try to build my VB.NET solution, I get the error, "Object reference not set to an instance of an object." but in the Error List pane, the File, Line, Column, and Project columns are blank: How can I solve the problem if it won't tell me where it is? UPDATE I selected the Project, then "Show Project Dependency Diagram" and got this: I don't know what I'm looking at. UPDATE 2 I don't know if this is unusual or to be expected, but if I mash F5, I do get a page in a browser (http:/