@LDLKM wrote:
I am running a SharePoint 2010 Farm and trying to create a visual webpart with a GoView control. I am using the Framework 3.5 version of the control as SharePoint 2010 does not support higher Frameworks.
I have made sure that the GoWeb.js is included in the webpart and have set the SessionStarted event in the PageLoad of the control to point to the InitializeDocument as in the example source codeMyView.SessionStarted += new EventHandler(InitializeDocument);
. Additionally, I have added the GoWebImage.axd handler to the web.config.
The issues are that the InitializeDocument method specified on the SessionStarted Event never gets called, and even when I force it. The GoWebImage.axd handler call returns an http 200 but no response data.Any thoughts?
Posts: 10
Participants: 4