User Greg Hurlman - Stack Overflowmost recent 30 from stackoverflow.com2009-12-03T07:28:13Zhttp://stackoverflow.com/feeds/user/35http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1826897/clearcase-remote-client-in-visual-studio-2008-on-a-64-bit-client1Clearcase Remote Client in Visual Studio 2008 on a 64-bit client?Greg Hurlman2009-12-01T15:24:12Z2009-12-01T16:11:56Z
<p>I've been trying to get the CCRC 7.0.1 client working inside Visual Studio 2008 SP1 on a Windows Server 2008 R2 x64 client. Right now, it works inside VS2005 on the same client. I've been following the instructions on <a href="http://www-01.ibm.com/support/docview.wss?rs=984&uid=swg24017991" rel="nofollow">this support page from IBM</a>, but haven't had any luck. Has anyone gotten VS2008 working with the CCRC 7.0.1 on a 64-bit system? What am I missing?</p>
http://stackoverflow.com/questions/1742493/error-activating-more-than-one-sites-publishing-site-feature-concurrently0Error activating more than one site's Publishing (Site) Feature concurrentlyGreg Hurlman2009-11-16T14:26:39Z2009-11-24T22:38:03Z
<p>We have a custom self-service SharePoint solution that allows people to come to a provisioning SharePoint app, follow a 3-page wizard, answer a bunch of questions, and based on those questions, calls one of several web services around the world which in turn in the local farm creates a new site collection based on one of 3 site types (Team, Project, or Community) - all sites are created as an out-of-box Team Site that have the Publishing Features stapled to it, which we then (in code) modify in a number of ways (create libraries, drop content types, etc).</p>
<p>The problem arises when two users try to create the same type of site (i.e. 2 Project sites, or 2 Community sites) in the same farm. Activating the site collection publishing feature seems to fail, and I can't figure out why. Naturally, when we attach a debugger to walk through, it all works fine. We've reviewed all SPSite/SPWeb disposal patterns and everything else we could think of - problem being, with the crash happening within Microsoft assemblies, it's a hard fix.</p>
<p>This is a sample crash, taken from the SharePoint ULS log. Two site creations were launched within seconds of each other; the first succeeded, the second failed (the second always loses). I've manually added line breaks to make reading it easier. Any ideas?</p>
<pre><code>Failed to activate feature 'PublishingSite' (Id f6924d36-2fa8-4f0b-b16d-06b7250180fa) associated with site template 'STS#0' at scope "http://projects/sites/heisenbug2".
Exception: Microsoft.SharePoint.SPException: Provisioning did not succeed.
Details: Failed to create the 'Reusable Content' library.
OriginalException: Cannot remove file "Item". Error Code: 16388. --->
Microsoft.SharePoint.SPException: Cannot remove file "Item". Error Code: 16388. --->
System.Runtime.InteropServices.COMException (0x81070207): Cannot remove file "Item". Error Code: 16388.
at Microsoft.SharePoint.Library.SPRequestInternalClass.AddOrDeleteUrl(String bstrUrl, String bstrDirName, Boolean bAdd, UInt32 dwDeleteOp, Int32 iUserId, Guid& pgDeleteTransactionId)
at Microsoft.SharePoint.Library.SPRequest.AddOrDeleteUrl(String bstrUrl, String bstrDirName, Boolean bAdd, UInt32 dwDeleteOp, Int32 iUserId, Guid& pgDeleteTransactionId)
--- End of inner exception stack trace ---
at Microsoft.SharePoint.Library.SPRequest.AddOrDeleteUrl(String bstrUrl, String bstrDirName, Boolean bAdd, UInt32 dwDeleteOp, Int32 iUserId, Guid& pgDeleteTransactionId)
at Microsoft.SharePoint.SPFolder.DeleteCore(DeleteOp deleteOp)
at Microsoft.SharePoint.SPFolder.Delete()
at Microsoft.SharePoint.SPContentType.DeleteFolder()
at Microsoft.SharePoint.SPContentTypeCollection.Delete(SPContentTypeId id)
at Microsoft.SharePoint.Publishing.Internal.ProvisioningHelper.ReplaceAllContentTypesOnList(SPList list, SPContentType contentType)
at Microsoft.SharePoint.Publishing.Internal.RootProvisioner.CreateReusableTextList()
--- End of inner exception stack trace ---
at Microsoft.SharePoint.Publishing.Internal.RootProvisioner.CreateReusableTextList()
at Microsoft.SharePoint.Publishing.Internal.RootProvisioner.<Provision>b__0()
at Microsoft.SharePoint.Publishing.CmsSecurityUtilities.RunWithAllowUnsafeUpdates(SPWeb web, CodeToRun secureCode)
at Microsoft.SharePoint.Publishing.Internal.RootProvisioner.Provision()
at Microsoft.SharePoint.Publishing.PublishingResourcesFeatureHandler.<>c__DisplayClass2.<FeatureActivated>b__0()
at Microsoft.SharePoint.Publishing.CmsSecurityUtilities.RunWithWebCulture(SPWeb web, CodeToRun webCultureDependentCode)
at Microsoft.SharePoint.Publishing.PublishingResourcesFeatureHandler.FeatureActivated(SPFeatureReceiverProperties receiverProperties)
at Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce)
at Microsoft.SharePoint.SPFeature.Activate(SPSite siteParent, SPWeb webParent, SPFeaturePropertyCollection props, Boolean fForce)
at Microsoft.SharePoint.SPFeatureCollection.AddInternal(Guid featureId, SPFeaturePropertyCollection properties, Boolean force, Boolean fMarkOnly)
at Microsoft.SharePoint.SPFeatureCollection.Add(Guid featureId, Boolean force)
at Microsoft.SharePoint.SPFeatureCollection.CheckSameScopeDependency(SPFeatureDefinition featdefDependant, SPFeatureDefinition featdefDependency, Boolean fActivateHidden, Boolean fForce)
at Microsoft.SharePoint.SPFeatureCollection.CheckFeatureDependency(SPFeatureDefinition featdefDependant, SPFeatureDependency featdep, Boolean fActivateHidden, Boolean fForce)
at Microsoft.SharePoint.SPFeatureCollection.CheckFeatureDependencies(Guid featidDependee, Boolean fActivateHidden, Boolean fForce)
at Microsoft.SharePoint.SPFeatureCollection.AddInternal(Guid featureId, SPFeaturePropertyCollection properties, Boolean force, Boolean fMarkOnly)
at Microsoft.SharePoint.SPFeatureCollection.Add(Guid featureId, SPFeaturePropertyCollection properties, Boolean fForce)
at Microsoft.SharePoint.SPTemplateAssociationElement.EnsureTemplateAssociatedSiteFeaturesActivated(SPSite site, String sTemplateName)
</code></pre>
http://stackoverflow.com/questions/870552/what-are-you-doing-to-prepare-for-sharepoint-20100What are you doing to prepare for SharePoint 2010?Greg Hurlman2009-05-15T19:52:45Z2009-11-18T03:51:20Z
<p>What best practices are you following to make sure that the eventual release of SPS 2010 doesn't cause major rewrites of your applications?</p>
http://stackoverflow.com/questions/1731601/moss-404-errors-for-some-users-on-certain-sites-sometimes/1739877#17398770Answer by Greg Hurlman for MOSS 404 errors for some users on certain sites, sometimes...Greg Hurlman2009-11-16T03:22:46Z2009-11-16T03:22:46Z<p>Are people checking in & publishing master page changes when new CSS files and/or other includes (script files, etc.) are not yet published at all? I've seen this cause a 404 a few times when users forget to check before they publish.</p>
http://stackoverflow.com/questions/1682448/sharepoint-thread-was-being-aborted-looping-through-a-splistitemcollection/1683688#16836880Answer by Greg Hurlman for SharePoint "Thread was being aborted" looping through a SPListItemCollectionGreg Hurlman2009-11-05T21:18:55Z2009-11-09T15:06:34Z<p>Keep in mind there is a right and a very wrong way to iterate over list items, and it makes a huge difference in performance. The wrong way will cause n+1 calls to the database for the list data; the right way only makes a single call to the database.</p>
<p>Worst:</p>
<pre><code>for (int i = 0; i < myList.Items.Count; i++)
{
SPListItem thisItem = myList.Items[i];
// yada yada yada
}
</code></pre>
<p>Bad:</p>
<pre><code>foreach (SPListItem item in myList.Items)
{
// yada yada yada
}
</code></pre>
<p>Right:</p>
<pre><code>SPListItemCollection myItems = myList.Items;
foreach (SPListItem item in myItems)
{
// yada yada yada
}
</code></pre>
<p><strong>Updated:</strong> To reflect more accurate guidance</p>
http://stackoverflow.com/questions/1692378/related-to-sharepoint-technology/1694784#16947840Answer by Greg Hurlman for Related to Sharepoint TechnologyGreg Hurlman2009-11-07T23:19:15Z2009-11-07T23:19:15Z<p>If you don't like .Net, you will <em>hate</em> SharePoint.</p>
http://stackoverflow.com/questions/1641443/free-alternate-to-sharepoint-portal/1645717#16457170Answer by Greg Hurlman for Free alternate to sharepoint portal ?Greg Hurlman2009-10-29T18:35:26Z2009-10-29T18:35:26Z<p>The WhiteHouse.org site just moved its CMS to <a href="http://drupal.org/" rel="nofollow">Drupal</a> - so it's at least good enough for government work. :)</p>
http://stackoverflow.com/questions/1644563/how-to-set-up-a-sharepoint-2010-developer-machine/1645703#16457031Answer by Greg Hurlman for How to set up a SharePoint 2010 developer machine?Greg Hurlman2009-10-29T18:33:02Z2009-10-29T18:33:02Z<p>If you decide to install 2010 on your Vista/Windows 7 machine, make sure you have at least 4GB of RAM (I'd personally want at least 6, if not 8), and follow the instructions from MSDN: "<a href="http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspx" rel="nofollow">Setting Up the Development Environment for SharePoint Server</a>"</p>
http://stackoverflow.com/questions/1608428/what-is-the-biggest-new-feature-improvement-in-sharepoint-2010/1610402#16104021Answer by Greg Hurlman for What is the biggest new feature/improvement in SharePoint 2010?Greg Hurlman2009-10-22T22:39:49Z2009-10-22T22:39:49Z<p>I haven't had a chance to do anything with it yet, but the new BDC (Business Data Catalog), the BCS (Business Connectivity Services), looks really promising - and something that people may actually use as more than a last resort this time around.</p>
http://stackoverflow.com/questions/1609356/how-to-restore-a-sharepoint-2007-backup-on-a-sharepoint-2010-server/1609946#16099462Answer by Greg Hurlman for How to restore a SharePoint 2007 backup on a SharePoint 2010 serverGreg Hurlman2009-10-22T21:06:07Z2009-10-22T21:06:07Z<p>No. In fact, you can only restore it to a SharePoint server that has the same exact version of SharePoint (patch level and all) - check the version of Microsoft.SharePoint.dll.</p>
http://stackoverflow.com/questions/1427444/anything-better-than-cruisecontrol-for-net-ci4Anything better than CruiseControl for .Net CI?Greg Hurlman2009-09-15T14:13:28Z2009-09-30T14:49:16Z
<p>I've been asked to set up yet another CruiceControl environment for yet another client. I realized that I've been using CC for <em>years</em> without really looking around for competitors. Is there anything else that's sprung up that does the job equally well or better for .Net apps?</p>
http://stackoverflow.com/questions/1474306/i-just-installed-wss-3-0-now-what/1477568#14775680Answer by Greg Hurlman for I just installed WSS 3.0 -- now what?Greg Hurlman2009-09-25T14:19:24Z2009-09-25T14:19:24Z<p>If MOSS is off the table, the answer to your boss's question is "no".</p>
http://stackoverflow.com/questions/1451792/how-can-i-determine-a-cllocation-or-mkplacemark-from-an-address0How can I determine a CLLocation or MKPlacemark from an address?Greg Hurlman2009-09-20T19:25:15Z2009-09-22T15:29:43Z
<p>I've seen API documentation and demo after demo on how to do a reverse geocode - to get an address, given a Lat/Long location. I need to do the reverse. I'm assuming that this is already solved problem since Apple's MapKit API avoids it entirely.</p>
http://stackoverflow.com/questions/1424643/what-sharepoint-development-concepts-are-the-hardest-for-asp-net-developers-to-un4What SharePoint development concepts are the hardest for ASP.Net developers to understand?Greg Hurlman2009-09-15T01:12:39Z2009-09-16T09:19:57Z
<p>I'm trying to put together SharePoint 2007 (and, eventually, 2010) training materials for experienced ASP.Net developers, and having done SharePoint for years, I don't really remember where the worst sticking points were at the beginning - not to mention the amount of Googlable SharePoint content is greater by an order of magnitude than two years ago.</p>
<p>That said, what SharePoint concepts are the hardest to grasp, and/or what parts of SharePoint are esoteric enough to be non-obvious to a newbie SharePoint developer just diving in?</p>
http://stackoverflow.com/questions/1421729/problem-rebinding-a-project-in-vss0Problem rebinding a project in VSSGreg Hurlman2009-09-14T13:59:43Z2009-09-14T13:59:43Z
<p>I've got a Visual Studio 2008 setup project that I'm trying to bind to a new VSS server. Right now, in Visual Studio, it appears to have no binding. When I click the Bind button in the Change Source Control dialog, I get the following error:</p>
<blockquote>
<p>This project cannot be bound to source control because some files in this project are contained in folders that are already bound, and whose binding is not valid for this project.</p>
</blockquote>
<p>I've tried selecting the .vspscc file, restarting Visual Studio, etc. No luck. Any ideas?</p>
http://stackoverflow.com/questions/3400/how-do-you-get-leading-wildcard-full-text-searches-to-work-in-sql-server3How do you get leading wildcard full-text searches to work in SQL Server?Greg Hurlman2008-08-06T13:52:29Z2009-09-07T07:58:32Z
<p><strong>Note:</strong> I <em>am</em> using SQL's Full-text search capabilities, CONTAINS clauses and all - the * is the wildcard in full-text, % is for LIKE clauses only.</p>
<p>I've read in several places now that "leading wildcard" searches (e.g. using "*overflow" to match "stackoverflow") is not supported in MS SQL. I'm considering using a <a href="http://blogs.msdn.com/sqlclr/archive/2005/06/29/regex.aspx" rel="nofollow" title="SQL CLR Blog">CLR function to add regex matching</a>, but I'm curious to see what other solutions people might have.</p>
<p><strong>More Info</strong>: <a href="http://msdn.microsoft.com/en-us/library/ms552152.aspx" rel="nofollow" title="MSDN">You can add the asterisk only at the end of the word or phrase.</a> - along with my empirical experience: When matching "myvalue", "my*" works, but "(asterisk)value" returns no match, when doing a query as simple as:</p>
<pre><code>SELECT * FROM TABLENAME WHERE CONTAINS(TextColumn, '"*searchterm"');
</code></pre>
<p>Thus, my need for a workaround. I'm only using search in my site on an actual search page - so it needs to work basically the same way that Google works (in the eyes on a Joe Sixpack-type user). Not nearly as complicated, but this sort of match really shouldn't fail.</p>
http://stackoverflow.com/questions/1308667/noscript-tags-content-being-displayed-even-though-javascript-is-enabled0Noscript tag's content being displayed even though JavaScript is enabled?Greg Hurlman2009-08-20T20:36:16Z2009-08-21T09:02:58Z
<p>I've got a very simple snippet of HTML (below) - and both sections seem to be enabled - the script runs <em>and</em> the noscript tag's content shows. What's going on here?</p>
<pre><code><SCRIPT language="JavaScript" type="text/javascript">
// script omitted
</SCRIPT>
<NOSCRIPT>
<IMG SRC="image.jpg" WIDTH=1 HEIGHT=1 BORDER=0 ALT=""/>
</NOSCRIPT>
</code></pre>
http://stackoverflow.com/questions/1306338/ms-sharepoint-2007-anyone-know-where-i-can-find-a-thorough-learning-resource/1306370#13063701Answer by Greg Hurlman for MS SharePoint 2007 - Anyone know where I can find a thorough learning resource?Greg Hurlman2009-08-20T13:55:15Z2009-08-20T13:55:15Z<p><a href="http://rads.stackoverflow.com/amzn/click/0735623201" rel="nofollow">Inside Microsoft Windows SharePoint Services 3.0</a> - easily the best book out there on SharePoint, covers everything in MOSS despite the title.</p>
http://stackoverflow.com/questions/83068/ora-03113-end-of-file-on-communication-channel-after-long-inactivity-in-asp-net1ORA-03113: end-of-file on communication channel after long inactivity in ASP.Net appGreg Hurlman2008-09-17T13:18:42Z2009-08-08T21:51:46Z
<p>I've got a load-balanced (not using Session state) ASP.Net 2.0 app on IIS5 running back to a single Oracle 10g server, using version 10.1.0.301 of the ODAC/ODP.Net drivers. After a long period of inactivity (a few hours), the application, seemingly randomly, will throw an Oracle exception:</p>
<pre><code>Exception: ORA-03113: end-of-file on communication channel
at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
at Oracle.DataAccess.Client.OracleCommand.ExecuteReader(Boolean requery, Boolean fillRequest, CommandBehavior behavior)
at Oracle.DataAccess.Client.OracleCommand.System.Data.IDbCommand.ExecuteReader()
...Oracle portion of the stack ends here...
</code></pre>
<p>We are creating new connections on every request, have the open & close wrapped in a try/catch/finally to ensure proper connection closure, and the whole thing is wrapped in a using (OracleConnection yadayada) {...} block. This problem does not appear linked to the restart of the ASP.Net application after being spun down for inactivity.</p>
<p>We have yet to reproduce the problem ourselves. Thoughts, prayers, help?</p>
<p><hr /></p>
<p><strong>More:</strong> Checked with IT, the firewall isn't set to kill connections between those servers.</p>
http://stackoverflow.com/questions/1237862/spweb-site-should-you-call-dispose-on-it/1238779#12387792Answer by Greg Hurlman for SPWeb.Site, should you call Dispose() on it?Greg Hurlman2009-08-06T13:12:09Z2009-08-06T13:12:09Z<p>Reflector tells us that this is the code that runs inside the SPWeb object when you call the Site property:</p>
<pre><code>public SPSite Site
{
get
{
return this.m_Site;
}
}
</code></pre>
<p>It's not creating a new SPSite object, just returning the one it already had, which would be up to the SPWeb.Dispose() to take care of, if necessary. So, you can safely use it, and I would avoid disposing of it, lest SPWeb dependencies go all wonky on you.</p>
http://stackoverflow.com/questions/554318/site-owner-not-able-to-move-or-copy-pages-between-two-subsites2Site Owner not able to move or copy Pages between two subsites?Greg Hurlman2009-02-16T19:37:39Z2009-08-05T19:16:14Z
<p>I have users in the Site Owners group of a root site, trying to copy (or move) pages between Pages Libraries in two subwebs. The permissions of the subwebs are inherited from the parent, with no changes, so the Site Owners of the root are the Site Owners of the subwebs as well.</p>
<p>When a member of the owners group tries to move or copy a page, it fails. 12-Hive logs show an Access Denied error being thrown.</p>
<p>Is there any way to allow this to happen without giving these users Site Collection Admin access?</p>
<p><strong>EDIT:</strong> This is via the Manage Site Content link in the Site Actions, on a Publishing Site. Copy/Paste or drag/drop between two explorer windows works correctly.</p>
http://stackoverflow.com/questions/1214638/how-to-send-a-message-from-one-instance-of-a-managed-app-to-another0How to send a message from one instance of a managed app to another?Greg Hurlman2009-07-31T20:14:46Z2009-07-31T21:54:43Z
<p>I've got a WinForms app, where if there is already an instance running & the user tries to spin up another one, I stop it by checking against a Mutex before calling Application.Run(). That part works just fine. What I would like to do is pass a message from the new instance of the app (along with a piece of data in string form) to the existing instance before killing the new process.</p>
<p>I've tried calling PostMessage, and I do receive the message on the running app, but the string I pass along in the lparam is failing (yes, I have checked to make sure I'm passing in a good string to begin with). How can I best do this?</p>
<pre><code>static class Program
{
[DllImport("user32.dll", CharSet = CharSet.Auto)]
public static extern bool PostMessage(int hhwnd, uint msg, IntPtr wparam, IntPtr lParam);
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)]
static extern uint RegisterWindowMessage(string lpString);
private const int HWND_BROADCAST = 0xffff;
static uint _wmJLPC = unchecked((uint)-1);
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
_wmJLPC = RegisterWindowMessage("JumpListProjectClicked");
if (_wmJLPC == 0)
{
throw new Exception(string.Format("Error registering window message: \"{0}\"", Marshal.GetLastWin32Error().ToString()));
}
bool onlyInstance = false;
Mutex mutex = new Mutex(true, "b73fd756-ac15-49c4-8a9a-45e1c2488599_ProjectTracker", out onlyInstance);
if (!onlyInstance) {
ProcessArguments();
return;
}
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainForm());
GC.KeepAlive(mutex);
}
internal static void ProcessArguments()
{
if (Environment.GetCommandLineArgs().Length > 1)
{
IntPtr param = Marshal.StringToHGlobalAuto(Environment.GetCommandLineArgs()[1]);
PostMessage(HWND_BROADCAST, _wmJLPC, IntPtr.Zero, param);
}
}
}
</code></pre>
<p>Elsewhere, in my Form...</p>
<pre><code>protected override void WndProc(ref Message m)
{
try
{
if (m.Msg == _wmJLPC)
{
// always returns an empty string
string param = Marshal.PtrToStringAnsi(m.LParam);
// UI code omitted
}
}
catch (Exception ex)
{
HandleException(ex);
}
base.WndProc(ref m);
}
</code></pre>
http://stackoverflow.com/questions/1171626/error-using-querystring-sessionvariables-and-viewstate-in-sharepoint/1171898#11718980Answer by Greg Hurlman for Error using QueryString, SessionVariables and ViewState in SharePointGreg Hurlman2009-07-23T13:51:56Z2009-07-23T13:51:56Z<p>Google "connected web parts" - there's a built-in, easy way to pass data across parts.</p>
http://stackoverflow.com/questions/1171489/sharepoint-sitedefinitions/1171821#11718211Answer by Greg Hurlman for SharePoint SiteDefinitionsGreg Hurlman2009-07-23T13:42:10Z2009-07-23T13:42:10Z<p>Check the trace logs/ULS logs in the 12 hive - there's almost certainly more information on your error in there.</p>
http://stackoverflow.com/questions/1090807/sharepoint-using-a-content-editor-web-part-this-error-occurredcannot-retrieve/1128314#11283140Answer by Greg Hurlman for sharepoint: Using a Content Editor Web Part this error occurred:"Cannot retrieve properties at this time."Greg Hurlman2009-07-14T22:02:42Z2009-07-14T22:02:42Z<p>Are you doing anything to modify the URL in an HTTPModule? I ran into this problem on a publishing site where a module was hiding the "/pages" part of the URL. Modifying the CEWP via the page when accessed w/o the "/Pages" wasn't working, but with the "/Pages" it was.</p>
<p>Example:</p>
<p>Got error: <a href="http://www.tempura.org/webpartpage.aspx" rel="nofollow">http://www.tempura.org/webpartpage.aspx</a><br>
Worked: <a href="http://www.tempuri.org/pages/webpartpage.aspx" rel="nofollow">http://www.tempuri.org/pages/webpartpage.aspx</a></p>
http://stackoverflow.com/questions/11598/what-is-the-worst-interviewee-answer/11604#1160442Answer by Greg Hurlman for What is the worst interviewee answer?Greg Hurlman2008-08-14T19:47:56Z2009-06-14T04:48:38Z<p>"I think that's a really dumb question - why would that matter?"</p>
<p>Yes, that's a real response.</p>
http://stackoverflow.com/questions/976932/sharepoint-exchange-distribution-list-mirroring2SharePoint/Exchange Distribution List Mirroring?Greg Hurlman2009-06-10T17:06:57Z2009-06-11T05:49:25Z
<p>A client of mine is at a conference, and someone there spoke to him about something he called "Distribution list mirroring" - something to the effect of automatically copying emails up to a SharePoint discussion thread. That way, people can subscribe to a discussion list or visit it on their own without having to be in a mail group and receive all of the emails. They could even set up feeds or alerts if they want. He wasn't clear on where such a feature would be turned on/configured … from Outlook or SP or Exchange.</p>
<p>Does anyone know what he could be talking about?</p>
http://stackoverflow.com/questions/968819/change-description-of-a-sharepoint-group/970200#9702000Answer by Greg Hurlman for Change description of a SharePoint groupGreg Hurlman2009-06-09T13:51:11Z2009-06-09T13:51:11Z<p>Make sure there isn't anything being cached anywhere - unknown caching has been known to drive perfectly good developers to insanity.</p>
http://stackoverflow.com/questions/965695/iterate-a-sharepoint-list/965849#9658491Answer by Greg Hurlman for iterate a sharepoint list Greg Hurlman2009-06-08T16:47:37Z2009-06-08T16:47:37Z<p>From <a href="http://blog.dynatrace.com/2009/01/11/the-wrong-way-to-iterate-through-sharepoint-splist-items/" rel="nofollow">this blog post</a>:</p>
<p>The correct way to do it is to store the Items property return value in a SPListItemCollection variable. With this the database is only queried once and we will then iterate over the result set that is stored within the collection object. Here is the changed sample code:</p>
<pre><code>SPListItemCollection items = SPContext.Current.List.Items;
for(int i=0;i<100 && i<items.Count;i++) {
SPListItem listItem = items[i];
htmlWriter.Write(listItem["Title"]);
}
</code></pre>
http://stackoverflow.com/questions/955886/moss-2007-parent-folder-column/956082#9560821Answer by Greg Hurlman for MOSS 2007 - Parent Folder ColumnGreg Hurlman2009-06-05T14:13:11Z2009-06-05T14:13:11Z<p>No, there isn't a column or UI affordance for the parent folder in either a document library or the document library web part, nor is there a way to create a calculated field (without creating a totally custom field in code) - MSFT intended people to use the breadcrumbs I suppose. There <em>are</em> plenty of third party web parts out there for sale that provide this functionality (sort of) -but I haven't found one yet that I would recommend.</p>
http://stackoverflow.com/questions/1781596/will-moss-2007-custom-app-run-fine-on-sharepoint-2010/1781792#1781792Comment by Greg Hurlman on Will MOSS 2007 custom app run fine on sharepoint 2010?Greg Hurlman2009-12-01T20:54:47Z2009-12-01T20:54:47ZYou won't necessarily need to upgrade a SharePoint app built with VS2008 - SP2010 will support ASP.Net 3.5 out of the box.http://stackoverflow.com/questions/1750111/why-scroll-wheel-is-so-rare-on-keyboardsComment by Greg Hurlman on Why scroll wheel is so rare on keyboards?Greg Hurlman2009-11-17T16:36:29Z2009-11-17T16:36:29ZBecause it's on the mouse.http://stackoverflow.com/questions/1689707/sharepoint-web-part-type-could-not-be-found-registered-as-safe/1691489#1691489Comment by Greg Hurlman on Sharepoint web part: type could not be found/registered as safeGreg Hurlman2009-11-07T23:20:50Z2009-11-07T23:20:50ZMy first thought - where is the DLL on the server? Local bin directory or the GAC?http://stackoverflow.com/questions/1682448/sharepoint-thread-was-being-aborted-looping-through-a-splistitemcollection/1683688#1683688Comment by Greg Hurlman on SharePoint "Thread was being aborted" looping through a SPListItemCollectionGreg Hurlman2009-11-06T16:38:52Z2009-11-06T16:38:52Z@Ryan - for exactly the reasons I stated in my response.
Says MSFT - <a href="http://blogs.msdn.com/subhajitc/archive/2008/03/28/avoid-enumerating-splistitemcollection-object.aspx" rel="nofollow">blogs.msdn.com/subhajitc/archive/…</a> or <a href="http://office.microsoft.com/download/afile.aspx?AssetID=AM102377231033" rel="nofollow">office.microsoft.com/download/…</a>
Or you could dig through SPList & SPListItemCollection using Reflector.
http://stackoverflow.com/questions/20088/is-there-a-way-to-make-firefox-ignore-invalid-ssl-certificates/20114#20114Comment by Greg Hurlman on Is there a way to make Firefox ignore invalid ssl-certificates?Greg Hurlman2009-11-06T15:49:04Z2009-11-06T15:49:04ZThis seems like a Very Bad Idea.http://stackoverflow.com/questions/1682448/sharepoint-thread-was-being-aborted-looping-through-a-splistitemcollection/1683688#1683688Comment by Greg Hurlman on SharePoint "Thread was being aborted" looping through a SPListItemCollectionGreg Hurlman2009-11-06T15:10:29Z2009-11-06T15:10:29Z@Ryan, I wasn't quoting any articles; that's code I've written a million times over.http://stackoverflow.com/questions/1644563/how-to-set-up-a-sharepoint-2010-developer-machine/1644613#1644613Comment by Greg Hurlman on How to set up a SharePoint 2010 developer machine?Greg Hurlman2009-11-04T21:29:44Z2009-11-04T21:29:44ZIn my experience (Beta 2), Windows 7 with no user programs running outside of IE, with a single request to a team site & to central admin to spin up both web apps put about a 3.25GB load on RAM. I'd say 4GB is a minimum, 6GB to be safe, and MSFT recommends 8GB.http://stackoverflow.com/questions/1608428/what-is-the-biggest-new-feature-improvement-in-sharepoint-2010/1622199#1622199Comment by Greg Hurlman on What is the biggest new feature/improvement in SharePoint 2010?Greg Hurlman2009-10-26T15:03:13Z2009-10-26T15:03:13ZNote: this is almost useless for consultants that find their domain-joined laptop often disconnected from their domain - can't authenticate you, locks you out.http://stackoverflow.com/questions/1614924/sharepoint-prevent-a-feature-from-activating-on-a-condition/1619024#1619024Comment by Greg Hurlman on Sharepoint : Prevent a feature from activating on a condition..Greg Hurlman2009-10-24T21:10:35Z2009-10-24T21:10:35Z+1 to this - total control over your lists, especially in upgrade scenarios.http://stackoverflow.com/questions/1608428/what-is-the-biggest-new-feature-improvement-in-sharepoint-2010Comment by Greg Hurlman on What is the biggest new feature/improvement in SharePoint 2010?Greg Hurlman2009-10-22T18:53:58Z2009-10-22T18:53:58ZIf you think this question isn't programming related, then you haven't been paying attention.http://stackoverflow.com/questions/1314336/sharepoint-2010-and-firefox-safari-will-kerberos-work/1315631#1315631Comment by Greg Hurlman on SharePoint 2010 and Firefox/Safari, will Kerberos work ?Greg Hurlman2009-10-19T19:00:18Z2009-10-19T19:00:18ZThe NDA has expired for SharePoint 2010, starting with Beta 2.http://stackoverflow.com/questions/1491513/what-developer-features-excite-you-the-most-for-wss-4-0-sharepoint-2010/1491587#1491587Comment by Greg Hurlman on What developer features excite you the most for WSS 4.0 / SharePoint 2010?Greg Hurlman2009-10-07T03:11:02Z2009-10-07T03:11:02ZKeep in mind - LINQ or no LINQ, list "joins" are never joins. Lists can be many things, but they are decidedly not tables.http://stackoverflow.com/questions/377116/mono-on-the-iphone/406240#406240Comment by Greg Hurlman on Mono on the iPhone?Greg Hurlman2009-09-24T15:31:38Z2009-09-24T15:31:38ZOutdated, oddly enough, by Miguel's MonoTouch project.http://stackoverflow.com/questions/1467402/generate-a-unique-string-from-the-post-title-like-stackoverflow/1467423#1467423Comment by Greg Hurlman on generate a unique string from the post title like stackoverflowGreg Hurlman2009-09-23T17:17:42Z2009-09-23T17:17:42ZI'll admit, I lol'd at "glop"... I may need more sleep.http://stackoverflow.com/questions/1245892/is-anyone-testing-mono-touchComment by Greg Hurlman on Is anyone testing Mono-Touch?Greg Hurlman2009-09-20T19:27:07Z2009-09-20T19:27:07ZIt's been released.