KB2736182 does not apply, or is blocked by another condition on your computer.

Ahmed Mohammed ElDesouky 1 Reputation point
2021-06-15T13:53:13.357+00:00

hi, please
i am trying to setup VS10SP1-KB2736182.exe or VS10sp1-KB983509.exe
but they both fail

i faced an error that says: "Signature verification for file VS10sp1_x86.msi"

so tried to set my PC time to 2011 Feb1, But another error comes:
"Exe (C:\Users\AEMAM~1.ARC\AppData\Local\Temp\Microsoft Visual Studio 2010 Service Pack 1_10.0.40219\SetupUtility.exe) succeeded.
Exe Log File: dd_SetupUtility.txt
Final Result: Installation failed with error code: (0x800C0019), "Security certificate required to access this resource is invalid. " (Elapsed time: 0 00:04:03).
"

can you please help, iam trying to install SP1 because i get an error everytime i open my project that says:
"The Web project 'ProjectName' requires missing web components to run with Visual Studio." ASP.NET Web pages with Razor syntax 2.0.0.0"

i've been searching for days..
https://stackoverflow.com/questions/19769062/web-project-requires-missing-web-component-asp-net-web-pages-with-razor-syntax-3

best regards

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,594 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
962 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Michael Taylor 47,806 Reputation points
    2021-06-15T15:20:45.237+00:00

    VS 2010 is no longer supported. It supposedly will run on Win10 but only after installing SP 1. However at some point it'll likely simply stop working because of broken dependencies. Since it is not supported anymore there won't be any updates to make it work.

    Note, changing the data of your machine will not work.

    What you should really do is install Visual Studio 2019. Ensure you have selected the workload for ASP.NET MVC 4 support. Then open your project in that version. If you are using Webforms it'll just work. MVC < 4 will need to be updated. You need to do that anyway for security reasons.

    0 comments No comments

  2. Ahmed Mohammed ElDesouky 1 Reputation point
    2021-06-16T11:32:02.987+00:00

    @Michael Taylor thanks for your reply, actually our company just got a client with a legacy project that works only on vs21010 as it has specific versions of ext.net framework & also crystal reports.

    the idea of upgrade isn't on the table at least this year, and if so, we still need to be able to run the project & see it running.

    my windows is 8.1 and it looks like the main problem that if solved; mostly everything else will be solved is installing vs2010 sp1, or to be precise any kb related to vs2010 fails "**does not apply, or is blocked by another condition on your computer. Please see http://go.microsoft.com/fwlink/?LinkId=**"

    note: i have VS2013 & 2015 & 2019 installed on my machine, but the project will load only on 2010.
    thanks again @Tianyu Sun-MSFT @Michael Taylor