I'm having trouble building CSLA 4.2 on mono.
I've just downloaded the source code and opened up csla.mono.sln in MonoDevelop. When I try to build it, it gives me the following error:
Building: csla.mono (Debug)
Building Solution csla.mono
Building: Csla (Debug)
Performing main compilation...
Generating satellite assembly for 'ca-ES' culture with al
Error while trying to invoke 'al' to generate satellite assembly for 'ca-ES' culture:
The system cannot find the file specified
Build complete -- 1 error, 0 warnings
I'm sure it must be something very simple, but I'm stuck! Any help appreciated
George
Hi,
Unfortunately - MonoDevelop does not build satellite assemblies for resource files properly on Windows OS.
You can build CSLA 4.2 with Visual Studio and use the compiled assemblies in Mono and MonoDevelop
or remove the translated resource files to make it build in MonoDevelop.
Hello,
thank you!
Copyright (c) Marimer LLC