Posts Tagged ‘asp.net’

ASP.Net Razor and VB

Find a VB syntax reference for ASP.Net Razor is proving difficult. Most Razor samples are C#. This tutorial is the best that I’ve found so far. http://www.asp.net/webmatrix/tutorials/asp-net-web-pages-visual-basic

Continue reading »

"The breakpoint will not currently be hit" "The source code is different then the original version"

Big thanks to ThatOneDeveloper! His post about fixing ASP.Net debugger was a big help. http://development.thatoneplace.net/2009/04/breakpoint-will-not-currently-be-hit.html “The breakpoint will not currently be hit. The source code is different then the original version” … So to fix the problem: Close out Visual Studio and make sure any instances of ASP.NET development server are closed as well. Delete [...]

Continue reading »

Linq to SQL DataContext.Attach Heartaches

I was stunned that Microsoft has made disconnected updates with Linq so difficult. Didn’t they realize that a large chunk of their developers would be using ASP.NET or WCF? Some of the more cryptic errors are: “An entity can only be attached as modified without original state if it declares a version member or does [...]

Continue reading »