Re: Help adding correct Reference (C#)

From: Tony (none_at_none.com)
Date: 03/21/04

  • Next message: lulu: "Framework for application monitoring"
    Date: Sun, 21 Mar 2004 04:52:00 GMT
    
    

    On Sun, 21 Mar 2004 03:26:08 GMT, Tony <none@none.com> wrote:

    >On my laptop I installed Visual Studio, Oracle 9i client
    >
    >On my laptop I can add as a reference System.Data.OracleClient
    >
    >Installed the same as above on my desktop, and for some reason
    >System.Data.OracleClient is not showing up as a selectable reference.
    >
    >I did a search for the dll and it does exit in the assemblies
    >directory.
    >
    >
    >I'm confused..
    <Snip>

    Well, I found that on my laptop I had the dll in the
    C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
    folder, but not in the same folder on my desktop.

    Checked and had 222 items in that directory and 221 on the Desktop.

    Apparently that one single dll got wiped.. ODD!

    Guess all is well again, :)

    Tony!


  • Next message: lulu: "Framework for application monitoring"

    Relevant Pages

    • Re: Clarification: HOW: Including native DLL in assembly?
      ... > projects, and I include a reference in a C# project to mtools.dll, everything ... > create a post-build step to copy the tools.dll to the target folder. ... is there a way to 'bind' a native dll to a managed assembly ...
      (microsoft.public.dotnet.languages.vc)
    • Re: How to create a single CLASS file that will be available to ANY PROJECT I want to link it to???
      ... You can then reference this Dll from any other project. ... VB .NET projects have to have a master project folder that all project items ... "MyClass.vb" that will keep it capable of providing general-use to any ...
      (microsoft.public.dotnet.general)
    • Re: Sharing DLL for VS.Net
      ... references 'folder'. ... > working with VSS... ... > are using that DLL. ... > Without VSS the only thing i need to do is point my reference to the bin ...
      (microsoft.public.vstudio.sourcesafe)
    • Re: VS.NET Q: where to put common DLLs in a multi project solution, web vs. web application Q
      ... all it does is make an additional project file for the code behind files (which are built into a dll, the ide then has hide the source files from the aspnet compiler). ... all dlls not in the gac or the framework folder must be copied to the bin folder. ... vs will this copy for you if the web site or web application project has a reference to the dll or class project. ... msbuild supports website solutions, and deployment projects, so you can do commandline builds of the site and have a deployment folder built. ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: References in projects for multiple users...
      ... references to DLLs stored in a common folder in our source control. ... the reference was added to the project? ... If you have control of the projects that create each .dll, ...
      (microsoft.public.dotnet.general)

    Loading