missing methods in a dll reference



Hi,

All the methods from a dll class are not showing up in the object
browser/intelisense when the dll reference is added to a website
project.

Details:
The dll is a C# project that has 15 overloads of a method. It compiles
fine. We have a .Net 2.0 VB Website project that was originally a 1.1
project. When a reference to the dll is added to the website, only 9
of the 15 overloads show up in the object browser, plus development
time errors show up for the method calls in the website for which we
know for sure have a method definition in the dll class. We thought it
was an IDE issue and is development time only, but the website won't
run either and will throw exception on the same lines.

One of us created an empty website project and added that dll
reference to it and all the 15 methods were there in the object
browser. once we copied the code files form the original website to
the empty ones, we were back to 9 methods again.

This has been a vexing problem and I would like to know if anyone else
ever ran into same problem. Will appreciate to hear from you.

Thanks in advance.

AG
.



Relevant Pages

  • 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: How to share code between two different sites?
    ... application if you have common code for all? ... Three servers are given since all they are for different clients. ... comfortable adding dll to each site manually ) ... You can't add child project to website. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Calling unmanaged code from ASP.NET in IIS7
    ... I have a website written in ASP.NET which uses DllImport to reference a dll ... but now I need to move this website to Windows 2008 and IIS 7. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Calling unmanaged code from ASP.NET in IIS7
    ... I have a website written in ASP.NET which uses DllImport to reference a dll ... but now I need to move this website to Windows 2008 and IIS 7. ...
    (microsoft.public.inetserver.iis)
  • Re: How to share code between two different sites?
    ... Each website has customize code as well as re-used common code. ... Three servers are given since all they are for different clients. ... comfortable adding dll to each site manually ) ...
    (microsoft.public.dotnet.framework.aspnet)

Loading