Can I use App.Config files with Autocad DLLs

Can I use App.Config files with Autocad DLLs

Anonymous
Not applicable
800 Views
2 Replies
Message 1 of 3

Can I use App.Config files with Autocad DLLs

Anonymous
Not applicable
it doesn't seem like it, but just wondering if someone was able to get this to work.

Otherwise I'll go the second route and create a file and code autocad to manually read it.

However, I would like to avoid rewriting code that already exists in the .net System.Configuration namespace.
0 Likes
801 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
See http://www.bearcanyon.com/dotnet/#AssemblySettings for one option with
your own assemblies.

Dan

wrote in message news:5128820@discussion.autodesk.com...
it doesn't seem like it, but just wondering if someone was able to get this
to work.

Otherwise I'll go the second route and create a file and code autocad to
manually read it.

However, I would like to avoid rewriting code that already exists in the
.net System.Configuration namespace.
0 Likes
Message 3 of 3

BKSpurgeon
Collaborator
Collaborator

Hi David

 

did you manage to get the config file working? I (and i'm sure many others reading in the future) would be very interested to hear your solution.

 

rgds

 

BK

0 Likes