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:
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:
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:
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:
LINQ to SQL and Entity Framework don’t support the geometry data type…
boo…
No related posts.
No related posts.