Vista, Visual Studio and DEP

I’m done. Here is how to disable DEP

Right Click on Command Prompt
Click on Run as Administrator
Click the Allow button if it asks you for permission bcdedit.exe /set {current} nx AlwaysOff
Enter and: Operation Completed Successfully
Reboot

Related posts:Visual Studio 2008, F2, Rename For some reason Visual Studio 2008 has F2 mapped to…Visual Studio [...]

Related posts:

  1. Visual Studio 2008, F2, Rename For some reason Visual Studio 2008 has F2 mapped to…
  2. Visual Studio “The path is not of a legal form” bug Fixed (for me) Short and sweet, I had Visual SVN both and…
  3. Visual Studio, Wizards, Project Templates and Unsigned DLLS If, after you followed all the steps at http://msdn.microsoft.com/en-us/library/ms185301(VS.80).aspx…

Silverlight, Actions and Prism

When using Prism for composition in Silverlight how do I attach actions between modules?
Am I forced to use the event system or is there a way to set the TargetName for my Actions to the name of a UserControl in a different module?
For Example:
<Image Height="40" HorizontalAlignment="Right" VerticalAlignment="Bottom" Width="40" Source="/SilverlightDemo.MainToolbar;Component/Images/i_chart.png" Stretch="Fill" Canvas.Left="222" Canvas.Top="55">                <i:Interaction.Triggers>                        <i:EventTrigger EventName="MouseLeftButtonDown">                                [...]

Related posts:

  1. ESRI Silverlight Map vs. Prism Regions After a day or so of working with Silverlight it…
  2. Thoughts on Silverlight In a recent post Jamie Kosoy, who I believe is…

ESRI Silverlight Map vs. Prism Regions

After a day or so of working with Silverlight it became quite apparent that you can’t, no you Shouldn’t build Silverlight LOB (Line of Business) applications without Prism.
Prism offers a way to break down your application into modules. And it uses Regions as a way to put it all back together again. Its very [...]

Related posts:

  1. Silverlight, Actions and Prism When using Prism for composition in Silverlight how do…
  2. Thoughts on Silverlight In a recent post Jamie Kosoy, who I believe is…

ESRI Silverlight Map vs. Prism Regions

After a day or so of working with Silverlight it became quite apparent that you can’t, no you Shouldn’t build Silverlight LOB (Line of Business) applications without Prism.
Prism offers a way to break down your application into modules. And it uses Regions as a way to put it all back together again. Its very [...]

Related posts:

  1. Silverlight, Actions and Prism When using Prism for composition in Silverlight how do…
  2. Thoughts on Silverlight In a recent post Jamie Kosoy, who I believe is…

Geometry data type support

LINQ to SQL and Entity Framework don’t support the geometry data type…
boo…

No related posts.

No related posts.