I am getting this error whenever I try to visit my site: www.adityaagroindustries.com
The error is as follows:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: The compiler failed with error code -1073741502
Can anyone please help.
Thanks in advance.
Related
When I want to use comments an error is displayed :
[Error] An error occurred for 'ReturnKeyCommandArgs': StreamJsonRpc.RemoteInvocationException: Request getCompletions failed with message: The operation was aborted. à StreamJsonRpc.JsonRpc.<InvokeCoreAsync>d__143`1.MoveNext()
I have already reinstalled vs 2022 and copilot.
Thanks in advance
I was having the same issue. Updating VS fixed it (in my specific case, to 17.2.5).
I published a web app with C# MVC on IIS, but when I try to access the site, the server show this error; But I published the same web app in other Server and this run without issues. (I updated the NugetPackage)
Server Error in '/Outlet' Application.
Compilation Error
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following specific
error details and modify your source code appropriately.
Compiler Error Message: The compiler failed with error code
-2146232576.
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.36392
I'm searching for this error code but don't find any solution, someone knows the possible solution for this error code?
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
[No relevant source lines]
Source File: c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\a6f9ad3e\7d6f22eb\App_Web_ckcrdejl.4.cs Line: 0
I am keep getting this error when i try to post the data into the database in production server
My website is in C#, ASPX 2.0
I got the below error message in my ERRORlog.text
What is that? Only references I can find for "ScriptResource.axd" in my project are in web.config file.
Error Message: Error in: .../ScriptResource.axd?d=diKF0HRDsUNRWo81sxPlRIsBGEHipi8D_xLxj7KNA3lzJv1KpBnul_TgkXCGAr4jLEJV5UfPZGnyoOPyakLpOmhTB9aJQm_EQQvRt7NWOlXW4G53uIgljz1gANH8ud4gEpFhb1rmrYr0vjYoVIOCkWPMSU1&t=ffffffffcf199a8b
Error Message: This is an invalid script resource request.
i've updated to the new mvc 4 RC version released this week and after deployment to azure, i got the error message:
Method not found: 'System.Web.Http.Services.DependencyResolver System.Web.Http.HttpConfiguration.get_ServiceResolver()'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.MissingMethodException: Method not found: 'System.Web.Http.Services.DependencyResolver System.Web.Http.HttpConfiguration.get_ServiceResolver()'.
I'm using the GlobalConfiguration.Configuration object to configure all the stuff and everything works on my machine.
Could you help me with this please?
Thanks!