code modules

Discussion in 'ASP.NET / ASP.NET Core' started by jmeeko, Mar 29, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    I just uploaded a website which works fine and builds with no errors on my local machine, but here it appears the .aspx page cannot locate the namespace and class (in a .vb file) which I've placed in the \code folder. I tried compiling the module and placing the dll into \bin but I get the same error that the type can't be located. Any ideas??

    Thanks.

    Jeff

    Post Edited (jmeeko) : 3/29/2005 5:00:30 PM GMT
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    \code folder... are you building this w/ asp.net 2.0??

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. I am building with v 2. But I assumed thatby compiling and placing in the /bin folderthat that would work for 1.1. There is no 2.0 specific functionality and this is this first time I've run into a problem with a page, but previously (on this site) my code has been inline. I also have another dll in /bin which was compiled under v2 which works OK on this site.


    Thanks.

    Post Edited (jmeeko) : 3/29/2005 9:19:19 PM GMT
     
  4. That worked.


    Still not sure how the other dll compiled under 2.0 is working but I'll leave well enough alone for now!


    Thanks!


    Jeff
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    No..

    that's not the case, modules complied w/ 2.0 only work on machine that has asp.net 2.0 installed.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page