I'm in need of this very product. I have lots of sites that used aspimage on iis6 and now I need them on iis8. I've signed the dll in Visual Studio and then copied it onto the server. I then run the regasm from the .net framework on the dll and get a message saying types registered successfully for both /tlb and /codebase, as shown in ASPNetImage1.jpg. However, when I try to run my update for my admin page i recieve the error (ASPNetImage2.jpg) that basically says that it's not registered. Line 71 that it returns the error on is "Set objImage = Server.CreateObject("ASPNetImage.NetImage")". Any suggestions on what the problem could be?


I'm in need of this very product. I have lots of sites that used aspimage on iis6 and now I need them on iis8. I've signed the dll in Visual Studio and then copied it onto the server. I then run the regasm from the .net framework on the dll and get a message saying types registered successfully for both /tlb and /codebase, as shown in ASPNetImage1.jpg. However, when I try to run my update for my admin page i recieve the error (ASPNetImage2.jpg) that basically says that it's not registered. Line 71 that it returns the error on is "Set objImage = Server.CreateObject("ASPNetImage.NetImage")". Any suggestions on what the problem could be?

