<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnetmafia.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SharePoint Issues</title><link>http://dotnetmafia.com/forums/14.aspx</link><description>This is a forum to keep track of SharePoint Issues.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Refinement Panel Issue in SharePoint 2010</title><link>http://dotnetmafia.com/forums/thread/4762.aspx</link><pubDate>Thu, 09 Jun 2011 06:46:35 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:4762</guid><dc:creator>jay</dc:creator><slash:comments>0</slash:comments><comments>http://dotnetmafia.com/forums/thread/4762.aspx</comments><wfw:commentRss>http://dotnetmafia.com/forums/commentrss.aspx?SectionID=14&amp;PostID=4762</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In SharePoint 2010 result (Installed FAST Search) page, I am getting results. Refinement panel says &amp;quot;No Refinements Available&amp;quot;. I had checked refinement Filter Categroy Definition its looks fine,&lt;/p&gt;
&lt;p&gt;Any suggestions / solutions&lt;/p&gt;
&lt;p&gt;thanks in advacne&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Jay&lt;/p&gt;</description></item><item><title>MOSS2007 Custom Web Parts Installtion</title><link>http://dotnetmafia.com/forums/thread/891.aspx</link><pubDate>Tue, 21 Apr 2009 09:22:02 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:891</guid><dc:creator>cg084</dc:creator><slash:comments>0</slash:comments><comments>http://dotnetmafia.com/forums/thread/891.aspx</comments><wfw:commentRss>http://dotnetmafia.com/forums/commentrss.aspx?SectionID=14&amp;PostID=891</wfw:commentRss><description>&lt;p&gt;All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;About 6 months ago i created 3 custom Web Parts in Visual Studio and these were deployed brilliantly when using the Studio Add-In. No Deployment Errors and Installtion through Studio was fine. I did this on our Single SharePoint Server running Windows Server 2003 SQL Server 2005 and SharePoint 2007 using an Enterprise Key. This was a singe server farm.&lt;/p&gt;
&lt;p&gt;However the current situation is that this server has suffered heavy usage and search index use is slowing the server dramatically. We have also had several outages due to database and service issues on the server.&lt;/p&gt;
&lt;p&gt;We have taken the decision to commision 3 new servers. Each running Windows Server 2003&amp;nbsp;64bit SQL Server 2008 and Moss2007. These machines were configured as follows. 1st Machine is running OS and SQL Server 2008 only designated as our Database Server. 2 machines running Server 2003 64 Bit and MOSS2007 64 bit installed only 1 of these is configured as Front End using the Complete Installation the other is configured as the Search Index Server using the Complete MOSS2007 Installtion. MOSS was installed with our Enterprise key.&lt;/p&gt;
&lt;p&gt;The configuration is operation and has no errors as reported by the MOSS Best Practice Analyser.&lt;/p&gt;
&lt;p&gt;I then made a site back up of our Single Server and resotred this to our New Farm of servers. At this point all is still ok search works Content and Navigation works but the 3 custom web parts i deployed on the single server (Old MOSS2007) report they are not safe.&lt;/p&gt;
&lt;p&gt;Rather than having Studio install these Web Parts i used the SETUP.BAT file studio created in the Bin\Release Folder of my solutions. This installed works fine to add and remove the web parts on the single server environment but when i try to install on the the new farm environment it installs and deploys but fails when trying to activate the feature. Error message along the lines on trying to activate the feature in this scope.&lt;/p&gt;
&lt;p&gt;I can confirm that the Web Part Feature folder is in the 12 hive with everything it should have. It also places the dll in the GAC and adds the relevant Safe Control entries in the Web.Config file with the correct public Key token.&lt;/p&gt;
&lt;p&gt;I have noticed the following:-&lt;/p&gt;
&lt;p&gt;The DLL in the GAC is showing the processor architecture as X86 on the new 64 bit environment wheras it was MSIL on the single server 32 bit environment.&lt;br /&gt;The Web PArt appears in the Web PArt Gallary and is editable.&lt;br /&gt;When trying to add the Web Part on to a new Page i get the Cannot Import the Web Part Error.&lt;br /&gt;It Does Not Appear in the Populate Gallary screen.&lt;/p&gt;
&lt;p&gt;If you use the BAT file to install on both servers running Sharepoint the 1st install has trouble activating the feature wheras the 2nd server sees its already installed but activates the feature fine. Whichever way round you install.&lt;/p&gt;
&lt;p&gt;I have tried the -force switch and that made no difference. &lt;/p&gt;
&lt;p&gt;Any ideas of where to look next would be very helpful. In this case its not an option to install and Use Studio to deploy the web part. Way i see this issue is that 1st we are operating 64 Bit now and 2nd we are running a farm of server now.&lt;/p&gt;
&lt;p&gt;Many Many Thanks.&lt;/p&gt;
&lt;p&gt;Craig.&lt;/p&gt;</description></item><item><title>Help with accessing a custom DLL from web part</title><link>http://dotnetmafia.com/forums/thread/858.aspx</link><pubDate>Thu, 05 Mar 2009 16:58:03 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:858</guid><dc:creator>pete</dc:creator><slash:comments>0</slash:comments><comments>http://dotnetmafia.com/forums/thread/858.aspx</comments><wfw:commentRss>http://dotnetmafia.com/forums/commentrss.aspx?SectionID=14&amp;PostID=858</wfw:commentRss><description>&lt;p&gt;I have a third party custom DLL that I&amp;#39;m trying use from my web part.&amp;nbsp; I&amp;#39;ve deployed the DLL to the GAC, it&amp;#39;s strongly named, listed in the SafeControls of the webconfig.&amp;nbsp; I can successfully use the DLL when using&amp;nbsp;an ASPX page, but when I try using it from a web part, I get an error.&amp;nbsp; Just including it in the references causes it to error.&amp;nbsp; Thoughts anyone?&amp;nbsp; I&amp;#39;m new to SharePoint and ASP.Net so I fully admit this could be a newbie-level issue.&lt;/p&gt;</description></item><item><title>Wild Card Search</title><link>http://dotnetmafia.com/forums/thread/814.aspx</link><pubDate>Thu, 01 Jan 2009 19:24:58 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:814</guid><dc:creator>Larry</dc:creator><slash:comments>0</slash:comments><comments>http://dotnetmafia.com/forums/thread/814.aspx</comments><wfw:commentRss>http://dotnetmafia.com/forums/commentrss.aspx?SectionID=14&amp;PostID=814</wfw:commentRss><description>&lt;p&gt;I have 2 problems. 1 is that the stsadm command does not recognise my server name ( -url hill-server2003 ). This is happening on 1 machine. On another with a different server name, I get to the point where I have added it as a web part, but I don&amp;#39;t get a query box. Any idea what I am doing wrong? I am not real up to speed with SharePoint. I am just starting out. &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;I solved the url problem. You have to put http:// in front of the server name, but I still don&amp;#39;t get a query box after installing the web part. &lt;/p&gt;</description></item><item><title>How to access a remote site using spsite ? Gives error  message as "Verify the url ..."</title><link>http://dotnetmafia.com/forums/thread/803.aspx</link><pubDate>Sun, 14 Dec 2008 15:37:20 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:803</guid><dc:creator>Raji</dc:creator><slash:comments>0</slash:comments><comments>http://dotnetmafia.com/forums/thread/803.aspx</comments><wfw:commentRss>http://dotnetmafia.com/forums/commentrss.aspx?SectionID=14&amp;PostID=803</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I am trying to access the sharepoint site using spsite class.. the code works when i am passing a sharepoint site on my pc but fails when i try to pass a remote site...in spsite class..&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please reply ...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks &lt;/p&gt;&lt;p&gt;Raji&amp;nbsp;&lt;/p&gt;</description></item><item><title>Wildcard Search Installation</title><link>http://dotnetmafia.com/forums/thread/794.aspx</link><pubDate>Tue, 02 Dec 2008 10:04:56 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:794</guid><dc:creator>lozza789</dc:creator><slash:comments>0</slash:comments><comments>http://dotnetmafia.com/forums/thread/794.aspx</comments><wfw:commentRss>http://dotnetmafia.com/forums/commentrss.aspx?SectionID=14&amp;PostID=794</wfw:commentRss><description>&lt;p&gt;Greetings!&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to install the Wildcard Search web part and have noticed that Visual Studio 2008 is listed as a requirement. What is this used for? I have Visual Studio 2005, would this work? Also, I can&amp;#39;t see where Visual Studio is used for the installation. Am a bit stuck.. help!!&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;Lawrence&lt;/p&gt;</description></item><item><title>Wild card search other languages</title><link>http://dotnetmafia.com/forums/thread/768.aspx</link><pubDate>Wed, 05 Nov 2008 16:39:20 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:768</guid><dc:creator>nicodejong</dc:creator><slash:comments>0</slash:comments><comments>http://dotnetmafia.com/forums/thread/768.aspx</comments><wfw:commentRss>http://dotnetmafia.com/forums/commentrss.aspx?SectionID=14&amp;PostID=768</wfw:commentRss><description>&lt;p&gt;I would like to use the free provided wild card search on a 64 bit Dutch MOSS installation.&lt;/p&gt;
&lt;p&gt;Any known issues? Thanks for the reply.&lt;/p&gt;</description></item><item><title>Enterprise Library 4.0 and SharePoint WSS 3.0</title><link>http://dotnetmafia.com/forums/thread/735.aspx</link><pubDate>Wed, 08 Oct 2008 18:30:55 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:735</guid><dc:creator>Jax67</dc:creator><slash:comments>1</slash:comments><comments>http://dotnetmafia.com/forums/thread/735.aspx</comments><wfw:commentRss>http://dotnetmafia.com/forums/commentrss.aspx?SectionID=14&amp;PostID=735</wfw:commentRss><description>&lt;p&gt;I read with great interest that you were successful using version 4.0 of the data enterprise library.&amp;nbsp; I use it for all my ASP.NET apps and want to use it for a simple SharePoint application I&amp;#39;m writing.&amp;nbsp; But I&amp;#39;m running into issues.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Did you have to add the dll&amp;#39;s as SafeControls in the WSS web.config file?&amp;nbsp; I don&amp;#39;t have them in there yet.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;When I add the dll references to my application, it still works.&amp;nbsp; But once I put using Microsoft.Practices.EnterpriseLibrary.Data in my .cs file, I get an error.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I would love to see a detailed explanation on using 4.0 and SharePoint.&lt;/p&gt;
&lt;p&gt;Thank you very much!&lt;/p&gt;</description></item><item><title>BEST BETS not working - after installing the Wildcard Search web part</title><link>http://dotnetmafia.com/forums/thread/710.aspx</link><pubDate>Thu, 25 Sep 2008 12:50:22 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:710</guid><dc:creator>Owens</dc:creator><slash:comments>2</slash:comments><comments>http://dotnetmafia.com/forums/thread/710.aspx</comments><wfw:commentRss>http://dotnetmafia.com/forums/commentrss.aspx?SectionID=14&amp;PostID=710</wfw:commentRss><description>&lt;p&gt;&lt;span style="FONT-SIZE:9pt;FONT-FAMILY:Verdana;"&gt;Hi,&lt;br /&gt;&lt;br /&gt;I have installed MOSS Wildcard Search Web part onto my sharepoint server.&lt;br /&gt;&lt;br /&gt;I have added, deployed the solution through Central Adminstration... and also activated the same thru Site Collection Features option in the site settings.&lt;br /&gt;&lt;br /&gt;The wildcard search is working fine.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="FONT-FAMILY:Verdana;"&gt;BUT I AM FACING A PROBLEM after installing the Wildcard Search Core Results web part, BEST BETS are not working.&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;Please do help me in this regard.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Owens Jesse&lt;/span&gt;&lt;/p&gt;</description></item><item><title>using the BDC business data type picker dialog box</title><link>http://dotnetmafia.com/forums/thread/657.aspx</link><pubDate>Wed, 06 Aug 2008 18:52:15 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:657</guid><dc:creator>boneill</dc:creator><slash:comments>1</slash:comments><comments>http://dotnetmafia.com/forums/thread/657.aspx</comments><wfw:commentRss>http://dotnetmafia.com/forums/commentrss.aspx?SectionID=14&amp;PostID=657</wfw:commentRss><description>&lt;p&gt;Hi, can anyone help me figure out how to initiate the business data type picker dialog box?? I want the user to be able to select a business data entity and Im trying to find some code showing how it works with the business data list web part. Thanks!&lt;/p&gt;</description></item><item><title>Enabling Versioning on a Document Library</title><link>http://dotnetmafia.com/forums/thread/459.aspx</link><pubDate>Mon, 28 Jan 2008 19:28:26 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:459</guid><dc:creator>CoreyRoth</dc:creator><slash:comments>1</slash:comments><comments>http://dotnetmafia.com/forums/thread/459.aspx</comments><wfw:commentRss>http://dotnetmafia.com/forums/commentrss.aspx?SectionID=14&amp;PostID=459</wfw:commentRss><description>&lt;p&gt;This forum is used to track issues that people have run into with SharePoint and hopefully get some resolutions.&lt;/p&gt;
&lt;p&gt;An issue I have ran into recently is enabling versioning on a document library.&amp;nbsp; I am using a ListTemplate and I have attempted to enable versioning using the following methods.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;Set VersioningEnabled in the elements.xml file of the document library template.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Set VersioningEnabled in the schema.xml file of the document library template.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Through the API, by getting a reference to the list, and setting the EnableVersioning property to true and then calling Update() on the list.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;I can understand methods 1 and 2 not working perhaps, but when I use the API and set properties on the list (using OnFeatureActivated), I expect it to work.&amp;nbsp; It unfortunately does not.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>