Satellite Assemblies using AL.exe and /embed

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
 
G

Guest

Probably because MyName.Space.LoginForm.es-ES.resources is not in the current
directory.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top