Posted by: rai - Monday, 13 June 2011 14:48:24 |
---|
I wanted to integrate YafNet into my existing web site. I added references to projects and created a page in my existing website that inherits YafNet ForumBase. Now I got some build errors due to that I have a ProcessRequest method to handle different file types. At the same time YafNet have this method in YafResourceHandler. This results in this error: Error 92 'VC.DownloadHandler.ProcessRequest(System.Web.HttpContext)': no suitable method found to override I am not a ASP.NET expert so I don't know what I need to do to have my old ProcessRequest working and maybe just extend the one in YafNET. Any ideas? |
Posted by: rai - Monday, 13 June 2011 16:29:27 |
---|
The problem was resolved. There were some old references there. |