CSLA 4.2 on mono testing

CSLA 4.2 on mono testing

Old forum URL: forums.lhotka.net/forums/t/10631.aspx


porcupine posted on Tuesday, August 23, 2011

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

JonnyBee replied on Tuesday, August 23, 2011

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.

porcupine replied on Wednesday, August 24, 2011

Hello,

thank you!

Copyright (c) Marimer LLC