View Single Post
  #1  
Old 02-23-2009, 04:53 PM
brizeka brizeka is online now
Registered User
 
Join Date: 07-21-2004
Location: NJ
Posts: 6
Running Assembly Linker from the Project

I have program (.exe) running from within a .BLD file and it in turn attempts to launch AL.exe (Assembly Linker). The attempt to execute AL.exe fails with the System.IO.FileNotFoundException. I know running the .BLD file from a VS Tools - Command Prompt will work. Instead of having each developer go through that process I was hoping for a solution from within the Visual Build Pro tool.

I have tried to create macros for FrameworkDirectory and FrameworkVersion (with the environment checkbox), but the "external program" does not recognized them as Environment Variables.

Any ideas of how I can make this work?
Reply With Quote