N
Nathan
Just starting .Net and already run into problems.
Within a Dll in VB6 I could access App.Path and load files directly from the
dll e.g. ini file, now in a .Net Windows application I can use
Application.StartupPath but in a ClassLibrary application isn't available,
so what can I use to get the dll's directory where the files to be loaded
will be stored?
As an aside the files I want to load are XML & XSL and need to be external
to the dll so that they can be maniputlated without having to re-build the
Class Library.
Nathan
Within a Dll in VB6 I could access App.Path and load files directly from the
dll e.g. ini file, now in a .Net Windows application I can use
Application.StartupPath but in a ClassLibrary application isn't available,
so what can I use to get the dll's directory where the files to be loaded
will be stored?
As an aside the files I want to load are XML & XSL and need to be external
to the dll so that they can be maniputlated without having to re-build the
Class Library.
Nathan