No VisualDDK debug menu items in VS2005!

Sysprogs forums Forums VisualDDK/VirtualKD discussion No VisualDDK debug menu items in VS2005!

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #203
    Anonymous
    Participant

    i cant see the VisualDDK debug commands in VS 2005 debug menu.only Driver Wizard is available.
    what’s wrong?

    #1448
    Anonymous
    Participant

    I have same problem in VS2010

    #1449
    winroot
    Participant

    1 record Visual studio log. devenv.exe /log d:log.xml Launch vs
    2 close devenv.exe
    3 view log file ,found stdole.dll cann’t be load.
    4 copy stdole.dll to C:WINDOWSassembly
    5 restart vs that’s ok

    #1450
    airmax
    Participant

    Debug menu items not appear if solution consist of several solutions, and driver project is inside one of them.
    For example:

    
    ComplexSolution
    -Solution1
    --DriverProject <--
    --Project12
    -Solution2
    --Project21
    --Project22
    

    VS2010, VisualDDK 1.5

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.