Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

510
Views
persistent rzc discover exited with code -2147450730

I understand this is usually a pointer error. However, I can't seem to solve it here is what I have tried:

  • Repair visual studio
  • Repair .NET core
  • Reinstall visual studio
  • Reinstall .NET core
  • Clean and rebuild the solution

After doing all of these I am still getting the same error. Does anyone have any more ideas on how I could solve this issue? In case it is needed it is being triggered on line 79 of Microsoft.AspNetCore.Razor.Design.CodeGeneration.targets which is the following code block

  <RazorTagHelper
  Debug="$(_RazorDebugTagHelperTask)"
  DebugTool="$(_RazorDebugTagHelperTool)"
  ToolAssembly="$(_RazorToolAssembly)"
  UseServer="$(UseRazorBuildServer)"
  ForceServer="$(_RazorForceBuildServer)"
  PipeName="$(_RazorBuildServerPipeName)"
  Version="$(RazorLangVersion)"
  Configuration="@(ResolvedRazorConfiguration)"
  Extensions="@(ResolvedRazorExtension)"
  Assemblies="@(RazorReferencePath)"
  ProjectRoot="$(MSBuildProjectDirectory)"
  TagHelperManifest="$(_RazorTagHelperOutputCache)">
  <Output
    TaskParameter="TagHelperManifest"
    ItemName="FileWrites"/>
</RazorTagHelper>
over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

In my case i solved installing dotnet-hosting-6.0.5-win.exe

https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-6.0#common-errors

over 4 years ago · Santiago Trujillo Report

0

I managed to solve this by having to install an older depreciated version of .NET alongside the version of .NET being used for the project with the older version that was required to be installed being version 2.0.9

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!