<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6565035690752874645</id><updated>2012-02-16T11:26:52.392-08:00</updated><category term='Crystal Reports'/><category term='MOSS'/><category term='Windows'/><category term='Infrastructure'/><category term='WSS'/><category term='Microsoft Dynamics AX Installation.'/><category term='InfoPath'/><category term='.NET'/><category term='SQL Server'/><title type='text'>RemindMee</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-289849224509684871</id><published>2010-05-11T21:12:00.000-07:00</published><updated>2010-05-11T21:16:52.862-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Server'/><title type='text'>How to access an SQL server database on a different Subnet?</title><content type='html'>For example the Sql server you are trying to access is on a different subnet to the subnet of the machine you are trying to access it from. i.e. SQL Server A: 192.168.1.2 and SQL Server B: 192.168.2.2. To access SQL Server B from SQL Server A the connection string will be TCP:192.168.2.2,1433&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-289849224509684871?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/289849224509684871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=289849224509684871' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/289849224509684871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/289849224509684871'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2010/05/how-to-access-sql-server-database-on.html' title='How to access an SQL server database on a different Subnet?'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-5108436800598190615</id><published>2010-03-25T22:08:00.000-07:00</published><updated>2010-05-11T21:24:28.995-07:00</updated><title type='text'>Kerberos Authentication issue on IIS7</title><content type='html'>&lt;span style="color:#cc0000;"&gt;Problem&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I have been pulling my hair out trying to resolve get Kerberos and MOSS to work on IIS7. The problem that I have been having is that every time is I configure SPN's correctly i seem to be getting a Security audit log Error that says the below:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Failure Information:&lt;br /&gt;Failure Reason: Unknown user name or bad password.&lt;br /&gt;Status: 0xc000006d&lt;br /&gt;Sub Status: 0xc000006a&lt;br /&gt;&lt;br /&gt;The problem here is that one of the security changes in IIS 7.0 is that Windows Authentication is performed by default in the kernel. Because HTTP.sys is handling the authentication, it is by default done under the LocalSystem account regardless of the application pool identity. This means that the creation of an SPN is unnecessary because default SPNs are created when the server is joined to the domain. You can of course change the app pool identity without having to register a SPN, and the app pool account doesn't need to be a domain account. However, it trips up SharePoint as even on a single server SharePoint is currently considered a web farm (should use a domain account). Therefore you need to use the application pool identity for authentication. This is what caused the accounts to fail.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;color:#006600;"&gt;Solution&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000000;"&gt;Make changes to the IIS7 applicationHost file which can be found in C:\Windows\System32\inetsrv\config\ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-size:100%;"&gt;and replace the following line&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&amp;ltwindowsauthentication enabled="true"&amp;gt&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#006600;"&gt;with &lt;/span&gt;&lt;br /&gt;&amp;ltwindowsauthentication enabled="true" useapppoolcredentials="true"&amp;gt&lt;br /&gt;&lt;br /&gt;The application pool identity will now be used and the Kerberos issues will be fixed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-5108436800598190615?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/5108436800598190615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=5108436800598190615' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/5108436800598190615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/5108436800598190615'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2010/03/kerberos-authentication-issue-on-iis7.html' title='Kerberos Authentication issue on IIS7'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-9009030298111439081</id><published>2010-03-25T22:05:00.000-07:00</published><updated>2010-03-25T22:08:20.219-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>Content deployment job 'XXX' failed.The remote upload Web request failed.</title><content type='html'>During a Sharepoint publishing process I got the following error:&lt;br /&gt;&lt;br /&gt;Content deployment job 'XXX' failed.The remote upload Web request failed.&lt;br /&gt;&lt;br /&gt;The problem that was occuring was that the account that was being used to authenticate against the central administration of the target server in "Content Deployment Settings" from the source did not have permissions in the destination site collection. I gave that account permissions to the site collection and it worked.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-9009030298111439081?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/9009030298111439081/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=9009030298111439081' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/9009030298111439081'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/9009030298111439081'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2010/03/content-deployment-job-xxx-failedthe.html' title='Content deployment job &apos;XXX&apos; failed.The remote upload Web request failed.'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-6998412095361227835</id><published>2009-10-20T17:44:00.001-07:00</published><updated>2009-10-20T17:45:15.416-07:00</updated><title type='text'>Sharepoint 2010</title><content type='html'>Updates to MSDN with more information on Sharepoint 2010 has been made. &lt;a href="http://msdn.microsoft.com/en-us/library/dd776256.aspx"&gt;Click here....&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-6998412095361227835?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/6998412095361227835/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=6998412095361227835' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/6998412095361227835'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/6998412095361227835'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2009/10/sharepoint-2010.html' title='Sharepoint 2010'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-6394649986600419320</id><published>2009-10-06T13:24:00.000-07:00</published><updated>2009-10-06T13:26:02.607-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='InfoPath'/><title type='text'>Electronic Signature Template part for Infopath</title><content type='html'>&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.infopathdev.com/blogs/mel_balsamo/archive/2009/03/03/electronic-signature-template-part.aspx"&gt;http://www.infopathdev.com/blogs/mel_balsamo/archive/2009/03/03/electronic-signature-template-part.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.infopathdev.com/blogs/mel_balsamo/archive/2009/07/31/add-a-repeating-electronic-signature-template-part.aspx"&gt;http://www.infopathdev.com/blogs/mel_balsamo/archive/2009/07/31/add-a-repeating-electronic-signature-template-part.aspx&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-6394649986600419320?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/6394649986600419320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=6394649986600419320' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/6394649986600419320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/6394649986600419320'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2009/10/electronic-signature-template-part.html' title='Electronic Signature Template part for Infopath'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-6436298658959012433</id><published>2009-10-05T20:29:00.000-07:00</published><updated>2009-10-05T20:33:35.721-07:00</updated><title type='text'>Free  Training</title><content type='html'>Free Project Server 2007 Training&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/chrisfie/archive/2008/09/24/announcing-the-microsoft-project-server-2007-it-professionals-technet-webcast-series.aspx"&gt;http://blogs.msdn.com/chrisfie/archive/2008/09/24/announcing-the-microsoft-project-server-2007-it-professionals-technet-webcast-series.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/events/series/epm.aspx"&gt;http://www.microsoft.com/events/series/epm.aspx&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Free SharePoint Training&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://justindevine.wordpress.com/2008/12/05/the-ridiculous-amount-of-free-sharepoint-training/"&gt;http://justindevine.wordpress.com/2008/12/05/the-ridiculous-amount-of-free-sharepoint-training/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-6436298658959012433?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/6436298658959012433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=6436298658959012433' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/6436298658959012433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/6436298658959012433'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2009/10/free-project-server-training.html' title='Free  Training'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-8617751062679246055</id><published>2009-08-05T18:33:00.000-07:00</published><updated>2009-08-05T18:34:29.314-07:00</updated><title type='text'>Free Sharepoint archiving tool</title><content type='html'>Free sharepoint Archive tool built by &lt;a href="http://www.metalogix.net/free-tools/sharepoint-archiving-express"&gt;Metalogix&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-8617751062679246055?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/8617751062679246055/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=8617751062679246055' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/8617751062679246055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/8617751062679246055'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2009/08/free-sharepoint-archiving-tool.html' title='Free Sharepoint archiving tool'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-3095985266113962069</id><published>2009-05-19T18:07:00.000-07:00</published><updated>2009-05-19T18:08:59.749-07:00</updated><title type='text'>Hide Planned work rows in Project server 2007</title><content type='html'>Found a great blog with some project server hacks. One of which was to &lt;a href="http://www.projectserverhelp.com/Lists/Posts/ViewPost.aspx?ID=8"&gt;hide planned works rows  in Project Server&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-3095985266113962069?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/3095985266113962069/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=3095985266113962069' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/3095985266113962069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/3095985266113962069'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2009/05/hide-planned-work-rows-in-project.html' title='Hide Planned work rows in Project server 2007'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-8997066729704296986</id><published>2009-05-03T16:51:00.000-07:00</published><updated>2009-05-03T17:29:05.031-07:00</updated><title type='text'>Microsoft Office Servers Service Pack 2 Released</title><content type='html'>Microsoft Office Servers Service Pack 2 has been released. Service packs can be downloaded from &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b7816d90-5fc6-4347-89b0-a80deb27a082"&gt;Microsoft Download center&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-8997066729704296986?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/8997066729704296986/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=8997066729704296986' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/8997066729704296986'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/8997066729704296986'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2009/05/microsoft-office-servers-service-pack-2.html' title='Microsoft Office Servers Service Pack 2 Released'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-3743097217332605296</id><published>2009-04-19T17:10:00.001-07:00</published><updated>2009-04-19T17:15:53.574-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>Flushing Expired Session STat Data from SSP Database</title><content type='html'>To flush expired session' stat Data from SSP Database run the following script:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Use&lt;/span&gt;&lt;span style="font-style: italic;"&gt; &lt;sharedserviceprovidername&gt;&lt;/sharedserviceprovidername&gt;&lt;/span&gt;&lt;span style="font-style: italic;"&gt;SSP&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;truncate table ASPStateTempSessions&lt;/span&gt;&lt;sharedserviceprovidername&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/sharedserviceprovidername&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-3743097217332605296?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/3743097217332605296/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=3743097217332605296' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/3743097217332605296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/3743097217332605296'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2009/04/flushing-expired-session-stat-data-from.html' title='Flushing Expired Session STat Data from SSP Database'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-8323927712159532773</id><published>2009-04-06T16:05:00.000-07:00</published><updated>2009-04-06T16:08:27.555-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Infrastructure'/><title type='text'>Infrastructure Planning and Design</title><content type='html'>A good set of Infrstucture planning and design downloads. &lt;a href="http://technet.microsoft.com/en-gb/library/cc196387.aspx"&gt;Click here....&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-8323927712159532773?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/8323927712159532773/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=8323927712159532773' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/8323927712159532773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/8323927712159532773'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2009/04/infrastructure-planning-and-design.html' title='Infrastructure Planning and Design'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-3821130407466952371</id><published>2009-02-23T01:04:00.000-08:00</published><updated>2009-02-23T01:06:42.265-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft Dynamics AX Installation.'/><title type='text'>When we try to install AX 2009 SP1 Reporting Services on a PC running SQL 2008,we get an error saying that MSSQL 2005 SP2 is required.</title><content type='html'>Thanks to Arjit Basu the following is the instructions on his blog.&lt;a href="http://daxguy.blogspot.com/"&gt;http://daxguy.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;1. Locate the AX Reporting services dll from the extracted AX 2009 SP1 folder&lt;br /&gt;[\\AX2009SP1\support\axsetupresources\microsoft.dynamics.setup.reportingservices.dll;File Version - 5.0.1000.52]&lt;br /&gt;2. Extract the AX 2009 .iso to a shared folder&lt;br /&gt;3. Copy the microsoft.dynamics.setup.reportingservices.dll into the folder:&lt;br /&gt;\\DynamicsAX\Msi\Components32\Program Files\Microsoft Dynamics AX\50\Setup&lt;br /&gt;\\DynamicsAX\Msi\Components64\Program Files\Microsoft Dynamics AX\50\Setup&lt;br /&gt;4. It will ask to replace the existing dll having File Version - 5.0.593.0. Say Yes and replace.&lt;br /&gt;5. Then Install AX Reporting Services extensions. It works fine and the Reporting Extensions are installed nice.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-3821130407466952371?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/3821130407466952371/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=3821130407466952371' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/3821130407466952371'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/3821130407466952371'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2009/02/when-we-try-to-install-ax-2009-sp1.html' title='When we try to install AX 2009 SP1 Reporting Services on a PC running SQL 2008,we get an error saying that MSSQL 2005 SP2 is required.'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-3027316602446530339</id><published>2009-01-28T16:21:00.000-08:00</published><updated>2009-01-28T16:27:55.471-08:00</updated><title type='text'>Visual Studio Extensions for Windows SharePoint Services on a 64-bit machine</title><content type='html'>The below blog has a link to download a 64 bit version of visual studio extensions for sharepoint.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bloggingabout.net/blogs/harold/archive/2008/12/02/installing-visual-studio-extensions-for-windows-sharepoint-services-on-64-bit-machines.aspx"&gt;http://bloggingabout.net/blogs/harold/archive/2008/12/02/installing-visual-studio-extensions-for-windows-sharepoint-services-on-64-bit-machines.aspx&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-3027316602446530339?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/3027316602446530339/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=3027316602446530339' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/3027316602446530339'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/3027316602446530339'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2009/01/installing-visual-studio-extensions-for.html' title='Visual Studio Extensions for Windows SharePoint Services on a 64-bit machine'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-6864563609670505840</id><published>2008-11-24T14:51:00.000-08:00</published><updated>2008-11-24T14:52:01.669-08:00</updated><title type='text'>Unit Testing in Sharepoint</title><content type='html'>Typemock are offering their new product for &lt;a href="http://www.typemock.com/sharepointpage.php?utm_source=sp_bb&amp;amp;utm_medium=blog_4sp&amp;amp;utm_campaign=sp_bb"&gt;unit testing SharePoint&lt;/a&gt; called Isolator For SharePoint, for a special introduction price. it is the only tool that allows you to &lt;a href="http://blog.typemock.com/2008/11/newisolatorforsharepointtoolforunittest.html?utm_source=typeblog&amp;amp;utm_medium=sp_bb&amp;amp;utm_campaign=typeblog"&gt;unit test SharePoint&lt;/a&gt; without a SharePoint server. To learn more &lt;a href="http://www.typemock.com/sharepointpage.php?utm_source=sp_bb&amp;amp;utm_medium=blog_4sp&amp;amp;utm_campaign=sp_bb"&gt;click here&lt;/a&gt;.&lt;br /&gt;The first 50 bloggers who blog this text in their blog and tell us about it, will get a Full Isolator license, Free. for rules and info &lt;a href="http://blog.typemock.com/2008/11/newisolatorforsharepointtoolforunittest.html"&gt;click here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-6864563609670505840?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/6864563609670505840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=6864563609670505840' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/6864563609670505840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/6864563609670505840'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2008/11/unit-testing-in-sharepoint.html' title='Unit Testing in Sharepoint'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-33720432804888048</id><published>2008-11-18T20:31:00.000-08:00</published><updated>2008-11-18T20:33:15.273-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WSS'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>How to get physical path of 12 in code.</title><content type='html'>//use reference to below&lt;br /&gt;using System.Web;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;string strPAthTo12hive =HttpContext.Current.Server.MapPath(@"~\_layouts/1033/PurchaseLinks.js");&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-33720432804888048?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/33720432804888048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=33720432804888048' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/33720432804888048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/33720432804888048'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2008/11/how-to-get-physical-path-of-12-in-code.html' title='How to get physical path of 12 in code.'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-2468922328255752311</id><published>2008-11-16T15:19:00.000-08:00</published><updated>2008-11-16T15:28:57.800-08:00</updated><title type='text'>Infopath form closes as soon as you open it in sharepoint workflows.</title><content type='html'>I had a strange error as soon as a VS 2005  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;workflow&lt;/span&gt; that I wrote for S&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;harepoint&lt;/span&gt; would try open an &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;InfoPath&lt;/span&gt; form it would close without &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_3"&gt;giving&lt;/span&gt; any errors. The only &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_4"&gt;error&lt;/span&gt; was the following in the logs: &lt;span style="color:#ff0000;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;EventType&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;ulsexception&lt;/span&gt;12, P1 w3&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;wp&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;exe&lt;/span&gt;, P2 6.0.3790.1830, P3 42435e74, P4 microsoft.office.infopath.server, P5 12.0.6219.0, P6 4845c8d9, P7 9573, P8 194, P9 &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;fileloadexception&lt;/span&gt;, P10 82&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;lz&lt;/span&gt;. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000000;"&gt;To resolve this issue ensure that there are no empty &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_11"&gt;parameter&lt;/span&gt; floating around in the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;ItemMetadata&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;xml&lt;/span&gt; &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_14"&gt;files&lt;/span&gt; that the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_15"&gt;InfoPath&lt;/span&gt; form is not using. Once I removed all unwanted parameters the issue was resolved.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-2468922328255752311?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/2468922328255752311/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=2468922328255752311' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/2468922328255752311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/2468922328255752311'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2008/11/infopath-form-closes-as-soon-as-you.html' title='Infopath form closes as soon as you open it in sharepoint workflows.'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-7255423140426722262</id><published>2008-11-16T15:04:00.000-08:00</published><updated>2008-11-16T15:16:51.721-08:00</updated><title type='text'>ErrHow to resolve Error: ".asmx was not recognized as a known document type."</title><content type='html'>&lt;div&gt;&lt;div&gt;If you get an error below when trying to add a reference to webservice: &lt;/div&gt;&lt;div&gt;&lt;span style="color:#ff0000;"&gt;The document at the url &lt;/span&gt;&lt;a href="http://localhost:81/PWA/_vti_bin/psi/project.asmx"&gt;&lt;span style="color:#ff0000;"&gt;htt&lt;/a&gt;&lt;a href="http://localhost:81/PWA/_vti_bin/psi/project.asmx"&gt;p://localhost:81/PWA/_vti_bin/psi/project.asmx&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ff0000;"&gt; was not recognized as a known document type.The error message from each known type may help you fix the problem:- Report from 'DISCO Document' is 'Root element is missing.'.- Report from 'WSDL Document' is 'The document format is not recognized (the content type is 'text/html; charset=utf-8').'.- Report from 'XML Schema' is 'The document format is not recognized (the content type is 'text/html; charset=utf-8').'.- Report from 'http://localhost:81/PWA/_vti_bin/psi/project.asmx' is 'The document format is not recognized (the content type is 'text/html; charset=utf-8').'.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color:#000000;"&gt;&lt;/span&gt;Type ?wsdl after the webservice URl and the error should be resolved or alternativly click on the service description in the summary window and the Error should be resolved. Below is image to describe the process.&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;a href="http://3.bp.blogspot.com/_6B7OOTd5ono/SSCpnn_2eBI/AAAAAAAAAA0/sCa18u2H_Zc/s1600-h/Webservice.bmp"&gt;&lt;img id="BLOGGER_PHOTO_ID_5269398062240266258" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 320px; CURSOR: hand; HEIGHT: 200px" alt="" src="http://3.bp.blogspot.com/_6B7OOTd5ono/SSCpnn_2eBI/AAAAAAAAAA0/sCa18u2H_Zc/s320/Webservice.bmp" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://2.bp.blogspot.com/_6B7OOTd5ono/SSCpL38kg6I/AAAAAAAAAAs/BVVawcCXwLI/s1600-h/Webservice.bmp"&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-7255423140426722262?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/7255423140426722262/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=7255423140426722262' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/7255423140426722262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/7255423140426722262'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2008/11/errhow-to-resolve-error-asmx-was-not.html' title='ErrHow to resolve Error: &quot;.asmx was not recognized as a known document type.&quot;'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_6B7OOTd5ono/SSCpnn_2eBI/AAAAAAAAAA0/sCa18u2H_Zc/s72-c/Webservice.bmp' height='72' width='72'/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-289050793126646015</id><published>2008-10-23T22:46:00.000-07:00</published><updated>2008-10-23T23:06:36.672-07:00</updated><title type='text'>System.InvalidOperationException: The event receiver context for Workflow is invalid.</title><content type='html'>&lt;p&gt;If the below error come up while creating sharepoint worflow:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;System.InvalidOperationException: The event receiver context for Workflow is invalid. at Microsoft.SharePoint.SPEventReceiverDefinition.ValidContext() at Microsoft.SharePoint.SPEventReceiverDefinition.ValidReceiverFields() at Microsoft.SharePoint.SPEventReceiverDefinition.GetSqlCommandToAddEventReceivers(IList`1 erds) at Microsoft.SharePoint.Workflow.SPWinOESubscriptionService.CommitNewSubscriptions(Transaction txn, IList`1 erds) &lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;The cause of this is either you didn't associate properties for TaskID, TaskProperties, or CorrelationToken activity to your createtask token. The other scenario that this comes up is when you don't assign a unique id to your Taskid. If you code looks like below:&lt;br /&gt;public Guid createTaskInitiation_TaskId = default(System.Guid);&lt;br /&gt;to&lt;br /&gt;public Guid createTaskInitiation_TaskId = Guid.Newguid();&lt;br /&gt;This should resolve the error.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-289050793126646015?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/289050793126646015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=289050793126646015' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/289050793126646015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/289050793126646015'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2008/10/systeminvalidoperationexception-event.html' title='System.InvalidOperationException: The event receiver context for Workflow is invalid.'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-1788645595815080383</id><published>2008-10-13T01:32:00.000-07:00</published><updated>2008-10-13T01:40:02.467-07:00</updated><title type='text'>How to prevent code from crashing when adding an event handler to a documentlibrary.</title><content type='html'>I had the follwing issue:&lt;br /&gt;&lt;br /&gt;I added an  event handler to a document library. Every time i added a new document the eventhandler would run fine but when a user had entered metedata againt a doucument and pressed ok, sharepoint would crash. The reason behind this was, I was tring to update an item when there was already an update in progress. I fixed the issue by running the follwing update code.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;DisableEventFiring();&lt;br /&gt;item.SystemUpdate(false);&lt;br /&gt;EnableEventFiring();&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-1788645595815080383?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/1788645595815080383/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=1788645595815080383' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/1788645595815080383'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/1788645595815080383'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2008/10/how-to-prevent-code-crashing-when-add.html' title='How to prevent code from crashing when adding an event handler to a documentlibrary.'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-4748172386995777107</id><published>2008-08-18T15:35:00.001-07:00</published><updated>2008-08-18T16:04:07.527-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='.NET'/><category scheme='http://www.blogger.com/atom/ns#' term='Crystal Reports'/><title type='text'>Some issue with Title when generating a Excel file from a crystal report.</title><content type='html'>Two issues I spent some  time resolving was:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;When an excel file was generated from crystal reports some times the assosciated title for the column does not appear correctly.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Every time I generated an Excel file from crystal reports. The titles in the excel file were never in the same order as I had created them in crystal report.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_6B7OOTd5ono/SKn-pNmrdvI/AAAAAAAAAAc/7Ar5I0xT5tI/s1600-h/Crystal+reports+Error.bmp"&gt;&lt;img style="cursor: pointer;" src="http://3.bp.blogspot.com/_6B7OOTd5ono/SKn-pNmrdvI/AAAAAAAAAAc/7Ar5I0xT5tI/s320/Crystal+reports+Error.bmp" alt="" id="BLOGGER_PHOTO_ID_5235996025774896882" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;Fig 1&lt;/span&gt;&lt;span style="font-weight: bold;"&gt; : This will not work&lt;/span&gt;&lt;/span&gt;&lt;img src="file:///C:/DOCUME%7E1/CHRIS%7E1.JAC/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Resolution to the issues above:&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;ol&gt;&lt;li&gt;For all the columns that you require to appear in excel they must touch the details section.&lt;/li&gt;&lt;li&gt;For the Titles to be in the same order as in crystal,all fields must have the same height. For some reason the order seems to be based on height.&lt;/li&gt;&lt;/ol&gt;Below is the corrected crystal report Image.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_6B7OOTd5ono/SKn_jdmYy2I/AAAAAAAAAAk/FD4YR6ut4MQ/s1600-h/Crystal+reports+Correct.bmp"&gt;&lt;img style="cursor: pointer;" src="http://1.bp.blogspot.com/_6B7OOTd5ono/SKn_jdmYy2I/AAAAAAAAAAk/FD4YR6ut4MQ/s320/Crystal+reports+Correct.bmp" alt="" id="BLOGGER_PHOTO_ID_5235997026501053282" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:78%;" &gt;Fig 2. This will work&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-4748172386995777107?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/4748172386995777107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=4748172386995777107' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/4748172386995777107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/4748172386995777107'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2008/08/some-issue-with-title-when-generating.html' title='Some issue with Title when generating a Excel file from a crystal report.'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_6B7OOTd5ono/SKn-pNmrdvI/AAAAAAAAAAc/7Ar5I0xT5tI/s72-c/Crystal+reports+Error.bmp' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-5242761796994050084</id><published>2008-08-06T18:33:00.000-07:00</published><updated>2008-08-06T18:43:16.585-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WSS'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>How to view GAC Folders.</title><content type='html'>The following command will allow users to see the folders within the "c:\windows\assembly" or GAC folder.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;regsvr32 /u c:\WINDOWS\mICROSOFT.net\Framework\v2.0.50727\shfusion.dll&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Run the below command to restore your site back to GAC view.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;regsvr32  c:\WINDOWS\mICROSOFT.net\Framework\v2.0.50727\shfusion.dll&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-5242761796994050084?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/5242761796994050084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=5242761796994050084' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/5242761796994050084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/5242761796994050084'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2008/08/how-to-view-gac-folders.html' title='How to view GAC Folders.'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6565035690752874645.post-3072303877078517203</id><published>2008-07-24T18:41:00.000-07:00</published><updated>2008-07-24T18:52:54.271-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>MOSS: Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))</title><content type='html'>This Error occurs when adding a wepart to page because the webpart is disposing the spsite or spweb object. If your code looks like below:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;using (SPWeb web = SPContext.Current.Web)&lt;br /&gt;{&lt;br /&gt;       //some coded here&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change it to the format below:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SPWeb web = SPContext.Current.Web;&lt;br /&gt;// your code here&lt;br /&gt;&lt;br /&gt;And the  Exception (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)) should be resolved.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6565035690752874645-3072303877078517203?l=remindmee.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://remindmee.blogspot.com/feeds/3072303877078517203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6565035690752874645&amp;postID=3072303877078517203' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/3072303877078517203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6565035690752874645/posts/default/3072303877078517203'/><link rel='alternate' type='text/html' href='http://remindmee.blogspot.com/2008/07/moss-exception-occurred-exception-from.html' title='MOSS: Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))'/><author><name>Chris</name><uri>http://www.blogger.com/profile/04824444836630578104</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
