This ASP.NET C# .NET 4.5.1 application was created with Telerik in 2018? and has not been used for a few years because of the pandemic. The programmer who knew Telerik retired and I have no experience with Telerik. Now, it will not compile. This software is a culinary reservation system, so nobody is able to make reservations. It gets the following error:
Severity Code Description Project File Line Suppression State
Error 'Could not load file or assembly 'Telerik.Web.UI, Version=2018.3.910.45, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)' GTCC_Culinary C:\Users\ssjohnson\OneDrive - Guilford Technical Community College\Documents\Projects\Culinary\GTCC_Culinary-main\GTCC_Culinary\LC
I believe that this has something to do with a gridview because an error I saw on the server pointed to line 335.
Here are the Telerik references in the project:
Hi Sheila, you originally opened this case as a native Windows application. However, this is for UI for ASP.NET AJAX's RadGrid, which is a different product and an entirely different team of engineers. I'm guessing you did that because didn't see a Techcnial Support option for AJAX, this is because your account's Technical Support license expired in 2019, so I cannot convert this to a 24 hour Priority Support case.
However, I can still get you help for this by using the Q&A. For your convenience, I have already converted the case to a UI for ASP.NET AJAX Q&A post and applied the Grid tag. Although we do our absolute best to answer Q&A posts within a few days, it could take longer if the Priority Support demand is very high that week.
Note: I do not see any sensitive information in the error or screenshot, but if you would like to obfuscate anything, you can edit the post.
Intermediate suggestions
While you await the team's response, I do have a comment. I am most concerned that the project is in a OneDrive folder. This can come with unforeseen consequences, the most critical issue arise from:
If the project is using OneDrive as a form of source control, this is also a problem for the same reasons (especially the MAX_PATH problem for transient obj and bin file paths). I recommend switching to a real version control like git or TFS, which is much more resilient and can handle the nuances that code and compilations files require.
My short-term recommendation would be for you to try the following:
IMPORTANT:
If you did not intentionally put this code in your OneDrive, then this likely happened because your OneDrive settings are set to "sync my PC folders to OneDrive" setting.
I have seen this issue surprise a lot of people who thought they had a separate local and OneDrive folders.
When you're done, please come back and reply to my comment with an update. I'll be keeping a close eye on things to try to ensure the UI for ASP.NET engineers can get to this in a timely manner.