ekalavya
ekalavya
CC#
Created by ekalavya on 5/30/2023 in #help
✅ C# Could not load file or assembly 'Newtonsoft.Json
Get-Project –All | Add-BindingRedirect this command solved the issue reason was multiple version of Newtonsoft.Json
13 replies
CC#
Created by ekalavya on 5/15/2023 in #help
❔ How can I solve this error "does not exist in current context" in C#?
I found the answer the issue was discontinuation of support for webform in visual studio. For webform to work as intended I had to install .NET Framework project and item templates. Then It worked fine.
8 replies
CC#
Created by ekalavya on 5/15/2023 in #help
❔ How can I solve this error "does not exist in current context" in C#?
Yes it's webform . Ok will work on that actually hardware and other restrictions at deployment site dictated use of old tech asp.net webform
8 replies
CC#
Created by ekalavya on 5/15/2023 in #help
❔ How can I solve this error "does not exist in current context" in C#?
If issue is with web.config request guide me with that
8 replies