Jump to content

Remote Panel Server with .NET Interop-Assembly


Recommended Posts

Hi guys!

I have here a LabVIEW 2014 project which was compiled into a .NET Interop Assembly.

Now I try to activate the LabVIEW Remote Panel Server for the assembly.
Apparently it seems to be active.
But for every VI i get the message that it is not in memory.

But I am sure that these are in memory.
When I compile the project to an executable, everything runs fine.

Does anyone have a hint what I am doing wrong?

the content of the ini file (InteropAssembly.ini):

[InteropAssembly]
server.app.propertiesEnabled=True
server.ole.enabled=True
server.tcp.acl="290000000A000000010000001D00000003000000010000002A10000000030000000000010000000000"
server.tcp.enabled=True
server.tcp.port=3361
server.tcp.paranoid=True
server.tcp.serviceName=""
server.vi.access="+*"
server.vi.callsEnabled=True
server.vi.propertiesEnabled=True
WebServer.Enabled=True
WebServer.TcpAccess="c+*"
WebServer.ViAccess="+*"
DebugServerEnabled=True
DebugServerWaitOnLaunch=False

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.