473,385 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How to fix "satellite assemblies required are loadable and fully signed" error?

Hi,
Env:
Windows XP,
Visual Studio 2008,
Target Framework: .Net Framework 3.5
C#,
POS for .NET v1.12 SDK

I am developing a custom MSR Service Object (PoshMsr.cs) based on ExampleMsr.cs.

There is an issue with the TargetInvocationException exception:

1. Make sure "Strings.resources" was correctly embedded or linked into assembly "POSH_MSR_SO" at compile time,
2. or that all the satellite assemblies required are loadable and fully signed.

I don't know if it is 1. or 2.
The exception is thrown after this code in the Service Object (PoshMsr.cs)

Expand|Select|Wrap|Line Numbers
  1.     public PoshMsr()
  2.     {
  3.       // Initialize ResourceManager for loading localizable strings
  4.       rm = new ResourceManager("Strings", Assembly.GetExecutingAssembly() );
  5.  
  6.       // Initialize device properties
  7.       Properties.CapIso = true;
  8.       Properties.CapTransmitSentinels = true;
  9.       Properties.DeviceDescription = rm.GetString("IDS_MSR_DEVICE_DESCRIPTION");
  10.     }
  11.  
The default SO Microsoft.PointOfService.ExampleServiceObjects.dll is signed
but POSH_MSR_SO.dll is not signed.

Does the dll need to be signed and How can I sign the dll ?

Thanks
Feb 10 '11 #1
0 1935

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Rob R. Ainscough | last post by:
I keep getting this error message when I build my solution: Error: The dependency 'xxx.xx.xx, Version=1.0.2067.27633, Culture=neutral' in project 'xxx.xx.xx' cannot be copied to the run directory...
1
by: Vagabond Software | last post by:
I have added a few custom Description Attributes to an assembly. I have read that in order to make those Attributes culture neutral, I would have to create a custom Attribute class derived from...
0
by: Ajoy Kumar | last post by:
Hi, Firstly, I have created an Assembly with RlinkPMBAPIRes.dll Secondly, I have created an Assembly with TestRes.exe which is the calling application. 1. RlinkPMBAPIRes RlinkPMBAPIRes...
0
by: Luis Esteban Valencia | last post by:
Hello I have this error when I submit the page with the following code. I had never see this kind of errors. Thanks private void btnsubmit_Click(object sender, System.EventArgs e) { ...
0
by: Rob Dob | last post by:
Hi, I have a VS2003 C# asp.net project that has been converted into a VS2005 project. Everything seemed to work well until I make a modification to anything within the Component Designer...
3
by: Yusuff | last post by:
Hi, I Have created an external assembly to generate a GUID. The class is static. I am trying to access it in the Message Assignment shape in the orchestration. It seems that I can access the...
0
by: Ken | last post by:
I got the message like the subject. the web application work just fine in local box. however, it didn't work in other server. I got this error. Anyone has a idea??? ================ Could...
3
by: Mike | last post by:
Hi I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type...
0
by: manojuniverse | last post by:
Hi, I am getting this error "Could not load file or assembly 'AjaxPro.2, Version=6.9.15.2, Culture=neutral, PublicKeyToken=4735ae9824c7d3ec' or one of its dependencies. Failed to grant permission...
3
by: EricW | last post by:
Hi, When I run a class I get this message: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "F_E_I_T.Remove.resources" was correctly...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.