Search found 4 matches

by hadamhe
Wed May 20, 2015 8:31 am
Forum: Scripting
Topic: Visual Studio program won't work
Replies: 4
Views: 14206

Re: Visual Studio program won't work

Adam,

That fixed the problem, thanks for all the help!
by hadamhe
Mon May 18, 2015 9:22 am
Forum: Scripting
Topic: Visual Studio program won't work
Replies: 4
Views: 14206

Re: Visual Studio program won't work

Adam, FeIscListener is an interface and the C# code works fine in Visual studio. Here's some more of the code to hopefully offer more clarity. Without the FeIscListener listed after Form the AddEventListner causes an error. Any other ideas? namespace ReaderConnect { public partial class frmMain : Fo...
by hadamhe
Thu Apr 30, 2015 2:10 pm
Forum: Scripting
Topic: Referenced Assemblies Error
Replies: 1
Views: 7994

Referenced Assemblies Error

My third party dll uses several sub dlls that give me an error message when I try to add them to my project: Failed to copy referenced assembly. Could not load file assembly 'thirdparty.dll' or one of its dependencies. The specified module could not be found. I get the same error message if I try to...
by hadamhe
Tue Apr 28, 2015 1:12 pm
Forum: Scripting
Topic: Visual Studio program won't work
Replies: 4
Views: 14206

Visual Studio program won't work

I'm new to iX Developer so sorry if this is a stupid question. I wrote a C# app in Visual Studio 2010 to run on Windows CE which works fine. I've copied my code over to the iX Developer environment and now it won't build. In VS code is Namespace ReaderConnect { public partial class Screen1 : Form, F...