Define []Using with comma in path.

Using (or providing) Microsoft.NET Classes

Define []Using with comma in path.

Postby norbertjurkiewicz84 on Tue May 28, 2013 8:24 pm

How do I go about defining a
      ⎕USING
with a comma in the library path.

For example... C:\Program Files (x86)\The Carlisle Group, Inc\CAS 6.0\CAS60\class.dll

      ⎕using  ←'' 'System' 'class.myclass,C:\Program Files (x86)\The Carlisle Group, Inc\CAS 6.0\CAS60\class.dll'

Result = Could not load file or assembly 'file:///c:\temp\ Inc\CAS 6.0\CAS60\class.dll' or one of its dependencies. The system cannot find the file specified.

      ⎕using  ←'' 'System' 'class.myclass,"C:\Program Files (x86)\The Carlisle Group, Inc\CAS 6.0\CAS60\class.dll"'

Result = Illegal characters in path.
(It's the little things that make the difference :-)
User avatar
norbertjurkiewicz84
 
Posts: 62
Joined: Mon Nov 01, 2010 7:26 pm

Re: Define []Using with comma in path.

Postby Vince|Dyalog on Wed May 29, 2013 1:06 pm

Hi Norbert,

We use commas to separate the class from the assembly. It does look like we don't allow you to use a directory which contains a comma in the assembly’s full path.

I’ve logged 9582 for this.

Regards,

Vince
Vince|Dyalog
 
Posts: 413
Joined: Wed Oct 01, 2008 9:39 am


Return to Microsoft.NET

Who is online

Users browsing this forum: No registered users and 1 guest