Somehow the RenderWebPart give me an error : No Suitable Method found to override..
.... pseudo ....code ...
using System;
using System.Data.SqlClient;
using System.Data;
using System.Runtime.InteropServices;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Serialization;
using System.Configuration;
using Microsoft.SharePoint;
using Microsoft.SharePoint.WebControls;
using Microsoft.SharePoint.WebPartPages;
using Microsoft.SharePoint.Utilities;
.......
public
class wpUserOnline : System.Web.UI.WebControls.WebParts.WebPart // correct I assume
protected
override void RenderWebPart(HtmlTextWriter output) // GIVES ME THE ERROR WHEN COMPILING : No Suitable method found to override...
Platform : MOSS 07 , VS 2008 , Extension for VS 2008 SPS, VPC Enviroment.
Any help is greatly appreciated....
Thanks,
Sf.