Jetbrains Rider slow debug startup compared to Visual Studio 2017 - rider

Im currently working on a monolothic ASP NET MVC 5, .Net 4.6.1 web app and i have problem with the debug startup time in JetBrains Rider. When using Visual studio 2017 it takes around 60 seconds for the entire web app to start but with Rider it takes atleast 3 minutes. I havent changed the default debug settings.

Related

.NET MAUI project properties is not loading in Visual Studio 2022

I have created a .NET MAUI application with Visual Studio 2022 on Windows and when I do right click on .NET MAUI project in Solution Explorer and navigate to Project Settings, the UI editor tries to initialize and stucks in a screen saying "Loading Properties...". I am waiting for a few minutes and nothing happens. I also tried to reproduce in a new project and I have the same behavior. I also tried in Visual Studio 2022 (Preview) and same behavior here. I have updated both Visual Studio 2022 (Professional & Preview) and I have the same behavior. Any ideas why this happens ?
The only time project settings worked was only I accidently opened the Android manifest file. Then I tried to reproduced it again and nothing happens.

.Net Framework 4.8 builds not starting on Windows 10 laptops which doesn't has Visual Studio installed

Using Visual Studio 2022 and building a .Net Framework 4.8 application. It works perfectly on the VS runtime and through the EXE file that is generated inside the bin/Debug folder on my machine. It also works on other Windows 10 machines that has Visual Studio 2022 installed.
However, other windows 10 machines which has .Net Framewordk 4.8 installed but doesn't has Visual Studio 2022 installed, the EXE is not opening on these machines. Neither does it gives any error or message. There is absolutely nothing in the System Events to debug, and the process is getting exited with Exit Code 0.
Is anyone else facing the same?
PS- Not facing this issue with .Net Framework 4.6.1

Universal Windows App Visual Studio 2015 Community no designer, no controls in toolbox, no properties

I am using Visual Studio Community 2015 to create Universal Windows App.
I am facing following problems-
1. No designer view.
2. No controls in toolbox.
3. Property window don't show any properties of control.
4. No phone emulators are shown after installing EmulatorSetup.exe
Visual Studio Installed Components are as follows
Microsoft Visual Studio Community 2015
Version 14.0.24720.00 Update 1
Microsoft .NET Framework
Version 4.6.01055
Installed Version: Community
Visual Basic 2015 00322-20000-00000-AA136
Visual C# 2015 00322-20000-00000-AA136
Visual C++ 2015 00322-20000-00000-AA136
Application Insights Tools for Visual Studio Package 4.2.60128.3
ASP.NET and Web Tools 2015.1 (Beta8) 14.1.11106.0
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
ASP.NET Web Frameworks and Tools 2013 5.2.30624.0
Common Azure Tools 1.5
JetBrains ReSharper Ultimate 10.0.2 Build 104.0.20151218.120627
JSLint.NET for Visual Studio 2.2.0
Microsoft Azure Mobile Services Tools 1.4
NuGet Package Manager 3.3.0
PreEmptive Analytics Visualizer 1.2
SQL Server Data Tools 14.0.50616.0
TypeScript 1.7.6.0
Visual Studio Tools for Universal Windows Apps 14.0.24720.00
Web Essentials 2015.1 1.0.209
I have had the same problem and the only way I have got the designer to work is (and this should work if build 10240 is acceptable for your development):
Open your project
Go under "Project" to "Properties"
Select "Application" on the left and change BOTH the target version and the min version to "Windows 10 (10.0; Build 10240)
Once you do that the XAML designer will start working again. I've had to do this on 4 different workstations and it's worked everytime.
As to why build 10568 doesn't work? Got me, agile development, will be fixed in a patch? :p
I had the same problem and could not change BOTH versions to Build 10240 as the Application listbox only showed 10586 in Properties/Application. I thought I could arrange that by editing the .csproj file, which is XML after all, but any change there makes all files in the Solution Explorer immediately unavailable. Then I noticed (running Winver.exe) that my W10 still shows build 10240 despite regularly (but not automatically) running Windows updates. Despite multiple solutions tried, this didn't change. I finally used the MediaCreation Tool to download a new Windows 10 on a USB stick and reinstalled Windows 10, preserving apps and data. And now I am really on 10586 ...and the Design mode shows again when I open my project.
I hope this helps a few!
If you are looking for the SSIS toolbox, click SSIS tab, then SSIS Toolbox.

MVC 4 Windows 10 + Visual Studio 2015 /2013

I have just updated my developer machine and stupidly updated to Windows 10 and Visual Studio 2015 at the same time. Since updating my MVC4 applications intellisense is saying "The name 'model' does not exist in the current context" along with ViewBag etc. I have searched and tried most of the things people have mentioned about the Web.Config Versions and NuGet etc. I even tried going up in .Net Versions to 4.6 which has made no difference. I have reopened it in Visual Stidio 2013 and the issue has migrated to there as well.
Any ideas where I should be looking? The application runs fine its just the intellisense.
Thanks
Chris

VB.NET application requests .NET 4.5 even though I built it to use .NET 3.5

I created an application in VB.NET Visual Studio 2013. I set the target as .NET Framework 3.5 (through Solution Explorer -> Application Properties), but when I rebuild the application and run it in another system, it asks for .NET 4.5 to run the application.
I checked several times, and I have definitely selected only 3.5 in my source.
same problem happened with me
Use ccleaner
clean the cache and regex errors
launch vs 2013 again
( PS : before you build the app select 3.5 framework at the start )