Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jideson

Pages: [1]
1
Support Questions / Re: An error occurred while signing
« on: November 19, 2015, 02:57:14 PM »
If I'm understanding you correctly (please bear with me, I have almost no experience with this kind of thing), the only four .dll files in my solution are:

 AdvancedHMI\obj\Release\TempPE\databaseDataSet.Designer.vb.dll

AdvancedHMI\obj\Release\TempPE\My Project.Resources.Designer.vb.dll

AdvancedHMI\obj\Debug\TempPE\databaseDataSet.Designer.vb.dll

AdvancedHMI\obj\Debug\TempPE\My Project.Resources.Designer.vb.dll

I can see no other .dll files in the solution.


2
Support Questions / Re: An error occurred while signing
« on: November 18, 2015, 09:41:43 AM »
I finally got a chance to try your recommendation with no success.  I'm still receiving the same message when I try to do a build. Any other thoughts?

3
Support Questions / Re: An error occurred while signing
« on: November 10, 2015, 03:02:02 PM »
I have used the publish function in the past, but have never had issues with editing and debugging after a publish.  In this circumstance, no I did not attempt a publish, only a debug after adding a momentary push button to one of my pages.  I located the SignTool.exe and ensured that the capicom.dll exists in the same directory. 

4
Support Questions / An error occurred while signing
« on: November 10, 2015, 07:58:13 AM »
I recently did a build on an ongoing project and got the following message:

An error occurred while signing: Failed to sign bin\Debug\app.publish\AdvancedHMI.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please copy the latest version of CAPICOM.dll into the directory that contains SignTool.exe. If CAPICOM.dll exists, you may not have proper permissions to install CAPICOM.   AdvancedHMI   

Up until yesterday the project was building fine with each change.  I set it aside for a few weeks to work on more pressing projects and when I returned to it the above message was received each time I tried a build or debug.  Any ideas?  I'm very new to visual studio.   

5
Support Questions / Re: MessageListByBit Questions
« on: September 01, 2015, 11:10:25 AM »
Thanks Archie,

I tried the MessageListByBit twice on a different page and it worked without an issue. I must have done something wrong in my first attempt.

6
Support Questions / MessageListByBit Questions
« on: August 31, 2015, 01:45:50 PM »
Hello all,

Fairly new user here, I've been playing with this wonderful software now for a couple of months and am finding a great many uses for it. I've been using the MessageListByBit to display both fault messages and status messages.  I have placed 2 MessageListByBit's on one page, using the same driver. I find that my status list, MessageListByBit2 displays the messages as the bit changes state, however all the messages on my fault list, MessageListByBit1, fail to display.  Will two MessageListByBit's work on one page?

Also, I have found that when I change the background colour and font colour, they do not display in the chosen colours when I debug or publish.  Am I missing something?

Pages: [1]