Quantcast
Channel: ChartPart for SharePoint
Viewing all 37 articles
Browse latest View live

Created Issue: Error while activating MSchartControls [13906]

$
0
0
Failed to apply a web.config modification to file 'configuration/system.web/pages'. The specified node "e:\Inetpub\wwwroot\wss\VirtualDirectories\40016\web.config" was not found in the web.config file.

This is the error I get when I try to activate the feature MSChartControls on any web application. It always points to this application. (port 40016) I am trying to get chartpart running but I can't get past this point. I checked the web.config and the pages node is there. I have found no error in the event viewer or the sharepoint logs.

Created Issue: Lookup fields are diplayed as 0,1,2... [13913]

$
0
0
It worked in ChartPart 1.0 and stopped working after upgrade to 2.0.

As I understand, some code fragment was lost in the "ChartPart 2.0/WebParts/ChartPartWebPart.cs" in the "addPoints" method:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
else if (yField.Type == SPFieldType.Lookup) {
series.XValueType = ChartValueType.String;
chartArea.AxisX.Interval = 1;
series.Points.AddXY(key.Remove(0, (key.IndexOf("#", StringComparison.InvariantCulture) + 1)), data[key]);
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://chartpart.codeplex.com/SourceControl/changeset/view/22117#389413

It does exist in the "ChartPart Solution/ChartPartWebPart.cs" and is missing in the "ChartPart 2.0/WebParts/ChartPartWebPart.cs".

New Post: Unable to add selected Web Part(s). Error

$
0
0

I also am having problems loading the webpart after deployment. Is the WSP file safe? Also is it because the wsp file is not in the GAC? it is in the Inetpub. Here is my log error.

Error importing WebPart. Assembly  ChartPart, Version=2.0.1.0, Culture=neutral, PublicKeyToken=b674fbef227b83bb, TypeName. ChartPart.ChartPartWebPart 
Failed to add webpart https%253A%252F%252Fsharepoint%252Etrusant%252Ecom%252F%255Fcatalogs%252Fwp%252FChartPart%252Ewebpart;ChartPart. 
Exception Microsoft.SharePoint.ApplicationRuntime.SafeControls+UnsafeControlException:
A Web Part or Web Form Control on this Page cannot be displayed or imported.
The type could not be found or it is not registered as safe.   
at Microsoft.SharePoint.WebPartPages.WebPartImporter.CreateWebPart(Boolean clearConnections)    
at Microsoft.SharePoint.WebPartPages.WebPartImporter.Import(SPWebPartManager manager, XmlReader reader, Boolean clearConnections, Uri webPartPageUri, SPWeb spWeb)    
at Microsoft.SharePoint.WebPartPages.WebPartImporter.Import(SPWebPartManager manager, XmlReader reader, Boolean clearConnections, SPWeb spWeb)   
at Microsoft.SharePoint.WebPartPages.WebPartQuickAdd.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) 

 

I also used the following when deploying chartpart2.0

allcontenturls

allowgacdeployment

allowcaspolicies

immediate

force

Created Issue: Cannot Add ChartPart to Web Page [14030]

$
0
0
I have followed all the installation instructions, activated MSChart controls on my web application, then activated ChartPart in Site Collection features, however when i tried to add the chartpart to a page, the following pop appeard:
---------------------------
Message from webpage
---------------------------
Unable to add selected web part(s).

ChartPart: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.
---------------------------
OK
---------------------------

Created Issue: Could not generate the chart, please reload the page [14080]

$
0
0
When i try create the chart, the WSS returns this message:
Could not generate the chart, please reload the page

I try resolve the problem with others topics in this forum, but I have not had success . I can not find the folders mentioned and i found a lot of files "web.config"

The component MSCharts and all othes are installed correctly.

Please, Help me! Thanks

Created Issue: Could not generate the chart, please reload the page [14081]

$
0
0
When i try create the chart, the WSS returns this message:
Could not generate the chart, please reload the page

I try resolve the problem with others topics in this forum, but I have not had success . I can not find the folders mentioned and i found a lot of files "web.config"

The component MSCharts and all othes are installed correctly.

Please, Help me! Thanks

New Comment on "install"

$
0
0
If this ChartPart works correctly in sharepoint 2010? anybody test it?

Created Issue: Problem with activating the feature in a Site Collection [14344]

$
0
0
Hello Wictor,

I followed your installation instructions to the letter, but the last step "Activate the feature on your Site Collection" isn't working for me.
ChartPart is not listed as available feature that I can activate.
I tried it on two different sites.

- WSS 3.0 SP2 with latest Cumulative Update package
- .NET 3.5 Framework SP 1 is installed
- .NET 3.5 SP1 Cart Controls are installed
- MS ChartControls are deployed globally
- MS Chart Controls is activated on the Web Application
- ChartPart is deployed to the Web Application

Is there something else I can check / verify?

Regards,
MrSulik

New Post: Create a chart from a Forms List

$
0
0

We are trying to create a chart based off results from a survey that we produced using Info Path. Can anyone offer up some pointers?  ~Many Thanks.

New Post: Summary/Totals from a list

$
0
0

Awesome webpart! Love it so far. I have one requirement that I can't seem to figure out. I have results of a survey that was taken via paper, and I then loaded it into sharepoint for analysis. The data looks like

Title               Option 1        Option 2          option 3
Person 1         2                     3                       2
Person 2         5                     5                       1
Person 3         3                     4                       5
            Sum    10                  12                     8

So I'd like to see a pie chart which just shows the totals of the options. Don't care who made it, i want to know how the options rated. Is this doable?

Thanks!

New Comment on "install"

$
0
0
where do I place the MSChartControls.wsp files in order to install? Usually they go in a folder in the 12hive features folder but the stsadm add solution can't find them....

New Post: Red X where Chart should be

$
0
0

Hi Wictor,

I have got both the entries mentioned by you in the web.config file. But still the ChartPart doesnt get displayed properly and the Red X sign is still displayed.

Could you please help me with this ?

Regards,

Rahul

 

Created Issue: Chart Part Web Part 2.0 [15411]

$
0
0
Hello,
We installed the Chart Part Web part and it works great. We then moved site collections to the new Web Application and we see Could not generate the chart, please reload page. The web part has been deployed to the new web app, feature turned on and we can see the lists, we just cannot get a display.

Any help would be greatly appreciated.

Commented Issue: Chart image is not always displayed [10666]

$
0
0
Hello,

I have a problem of display with the generated chartpart image. Sometimes the graph is correctly displayed and sometimes not.
It seems that this problem always appear when I click on the refresh button of Internet explorer or when I come back to the page with the graph.
If it's the first time I come on the page with the graph, no problem, the image is well displayed.

In my opinion, it seems that it's a problem of cache but I don't know if it's on the client side or on the server side and I have also no idea of how I can solve this issue.
Any ideas ?

Just for information : we use 3 servers in load balancer but I don't think it's the reason of this problem.

Thanks in advance for any help on this matter.

Best regards,

H.
Comments: ** Comment from web user: mehmood_hussain18 **

Though, I am responding in this post after a long time, but hope it would help someone around us.

I have the medium farm configuration with 3 WFEs load balanced. ChartImageHandler storage was set to Memory, I had to change it to session to make it work. Please see the app setting below.


Give it a try and let us how it works.

<appSettings>
<add key="ChartImageHandler" value="storage=session;timeout=20;" />
</appSettings>

Commented Issue: Lookup fields are diplayed as 0,1,2... [13913]

$
0
0
It worked in ChartPart 1.0 and stopped working after upgrade to 2.0.

As I understand, some code fragment was lost in the "ChartPart 2.0/WebParts/ChartPartWebPart.cs" in the "addPoints" method:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
else if (yField.Type == SPFieldType.Lookup) {
series.XValueType = ChartValueType.String;
chartArea.AxisX.Interval = 1;
series.Points.AddXY(key.Remove(0, (key.IndexOf("#", StringComparison.InvariantCulture) + 1)), data[key]);
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://chartpart.codeplex.com/SourceControl/changeset/view/22117#389413

It does exist in the "ChartPart Solution/ChartPartWebPart.cs" and is missing in the "ChartPart 2.0/WebParts/ChartPartWebPart.cs".
Comments: ** Comment from web user: sagarun **

I fixed this issue, if you are looking for wsp file, please click on the attachment.


New Post: Sharepoint 2010

$
0
0

Has anyone succesfully installed this on Sharepoint 2010 ?

Are there any plans to officially upgrade it to SP2010 ?

Thanks in advance.

New Post: ChartPart installation on 2010

$
0
0

any updates here? i have the same problem :(

New Post: ChartPart installation on 2010

$
0
0

I ended up buying a chart web part from Bamboo solutions. Too bad the chart web parts found in the Enterprise version isn't available in Foundation as well.

New Post: Unable to add selected Web Part(s). Error

$
0
0

First off make sure you have MSChartControl installed on the server (Sharepoint Server)

Secondly, make sure your .Net 3.5 is up to date.  Install the MSChartControl.wsp to make the MS Chart Controls available from within Sharepoint 2007.

Third, Install the ChartPart install package (ChartPart 2.0.wsp), do the necessary addsolution and deploysolutions necessary.  including going to the site(s) to have the control used and activating the feature there for posterity sake.

Lastly, keep your eye on the Event Viewer while doing this deployment to see if anything pops up.

New Post: Errors occurring after successful deployment Error 6615

$
0
0

Hi,

Fisrtly, thank you for the very hard work here..  Great webpart.

The webpart is being used successfuly on a number of occasions.  However, I am receiving errors when trying to edit the webpart.  A detailed log follows.  Could someone here please point me in a direction to find a solution.

Thank You,

Gus

ERROR LOG:

Potentially excessive number of SPRequest objects (9) currently unreleased on thread 13.  Ensure that this object or its parent (such as an SPWeb or SPSite) is being properly disposed.  Allocation Id for this object: {82CE26F4-DD0C-4352-8565-0522F3F245E7} Stack trace of current allocation:    at Microsoft.SharePoint.SPRequestManager.Add(SPRequest request, Boolean shareable)     at Microsoft.SharePoint.SPGlobal.CreateSPRequestAndSetIdentity(Boolean bNotGlobalAdminCode, String strUrl, Boolean bNotAddToContext, Byte[] UserToken, String userName, Boolean bIgnoreTokenTimeout, Boolean bAsAnonymous)     at Microsoft.SharePoint.SPWeb.InitializeSPRequest()     at Microsoft.SharePoint.SPWeb.EnsureSPRequest()     at Microsoft.SharePoint.SPWeb.get_Request()     at Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName)     at Microsoft.SharePoint.SPListCollection.EnsureListsData(String strListName)     at Microsoft.SharePoint.SPListCollection.ItemByInternalName(String strInternalName, Boolean bThrowException)     at Microsoft.SharePoint.SPListCollection.GetListById(Guid uniqueID, Boolean bThrowException)     at Microsoft.SharePoint.SPListCollection.get_Item(Guid uniqueID)     at ChartPart.ChartPartWebPart.GenerateChart()     at ChartPart.ChartPartWebPart.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)     at Microsoft.SharePoint.WebPartPages.SPChrome.RenderPartContents(HtmlTextWriter output, WebPart part)     at Microsoft.SharePoint.WebPartPages.SPChrome.RenderWebPart(HtmlTextWriter output, WebPart part)     at Microsoft.SharePoint.WebPartPages.WebPartZone.RenderZoneCell(HtmlTextWriter output, Boolean bMoreParts, WebPart part)     at Microsoft.SharePoint.WebPartPages.WebPartZone.RenderWebParts(HtmlTextWriter output, ArrayList webParts)     at Microsoft.SharePoint.WebPartPages.WebPartZone.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Control.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Control.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)     at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)     at System.Web.UI.Page.Render(HtmlTextWriter writer)     at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)     at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at ASP.BLANKWEBPARTPAGE_ASPX__1250784536.ProcessRequest(HttpContext context)     at Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)     at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)     at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)     at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType) 

Viewing all 37 articles
Browse latest View live




Latest Images