G
Guest
Two questions:
First:
In the java word you have an ProjectName.properties file and you can place
it lots of different places - in the file system with the jar file, in the
ProjectName.jar file, or elsewhere and use a -Dprop_location=xxx to identify
it.
It seems to me that in the .net world this file is ProjectName.dll.config
and that file is in the file system with ProjectName.dll - and that is the
only option. I know you could do other things - but it seems to me that this
is the only way it is "supposed" to be done.
Second:
In the java environment I have another file (an xml file) that I stuff in
the ProjectName.jar file and just access from there when needed. Where should
I place this?
I don't want to put it in ProjectName.dll.config because it would be a very
big cdata[]] block Should I make it a dll resource?
??? - thanks - dave
First:
In the java word you have an ProjectName.properties file and you can place
it lots of different places - in the file system with the jar file, in the
ProjectName.jar file, or elsewhere and use a -Dprop_location=xxx to identify
it.
It seems to me that in the .net world this file is ProjectName.dll.config
and that file is in the file system with ProjectName.dll - and that is the
only option. I know you could do other things - but it seems to me that this
is the only way it is "supposed" to be done.
Second:
In the java environment I have another file (an xml file) that I stuff in
the ProjectName.jar file and just access from there when needed. Where should
I place this?
I don't want to put it in ProjectName.dll.config because it would be a very
big cdata[]] block Should I make it a dll resource?
??? - thanks - dave