by bilalamjad | Mar 24, 2019 | .NET, ASP.NET, Different errors and their solutions
If you receive the error “A potentially dangerous Request.Path value was detected from the client (&) ” don’t panic and do not waste your time at all because this error occurs when you pass any special character like “&” in your...
by bilalamjad | May 24, 2018 | .NET, ASP.NET, C#, Different errors and their solutions
Among my list of commonly occur error one of the most disturbing error for new coders is “object reference not set to an instance of an object” . Null reference errors are responsible for a good percentage of all application bugs. They are usually very...
by bilalamjad | Mar 24, 2018 | .NET, ASP.NET, Different errors and their solutions
So while developing an ASP.NET MVC Web application you might face this error because of the maximum default length of a web request is exceeded in terms of customers. So I am going to tell you how you can fix it by simply modifying your web.config file: If you are...
by bilalamjad | Jan 14, 2016 | Different errors and their solutions
Guys this error was occur when i was creating a RSS Feed application. The error was actually: A first chance exception of type ‘System.Windows.Markup.XamlParseException’ occurred in System.Windows.ni.dll Additional information: Cannot create instance of...
Recent Comments