.net 1.1

I’ve tried to create a goview in a my own component but I 've got this error:







I think the problem due to GoWebImage.aspx and I can’t use GoWebImage.axd like it is explain in the godiagram introduction.



I ask if you can bring me a little project with just a goview on a page which use GoWebImage.axd.



Thanks for your help and for the solution that you will give to me

Are you creating a UserControl? That should work, even using GoWebImage.aspx, in either version of ASP.NET.

Hello walter,

thanks to focus my search on userControl i search more precisely with this and i found where my problem came from.



It was due to when i compile my solution gowebImage.aspx was modified that’s why it didn’t work.



Thanks