start .net application from start menu search
        Posted  
        
            by BorisT
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BorisT
        
        
        
        Published on 2010-05-09T19:12:32Z
        Indexed on 
            2010/05/09
            19:18 UTC
        
        
        Read the original article
        Hit count: 440
        
bla.exe (application alias) points to a .net application called wpfapp1.exe. When i add a key&value to eg. this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\bla.exe and then start application using Run -> bla.exe it starts however when i start application using windows search i get an "windows cannot find wpfapp1.exe. make sure you typed the name correctly, and then try again."
I have successfully identified problem: this error only occurs to .net applications while native one start normally (eg. firefox.exe).
So is there any .net config that i've missed during development?
© Stack Overflow or respective owner