blog.easyciel.net author="Patrick Rabian" about="c#, sharepoint, biztalk, team system resources" more="news, samples, tips for .NET world's developers !"

News super MIX !

Saturday, 10 June 2006 23:53 by prabian

As I haven’t too much time, I post a mix of news :

 Web Access for team foundation server :

 Biztalk Server 2006 R2 announced : http://www.microsoft.com/presspass/press/2006/jun06/06-06EtEBusinessProcessPR.mspx

 A book on Team System : "Professional Visual Studio 2005 Team System " announced on : http://www.dotnetjunkies.com/WebLog/christopherbowen/archive/2006/06/01/139456.aspx

 Sample french application to manage your wine bottles. Made with Express versions of Visual Studio and Sql Server 2005 :  http://www.microsoft.com/france/msdn/vbasic/macaveavin/introduction.mspx

 Visual studio team edition for database professionals : http://www.genewebb.com/MyDNN/Portals/0/Public/Visual Studio Team Edition For Database Professionals.ppt

 For video fans, "Redo" summarize a link list : http://blogs.developpeur.org/redo/archive/2006/06/09/que_regarder_soir_a_la_tv.aspx after a first one called "VB @ the movies : http://msdn.microsoft.com/vbasic/atthemovies/download/

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   News
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Default windows system debugger

Thursday, 8 June 2006 08:46 by prabian

Look at the registry : [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]
You will find the following values if visual studio .NET is the default debugger :

"Auto"="1"
"Debugger"="\"C:\\WINNT\\system32\\vsjitdebugger.exe\" -p %ld -e %ld"
"UserDebuggerHotKey"=dword:00000000

If the value of Auto is set to 1, then the system will automatically spawn the debugger that is specified in the Debugger value.
If the value of Auto is set to 0, then the system will generate a pop-up window.

For example, If you want to use visual Studio 6.0, you can set "Debugger" to :

"C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\msdev.exe" -p  %ld -e %ld

Moreover, you can enable/disable just-in-time debugger from Visual Studio .NET. Go to menu ‘Tools / Options / Debugging / Just-In-Time’ and check/uncheck the following values :

[x] Managed
[x] Native
[x] Script

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   .NET Projects
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Windows Vista Beta 2 Available

Friday, 2 June 2006 17:51 by prabian

Vista Beta 2

You can get vista beta 2 from MSDN or by participating to the program named ‘Windows Vista Customer Preview (CPP)’.

 From MSDN a DVD version of 3200 MB is available with :

  • Windows Vista Ultimate Beta 2
  • Windows Vista Business Beta 2
  • Windows Vista Home Premium Beta 2
  • Windows Vista Home Basic Beta 2
  • For driver developers, a development kit is also available (2392 MB) : Windows Vista Beta 2 Windows Driver Kit (WDK)

    Ms link for beta 2 development : http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/

  • Long vista !

  • Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5