Got this error today while tinkering with some code in Visual Studio 2013: “Changes are not allowed while code is running”. I did click run earlier to check on something, but I had closed out the browser. So, to me, the code wasn’t running. But really it was. I scratched my chin for a second […]
Auto-Format VS2010 Source Code
I had to dig up this handy tip earlier so figured I’d repost it – both for myself and for others looking to make their code cleaner without manually respacing and indenting everything. http://www.orcsweb.com/blog/brad/auto-format-vs2010-source-code/
ASP.NET, Development/Coding, Visual StudioResolving a “There is a duplicate ‘system.web.extensions/scripting/scriptResourceHandler’ section defined” Error
People get this error a lot when upgrading an ASP.NET 2.0 application to ASP.NET 4.0. Here is a link to common ASP.NET 4 Breaking Changes: http://www.asp.net/learn/whitepapers/aspnet4/breaking-changes#0.1__Toc256770149 And here is the section that applies to this error: “The workaround for the second scenario is to delete or comment out all the system.web.extensions configuration section definitions and […]
ASP.NET, cytanium, Development/Coding, Hosting, IIS, OrcsWeb, System Administration, tip, Troubleshooting, Visual Studio, WebMatrix, Windows