|
| Hello.
I'm making application for Windows Mobile 5. I have signed it with
privileged test certificates, that came with visual studio 2005, in project
properties/devices/authenticode signature.
I have added two localization resource files, lets say resource.resx and
resource.fi-FI.resx. When i build the program with these two files, build
goes ok and application runs fine.
But when i try to add an additional language, lets say file
resource.sv-FI.resx, i cannot build the program. I got following error
message:
Error 7 "@(IntermediateSatelliteAssemblies)" is an invalid value for the
"SigningTarget" parameter of the "SignFile" task. Multiple items cannot be
passed into a parameter of type
"Microsoft.Build.Framework.ITaskItem". C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.CompactFramework.Common.targets 40 13
I tried to build it without signing, and now it builds ok. But i cannot run
it without signing, since i have to use few privileged API functions in it.
What to do? I need to add more languages!
|
|