Satellite Assemblies using AL.exe and /embed

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

Hi

I am trying to run a bat files using AL.exe and have 1 question

I can run the exe this way - all is fine

"C:\WINNT\Microsoft.NET\Framework\v2.0.50727\al.exe" /t:lib /culture:es-ES
/embed:C:\Test\MyName.Space.LoginForm.es-ES.resources
out:resources.dll


if I remove the full path to the embed file I get a AL1022 error

"C:\WINNT\Microsoft.NET\Framework\v2.0.50727\al.exe" /t:lib /culture:es-ES
/embed:MyName.Space.LoginForm.es-ES.resources
out:resources.dll

Any ideas???

Thanks
 
Back
Top