Enterprise library connection when dll app created.



I am creating Library (dll) with visual studio. Not windows, console,
or aspnet application, just a library(dll). Later i will use this dll
with my application.
When windows app or aspnet app, Use app.config or web.config to put
connection config files.
When i do dll app where would i put my configuration of connectons..?

i hope i clear.

.



Relevant Pages

  • Re: Honestly Curious
    ... makes it necessary to put parts of the code outside the app. ... *all* Windows apps need to use dlls. ... Never heard of "dll Hell"? ... But then neither is using an uninstaller. ...
    (comp.sys.mac.advocacy)
  • DllImport on framework 1.1, in IIS 6 (Windows Vista)
    ... I have an aspnet 1.1 application that works perfectly on Windows XP, ... When trying on Windows Vista (set application for aspnet 1.1 on IIS), the application crashes Internet Explorer with the message: ... I found that the errors is caused when accessing a method from an external dll. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Heavy Application with Multiple Modules
    ... When you do a new project, the template for a DLL is called a Class Library. ... Start with a brand new project, a Windows ... This creates a reference from your main app ... so you can use it in the main app. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Heavy Application with Multiple Modules
    ... When you do a new project, the template for a DLL is called a Class ... Now you have one solution, with two projects: one a Windows Application, ... browser, right click, and select Add Reference. ... from your main app to the class library, so you can use it in the main ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Visual Basic 6 Program Wont Start on Other Machine
    ... In order to get any VB App to run on a machine, ... will need to have the VB Runtime dll on that machine. ... My development machine is Windows XP Professional Service Pack 2. ... The target machine is Windows XP Professional Service Pack 2. ...
    (comp.lang.basic.visual.misc)