CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    210

    Use of ngenx (no image found)

    Hi,

    I tryed to use ngen.exe to make my app native, but I cannot find the final file in the assembly cache under %WINDIR%\assembly .

    What is wrong?
    Usage was: ngen.exe install myapp.exe

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: Use of ngenx (no image found)

    The result should be in %WINDIR%\assembly\NativeImages*
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

  3. #3
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    210

    Re: Use of ngenx (no image found)

    yes, it "should", but there is not even that subfolder "nativeimages" or sth similar :-(

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured