While creating a sample Spec Explorer application, you have this feeling of being lost. The thing is if you follow the steps of the Modeling Guidance (using the "Author a model from scratch" option), you'll soon get lost since the steps and the sample code are not consistent and continuous.
Tuesday, November 10, 2009
Spec Explorer - Visual Studio Encountered An Exception
While I was playing around with Spec Explorer and I hit this error:
After this, very simple IDE operations like Copy/Paste are not working. I have to restart Visual Studio 20101 Beta 2. It's getting a little bit frustrating.
And the thing is, once the above error was encountered you have to close Visual Studio 2010 using the Task Manager since closing it using it's own window is of no use since you'll keep on seeing this again and again:
After this, very simple IDE operations like Copy/Paste are not working. I have to restart Visual Studio 20101 Beta 2. It's getting a little bit frustrating.
And the thing is, once the above error was encountered you have to close Visual Studio 2010 using the Task Manager since closing it using it's own window is of no use since you'll keep on seeing this again and again:
Sunday, October 25, 2009
Missing "ADO.NET Entity Data Model" Template in Visual Studio 2010 Beta 2 Ultimate Edition
When I installed the Microsoft Visual Studio 2010 Beta 2 Ultimate edition, I wanted to know how the ADO.NET Entity Data Model can make me forget my good experience with LINQ To SQL. Unfortunately after much searching, I can't seem to find a way to add it to my project, whether it's a web project or a windows application I'm working on.
Subscribe to:
Posts (Atom)
What a line of code
I didn't know this line of code (in any language) will make sense but apparently it does: auto l = [](){}; Look at all those bracke...
-
After reading and playing around with the steps mentioned in Scott Mitchell's excellent tutorial on 3-Tier ASP.NET Architecture (the fir...
-
using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using S...
-
I just got a new machine, an Acer laptop with enough bells and whistles to make a developer happy (Core 2 Duo, 2GHZ, 2 GB RAM). As usual I ...