View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000921 | COM-DA Sample Code | public | 2009-12-21 19:38 | 2010-12-20 01:11 | |
Reporter | bthornton | Assigned To | Randy Armstrong | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000921: opc da client parse error | ||||
Description | We are testing the OPC .NET API 2.0 Client with a TAC/inet opc da server. Here is the address... As you can see, the name of the server has a / in the name (I/Net). This is causing a parse issue in OpcCom.Factory.cs, in the Connect method. public static object Connect(Opc.URL url, Opc.ConnectData connectData) int index = url.Path.IndexOf('/'); if (index >= 0) | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-12-21 19:38 | bthornton | New Issue | |
2010-12-20 01:11 | Randy Armstrong | Status | new => resolved |
2010-12-20 01:11 | Randy Armstrong | Resolution | open => fixed |
2010-12-20 01:11 | Randy Armstrong | Assigned To | => Randy Armstrong |
2010-12-20 01:11 | Randy Armstrong | Note Added: 0002200 |