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 - alexmaras

Pages: [1]
1
Support Questions / Re: 399a Missing Components from AdvancedHMI
« on: April 18, 2016, 10:52:54 PM »
I added it and get C:\apps\ctsapi which is the root directory of the application - not the bin folder, but the directory that contains the bin.
This is apparently correct behavior in asp.net as per http://stackoverflow.com/questions/8669833/why-appdomain-currentdomain-basedirectory-not-contains-bin-in-asp-net-app

I've also had a bit of a play and found that the place where it fails. The line "Dim NewDLL As New MfgControl.AdvancedHMI.Drivers.CIPforPCCC" in EthernetIPforSLCMicroCom.vb is where the exception occurs. I assume this is where the closed-source DLL comes into play?

2
Support Questions / Re: 399a Missing Components from AdvancedHMI
« on: March 17, 2016, 10:31:55 PM »
Just came back to this project.

The list of files in my directory that are from AdvancedHMI are:

AdvancedHMIContros.dll
AdvancedHMIControls.pdb
AdvancedHMIControls.xml
AdvancedHMIDrivers.dll
AdvancedHMIDrivers.pdb
AdvancedHMIDrivers.xml
MfgControl.AdvancedHMI.Controls.dll
MfgControl.AdvancedHMI.Driver.dll
OpcComRcw.dll
OpcNetApi.Com.dll
OpcNetApi.Com.xml
OpcNetApi.dll
OpcNetApi.xml

3
Support Questions / Re: 399a Missing Components from AdvancedHMI
« on: December 29, 2015, 12:41:59 AM »
I'm getting the same error message here with an iis .net project - no issues with a command line application but the same call stack when trying to set the IPAddress of a new EthernetIPforSLCMicroCom on an api I'm working on. Tried all steps including the ones in the linked post.

Pages: [1]