<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Serge&#039;s Technology View</title>
	<atom:link href="http://blog.dragonsoft.us/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dragonsoft.us</link>
	<description>Talk about Technologies, Software Architecture and Management</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:41:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How to embed Google Docs document into your page by Serguei Dosyukov</title>
		<link>http://blog.dragonsoft.us/2009/06/24/how-to-embed-google-docs-document-into-your-page/comment-page-3/#comment-15121</link>
		<dc:creator>Serguei Dosyukov</dc:creator>
		<pubDate>Tue, 31 Jan 2012 01:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=985#comment-15121</guid>
		<description>I think this method is now obsolete. You need to use Google Sites.</description>
		<content:encoded><![CDATA[<p>I think this method is now obsolete. You need to use Google Sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to embed Google Docs document into your page by Chinmay Patil</title>
		<link>http://blog.dragonsoft.us/2009/06/24/how-to-embed-google-docs-document-into-your-page/comment-page-3/#comment-15119</link>
		<dc:creator>Chinmay Patil</dc:creator>
		<pubDate>Sun, 29 Jan 2012 04:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=985#comment-15119</guid>
		<description>Hey gyuz i want to try it out in asp.net. so can you suggest me how to do this in asp.net???</description>
		<content:encoded><![CDATA[<p>Hey gyuz i want to try it out in asp.net. so can you suggest me how to do this in asp.net???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grey Dragon Theme Feature Poll &#8211; April by Serguei Dosyukov</title>
		<link>http://blog.dragonsoft.us/2011/04/19/grey-dragon-theme-feature-poll-april/comment-page-1/#comment-15111</link>
		<dc:creator>Serguei Dosyukov</dc:creator>
		<pubDate>Wed, 18 Jan 2012 05:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=1243#comment-15111</guid>
		<description>1. System already supports bigger icons (please check admin section) and tooltips
2. Please elaborate about the settings
3. Header/footer height could be adjusted via custom.css - please refer to FAQ page for the theme in codex
4. Clock can be added by means of creating a new module
5. I am not planning to support dynamic thumb sizes - closest you can get when using &quot;actual&quot; thumb aspect</description>
		<content:encoded><![CDATA[<p>1. System already supports bigger icons (please check admin section) and tooltips<br />
2. Please elaborate about the settings<br />
3. Header/footer height could be adjusted via custom.css &#8211; please refer to FAQ page for the theme in codex<br />
4. Clock can be added by means of creating a new module<br />
5. I am not planning to support dynamic thumb sizes &#8211; closest you can get when using &#8220;actual&#8221; thumb aspect</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grey Dragon Theme Feature Poll &#8211; April by setishock</title>
		<link>http://blog.dragonsoft.us/2011/04/19/grey-dragon-theme-feature-poll-april/comment-page-1/#comment-15109</link>
		<dc:creator>setishock</dc:creator>
		<pubDate>Wed, 18 Jan 2012 02:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=1243#comment-15109</guid>
		<description>Bigger nav icons. 28px like in the other GD version would do nicely. With hover over text in a balloon that explains what it is and what it does.
Separate the settings for albums displayed per page versus pictures displayed in an album per page. Right now it&#039;s global.
More header space for a larger logo image. Wouldn&#039;t hurt to make the footer just a bit taller also.
A clock either in the footer or as an add-on to the sidebar.
Be able to adjust the size of the thumb and the frame to fit. Keeping the thumb perspective where it&#039;s set already.
It&#039;s fine as it is but if I was asked to tweak it just a bit, those would be at the top of my list.</description>
		<content:encoded><![CDATA[<p>Bigger nav icons. 28px like in the other GD version would do nicely. With hover over text in a balloon that explains what it is and what it does.<br />
Separate the settings for albums displayed per page versus pictures displayed in an album per page. Right now it&#8217;s global.<br />
More header space for a larger logo image. Wouldn&#8217;t hurt to make the footer just a bit taller also.<br />
A clock either in the footer or as an add-on to the sidebar.<br />
Be able to adjust the size of the thumb and the frame to fit. Keeping the thumb perspective where it&#8217;s set already.</p>
<p>It&#8217;s fine as it is but if I was asked to tweak it just a bit, those would be at the top of my list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing Custom Security Extensions for SQL Server 2008 R2 by rharper</title>
		<link>http://blog.dragonsoft.us/2011/10/14/installing-custom-security-extensions-for-ssrs/comment-page-1/#comment-15031</link>
		<dc:creator>rharper</dc:creator>
		<pubDate>Wed, 14 Dec 2011 02:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=1332#comment-15031</guid>
		<description>i finally got it working. this was a typical microsoft implementation project - third...or fourth time is the charm!
there is a step i missed one or two of the install attempts:
make sure you edit the rsmgrpolicy.config file in the following way...
change:
PermissionSetName=&quot;Execute&quot;
to
PermissionSetName=&quot;FullTrust&quot;
on the codegroup for the MyComputer zone.
&lt;code&gt;
&lt;/code&gt;
also of note, the codeplex download of the sample authentication project for x64 2008r2 now contains the correct reference to ReportService2010.asmx and there should be no need to adjust that. however, to be sure, do a search on the entire project for ReportService2005.asmx and make sure nothing shows up. you should have one reference to ReportService2010.asmx in the AuthenticationUtilities.cs  file on or about line 42.
so now that i finally have a windows authentication version and a forms authentication version, i am reading that ReportBuilder will only work with windows authentication only. do you also know that to be true, or am i mistaken on that.
again, many thanks, and i appreciate the opportunity to be able to post on your blog.
rharper.</description>
		<content:encoded><![CDATA[<p>i finally got it working. this was a typical microsoft implementation project &#8211; third&#8230;or fourth time is the charm!</p>
<p>there is a step i missed one or two of the install attempts:</p>
<p>make sure you edit the rsmgrpolicy.config file in the following way&#8230;</p>
<p>change:</p>
<p>PermissionSetName=&#8221;Execute&#8221; </p>
<p>to</p>
<p>PermissionSetName=&#8221;FullTrust&#8221;</p>
<p>on the codegroup for the MyComputer zone.</p>
<p><code></p>
<p></code></p>
<p>also of note, the codeplex download of the sample authentication project for x64 2008r2 now contains the correct reference to ReportService2010.asmx and there should be no need to adjust that. however, to be sure, do a search on the entire project for ReportService2005.asmx and make sure nothing shows up. you should have one reference to ReportService2010.asmx in the AuthenticationUtilities.cs  file on or about line 42.</p>
<p>so now that i finally have a windows authentication version and a forms authentication version, i am reading that ReportBuilder will only work with windows authentication only. do you also know that to be true, or am i mistaken on that.</p>
<p>again, many thanks, and i appreciate the opportunity to be able to post on your blog.</p>
<p>rharper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIP: Installing SQL Server 2008 &#8211; reboot required check fails by Rich</title>
		<link>http://blog.dragonsoft.us/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/comment-page-3/#comment-15030</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 13 Dec 2011 20:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=595#comment-15030</guid>
		<description>Good call.  Mine was failing because of a user logged in over RDP who had printer redirection turned on.  The reg key points to the culprit.
Well done.</description>
		<content:encoded><![CDATA[<p>Good call.  Mine was failing because of a user logged in over RDP who had printer redirection turned on.  The reg key points to the culprit.</p>
<p>Well done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing Custom Security Extensions for SQL Server 2008 R2 by rharper</title>
		<link>http://blog.dragonsoft.us/2011/10/14/installing-custom-security-extensions-for-ssrs/comment-page-1/#comment-15027</link>
		<dc:creator>rharper</dc:creator>
		<pubDate>Tue, 13 Dec 2011 00:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=1332#comment-15027</guid>
		<description>thanks for the info. i really am trying everything on this to get it working. the application event log also shows an asp.net 2.0 error with the error being &quot;Request for the permission of type ‘System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089? failed.&quot; so the failure in reporting services log is also showing up as asp.net in the computer&#039;s main event log. this is confusing to me because since 2008r2 reporting services does not use IIS, and all my experience with working with asp.net involved IIS, i have no idea where to look for the fix for this failure.
i am right now reinstalling mssql, so i am going to give it another shot from the beginning and see where i end up.
many thanks for your attention to my posts...
rharper</description>
		<content:encoded><![CDATA[<p>thanks for the info. i really am trying everything on this to get it working. the application event log also shows an asp.net 2.0 error with the error being &#8220;Request for the permission of type ‘System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089? failed.&#8221; so the failure in reporting services log is also showing up as asp.net in the computer&#8217;s main event log. this is confusing to me because since 2008r2 reporting services does not use IIS, and all my experience with working with asp.net involved IIS, i have no idea where to look for the fix for this failure.</p>
<p>i am right now reinstalling mssql, so i am going to give it another shot from the beginning and see where i end up.</p>
<p>many thanks for your attention to my posts&#8230;</p>
<p>rharper</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing Custom Security Extensions for SQL Server 2008 R2 by Dánechka</title>
		<link>http://blog.dragonsoft.us/2011/10/14/installing-custom-security-extensions-for-ssrs/comment-page-1/#comment-15014</link>
		<dc:creator>Dánechka</dc:creator>
		<pubDate>Fri, 09 Dec 2011 21:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=1332#comment-15014</guid>
		<description>`Client found response content type of ”, but expected ‘text/xml’ --&gt; is a general error that can point to different things.
In my case it pointed to RSSrvPolicy.config file, where several typo-s were found ( Groups ).  I retyped the settings from the start; rebooted SSRS and it started to work. .. so I recommend to verify the entries in this file.</description>
		<content:encoded><![CDATA[<p>`Client found response content type of ”, but expected ‘text/xml’ &#8211;&gt; is a general error that can point to different things.<br />
In my case it pointed to RSSrvPolicy.config file, where several typo-s were found ( Groups ).  I retyped the settings from the start; rebooted SSRS and it started to work. .. so I recommend to verify the entries in this file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing Custom Security Extensions for SQL Server 2008 R2 by BCH</title>
		<link>http://blog.dragonsoft.us/2011/10/14/installing-custom-security-extensions-for-ssrs/comment-page-1/#comment-15011</link>
		<dc:creator>BCH</dc:creator>
		<pubDate>Thu, 08 Dec 2011 21:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=1332#comment-15011</guid>
		<description>Sorry, my earlier reply was intended for Dánechka.
But anyone there.... please let me know if someone has done this for anonymous users.
BCH</description>
		<content:encoded><![CDATA[<p>Sorry, my earlier reply was intended for Dánechka.<br />
But anyone there&#8230;. please let me know if someone has done this for anonymous users.</p>
<p>BCH</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing Custom Security Extensions for SQL Server 2008 R2 by rharper</title>
		<link>http://blog.dragonsoft.us/2011/10/14/installing-custom-security-extensions-for-ssrs/comment-page-1/#comment-15009</link>
		<dc:creator>rharper</dc:creator>
		<pubDate>Thu, 08 Dec 2011 20:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=1332#comment-15009</guid>
		<description>i finally got an error to show up more than what was appearing.
the report manager UILogon.aspx page says:
Client found response content type of &#039;&#039;, but expected &#039;text/xml&#039;. The request failed with an empty response
the logfile from Reporting Services includes:
1:: i INFO: Appdomain:4 ReportServer_MSSQLSERVER_0-2-129678495212866439 started.
appdomainmanager!DefaultDomain!7ec!12/08/2011-15:25:22:: e ERROR: AppDomain ReportServer_MSSQLSERVER_0 failed to start. Error: Request for the permission of type &#039;System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#039; failed.
library!DefaultDomain!7ec!12/08/2011-15:25:22:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: Failed to create HTTP Runtime, Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0.  ---&gt; System.Web.HttpException: Request for the permission of type &#039;System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#039; failed. ---&gt; System.Web.HttpParseException: Request for the permission of type &#039;System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#039; failed. ---&gt; System.Security.SecurityException: Request for the permission of type &#039;System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#039; failed.
   at System.Reflection.Assembly._GetType(String name, Boolean throwOnError, Boolean ignoreCase)
   at System.Web.UI.Util.GetTypeFromAssemblies(ICollection assemblies, String typeName, Boolean ignoreCase)
   at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError)
   at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)
   at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)
The action that failed was:
InheritanceDemand
The type of the first permission that failed was:
System.Web.AspNetHostingPermission
The first permission that failed was:
The demand was for:
The granted set of the failing assembly was:
The assembly or AppDomain that failed was:
ReportingServicesWebServer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91
The Zone of the assembly that failed was:
MyComputer
The Url of the assembly that failed was:
file:///C:/Program Files/Microsoft SQL Server/MSRS10_50.MSSQLSERVER/Reporting Services/ReportServer/bin/ReportingServicesWebServer.DLL</description>
		<content:encoded><![CDATA[<p>i finally got an error to show up more than what was appearing.</p>
<p>the report manager UILogon.aspx page says:</p>
<p>Client found response content type of &#8221;, but expected &#8216;text/xml&#8217;. The request failed with an empty response</p>
<p>the logfile from Reporting Services includes:</p>
<p>1:: i INFO: Appdomain:4 ReportServer_MSSQLSERVER_0-2-129678495212866439 started.<br />
appdomainmanager!DefaultDomain!7ec!12/08/2011-15:25:22:: e ERROR: AppDomain ReportServer_MSSQLSERVER_0 failed to start. Error: Request for the permission of type &#8216;System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242; failed.<br />
library!DefaultDomain!7ec!12/08/2011-15:25:22:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: Failed to create HTTP Runtime, Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_MSSQLSERVER_0.  &#8212;&gt; System.Web.HttpException: Request for the permission of type &#8216;System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242; failed. &#8212;&gt; System.Web.HttpParseException: Request for the permission of type &#8216;System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242; failed. &#8212;&gt; System.Security.SecurityException: Request for the permission of type &#8216;System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242; failed.<br />
   at System.Reflection.Assembly._GetType(String name, Boolean throwOnError, Boolean ignoreCase)<br />
   at System.Web.UI.Util.GetTypeFromAssemblies(ICollection assemblies, String typeName, Boolean ignoreCase)<br />
   at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError)<br />
   at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)<br />
   at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)<br />
The action that failed was:<br />
InheritanceDemand<br />
The type of the first permission that failed was:<br />
System.Web.AspNetHostingPermission<br />
The first permission that failed was:</p>
<p>The demand was for:</p>
<p>The granted set of the failing assembly was:</p>
<p>The assembly or AppDomain that failed was:<br />
ReportingServicesWebServer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91<br />
The Zone of the assembly that failed was:<br />
MyComputer<br />
The Url of the assembly that failed was:<br />
file:///C:/Program Files/Microsoft SQL Server/MSRS10_50.MSSQLSERVER/Reporting Services/ReportServer/bin/ReportingServicesWebServer.DLL</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.661 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-22 09:58:28 -->

