﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - WebGrid in Sharepoint Designer</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-in-Sharepoint-Designer/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebGrid in Sharepoint Designer</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-in-Sharepoint-Designer/</link><pubDate>Sun, 08 Nov 2009 23:40:22 GMT</pubDate><dc:creator>james</dc:creator><category>WebGrid</category><category>sharepoint</category><category>Sharepoint Designer</category><description>&lt;p&gt;Hi Gary,&lt;/p&gt;&lt;p&gt;Adding to Glenn's reply, I think you should license the WebUI Studio in your dev machine instead of the live servers. The licensing for live servers should use the runtime license key, which can be inserted into the control's property individually (RuntimeLicenseKey), or into the web.config globally.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;James.&lt;/p&gt;</description></item><item><title>WebGrid in Sharepoint Designer</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-in-Sharepoint-Designer/</link><pubDate>Sun, 08 Nov 2009 20:58:30 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebGrid</category><category>sharepoint</category><category>Sharepoint Designer</category><description>&lt;p&gt;In order to add the runtime license key easily, please use the Deployment Manager, default location in C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\DeploymentManager\ISNet.WebUI.DeploymentManager.exe. If you would like to add it manually in the web.config, you will need to add the key under appSettings tag.&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;appSettings&amp;gt;    &amp;lt;add key="ISNet.WebUI.WebGrid.v7_0_7200.RunTimeLicenseKey" value="xxxxx-xxxx-xxxxx" /&amp;gt;
&amp;lt;/appSettings&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;The runtime license key could be viewed in TDN, http://dev2.intersoftpt.com,  under the My Components window.&lt;/p&gt;</description></item><item><title>WebGrid in Sharepoint Designer</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-in-Sharepoint-Designer/</link><pubDate>Sun, 08 Nov 2009 08:30:15 GMT</pubDate><dc:creator>garyfinberg</dc:creator><category>WebGrid</category><category>sharepoint</category><category>Sharepoint Designer</category><description>&lt;p&gt;Hi James, I have properly applied the safe control entry in web.config and have specified that latest build number - 7.0.7200.306.&lt;/p&gt;
&lt;p&gt;When I refresh the "Server Controls" in the designer I am able to see Webgrid listed and am able to drag it onto the design surface. It adds the control reference in the code vie. The error appears on the design surface: "Error rendering control Webgrid1 - An error occurred while fetching preview" &lt;/p&gt;
&lt;p&gt;A few questions:&lt;/p&gt;
&lt;p&gt;I am running Sharepoint designer on a dev server but am connected to the live site. All the web.config entries are in the web.config on the live server inclusing all the assemblies. Would that make a difference? I have the WebUI Studio instaled on both the dev and live servers, with all assemblies in both bins and GACs.&lt;/p&gt;
&lt;p&gt;I have licensed WebUI Studio on the live server. Where do I add the runtime license? Do I add it to the web.config and if so, where?&lt;/p&gt;
&lt;p&gt;I have attached a screenshot of the eror.&lt;/p&gt;
&lt;p&gt;Thanks for your assistance.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Gary&lt;/p&gt;</description></item><item><title>WebGrid in Sharepoint Designer</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-in-Sharepoint-Designer/</link><pubDate>Sun, 08 Nov 2009 08:03:30 GMT</pubDate><dc:creator>james</dc:creator><category>WebGrid</category><category>sharepoint</category><category>Sharepoint Designer</category><description>&lt;p&gt;Hi Gary,&lt;/p&gt;&lt;p&gt;Just want to make sure that you have properly applied the safe control to your site's config file. For example:&lt;/p&gt;
&lt;p&gt;&amp;lt;SafeControl Assembly="ISNet.WebUI.WebGrid, Version=6.0.7200.X, Culture=neutral, PublicKeyToken=3e60b85fb8502d5e" Namespace="ISNet.WebUI.WebGrid" TypeName="*" Safe="True" /&amp;gt;&lt;/p&gt;
&lt;p&gt;Note that you need to specify the correct exact version of WebGrid in the definition, for instance, the latest build should be 7.0.7200.306.&lt;/p&gt;
&lt;p&gt;Also, have you been able to see WebGrid displayed in the designer? Some shots on the error details would be helpful. Thanks!&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;James.&lt;/p&gt;</description></item><item><title>WebGrid in Sharepoint Designer</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-in-Sharepoint-Designer/</link><pubDate>Sat, 07 Nov 2009 06:33:21 GMT</pubDate><dc:creator>garyfinberg</dc:creator><category>WebGrid</category><category>sharepoint</category><category>Sharepoint Designer</category><description>&lt;p&gt;Hi James, I have purchased and licensed WebUI Studio. Now I get the following error in Sharepoint Designer:&lt;/p&gt;
&lt;p&gt;When I try to add a server control to the SPD design surface I get the following error: "Error rendering control Webgrid1 - An error occurred while fetching preview"&lt;/p&gt;
&lt;p&gt;I am logged in as domain admin. All dlls are in GAC and bin folder and I have made all recommended entries to the Web.Config.&lt;/p&gt;
&lt;p&gt;I have made the change in Local Security policy to allow Authenticated Users to Bypass Traverse Checking (as per Mike Walshs comment and MS KB article)&lt;/p&gt;
&lt;p&gt;Any suggestion would be greatly appreciated as this is has halted a live development project.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Gary&lt;/p&gt;</description></item><item><title>WebGrid in Sharepoint Designer</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-in-Sharepoint-Designer/</link><pubDate>Fri, 06 Nov 2009 09:59:57 GMT</pubDate><dc:creator>james</dc:creator><category>WebGrid</category><category>sharepoint</category><category>Sharepoint Designer</category><description>&lt;p&gt;Hi Gary,&lt;/p&gt;&lt;p&gt;Do you run the WebGrid using trial version in your production server? If so, I think that's the cause of the error since the trial attempted to show the trial dialog box.&lt;/p&gt;
&lt;p&gt;If you have a license, make sure you have assigned the runtime license key in your web.config.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;James.&lt;/p&gt;</description></item><item><title>WebGrid in Sharepoint Designer</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-in-Sharepoint-Designer/</link><pubDate>Fri, 06 Nov 2009 09:31:23 GMT</pubDate><dc:creator>garyfinberg</dc:creator><category>WebGrid</category><category>sharepoint</category><category>Sharepoint Designer</category><description>&lt;p&gt;Hi Glenn, thanks for the response. I have already used that document to configure WebGrid for Sharepoint. I have also chnaged the Trust Level to Full. I am getting the following error in Sharepoint Designer:&lt;/p&gt;&lt;h2&gt;&lt;em&gt;&lt;em&gt;Showing a modal dialog box or form when the application is not
running in UserInteractive mode is not a valid operation. Specify the
ServiceNotification or DefaultDesktopOnly style to display a
notification from a service application.&lt;/em&gt;&lt;/em&gt;&lt;/h2&gt;Any suggestions would be greatly appreciated.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Gary&lt;br /&gt;&lt;br /&gt;
&lt;h5&gt;&lt;span style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/h5&gt;</description></item><item><title>WebGrid in Sharepoint Designer</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-in-Sharepoint-Designer/</link><pubDate>Thu, 05 Nov 2009 21:32:38 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebGrid</category><category>sharepoint</category><category>Sharepoint Designer</category><description>&lt;p&gt;We already provided a whitepaper regarding WebGrid and Sharepoint Designer. In this whitepaper, it is detailed how to set WebGrid as a safe control. The error usually caused because insufficient permission for Sharepoint in accessing the required dll.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebGrid in Sharepoint Designer</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-in-Sharepoint-Designer/</link><pubDate>Thu, 05 Nov 2009 17:12:35 GMT</pubDate><dc:creator>garyfinberg</dc:creator><category>WebGrid</category><category>sharepoint</category><category>Sharepoint Designer</category><description>&lt;p&gt;Hi, I have been able to integrate the WebGrid control into a Sharepoint page in my dev environment by setting the trust level to "Full" in my web.config. In the production environment I cannot do that. When I try to add the webgrid control to a page, I get the following error: "Request for the permission of type 'System.Security.FileIOPermission" failed. Any suggestions?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Gary&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>