A_nd_y Posted March 2, 2020 Report Share Posted March 2, 2020 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 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.