View Single Post
  #2  
Old 12-02-2004, 09:48 AM
CRogers CRogers is online now
Registered User
 
Join Date: 07-02-2003
Posts: 6
Follow-up: The <Assembly: AssemblyKeyFile("...")> property in my AssemblyInfo.vb file had been using a relative pathname to the key file. I just discovered that if I use an absolute pathname, the build can handle it. However, this isn't an ideal solution, as it removes some amount of location-independence from my project.
Reply With Quote