using J# dll with ASP

Hi,
I've been developing a product search that does queries and rankings with the database on the site. I got everything to work perfect on my test box, but I cannot seem to get it to run on the server. Even after I register it, I get

Server object error 'ASP 0177 : 80070002'

Server.CreateObject Failed

It does this even with an incredibly simple J# object. Do I have to compile it on the server What all do I need on the server when I use RegAsm.exe to register it

Thanks,
Matt


Answer this question

using J# dll with ASP

  • preps

    Why didn't I read this a week ago You're the man!
  • EgorKDie

    Man, that was very helpfull to me, i had the same problem. Thanks.

  • FukDotNet

    Good to hear that you solved it.


  • RealityChek

    After much agitation, I figured out that I had to provide the /codebase switch. I don't know exactly why, since I didn't on my test box. I just noticed a difference in the registry editor between the two.

    Thanks for reading my monologue

  • MS82

    Thanks for telling us the solution that saved me a lot of time trying to understand why a .net code via COM in classic asp would not work.

    Many Thanks


  • using J# dll with ASP