knrs.blogspot.com
Koen Roos blog: April 2009
http://knrs.blogspot.com/2009_04_01_archive.html
Friday, April 3, 2009. Microsoft Dynamics CRM 4.0 - enable tracing / logging. To enable logging on your Microsoft Dynamics CRM 4.0 server, you can follow this instructions: http:/ support.microsoft.com/kb/907490/en-us. A handy tool is written to do this instead of changing the registry keys yourselve: http:/ blogs.msdn.com/benlec/archive/2008/03/04/crmdiagtool4-for-microsoft-crm-4-0-has-been-released.aspx. Links to this post. Subscribe to: Posts (Atom). Subscribe in a reader. View my complete profile.
knrs.blogspot.com
Koen Roos blog: December 2008
http://knrs.blogspot.com/2008_12_01_archive.html
Friday, December 5, 2008. SharePoint: Add a site collection policy to a content type programmatically. I wrote about how to add a Policy to a content type programmatically. I got a question by mail how I'd add a site collection policy to a content type in code. This is the code that can do this:. Using (SPSite site = new SPSite(. SPContentType contentType = null;. Get content type id. Foreach (SPContentType type in site.RootWeb.ContentTypes). If (type.Name = test content type). ContentType = type;. The C...
ariharaselvan.blogspot.com
to share something...: January 2009
http://ariharaselvan.blogspot.com/2009_01_01_archive.html
Saturday, January 31, 2009. The template you have selected is invalid or cannot be found. We were trying to create a site collection using a template uploaded in to Global. Template gallery using the stsadm. Command. But while creating the site collection we were getting the following error. The template you have selected is invalid or cannot be found". Command. Now the site collection got created successfully. Cannot find or parse web template file. I was trying to create a SharePoint. The above mention...
ariharaselvan.blogspot.com
to share something...: August 2009
http://ariharaselvan.blogspot.com/2009_08_01_archive.html
Friday, August 28, 2009. InfoPath form .udcx data connections not working. We are using lot of InfoPath data connection .udcx files for populating the drop down boxes used in the InfoPath forms. During one of the deployment we found that the changes made in the connection string was not getting updated and the InfoPath forms were keep throwing the errors. Subscribe to: Posts (Atom). InfoPath form .udcx data connections not working. Bangalore, Karnataka, India. Hi, welcome to my tech notes!
ariharaselvan.blogspot.com
to share something...: July 2009
http://ariharaselvan.blogspot.com/2009_07_01_archive.html
Monday, July 27, 2009. Edit in Datasheet view is not working. As part of one of our deployment we had to modify lot of data in a SharePoint list, which was used by the InfoPath forms for populating the dropdowns. To make the deployment steps short we gave the steps to use the Edit in Datasheet view option. But when the deployment team was executing the steps, they were not able to use the Edit in Datasheet view and they were getting some activeX related issues. Subscribe to: Posts (Atom).
ariharaselvan.blogspot.com
to share something...: November 2008
http://ariharaselvan.blogspot.com/2008_11_01_archive.html
Friday, November 28, 2008. Workflows general debugging issues. VisualStudio crashes while attaching the w3wp.exe process. While trying to attach the w3wp.exe process related to workflow, visual studio will take more time during the attach process then it will crash and reopen because of some issues. I am not sure yet why the visual studio is crashing with out giving any error. But i was able to resolve the problem by selecting only the "WorkflowCode" option from the "Attach To" select button. After speci...
chrissyblanco.blogspot.com
El Blanco's Office 2007 Blog: October 2006
http://chrissyblanco.blogspot.com/2006_10_01_archive.html
El Blanco's Office 2007 Blog. Friday, October 13, 2006. Sgenexe" exited with code 1. Not a MOSS 2007 blog post as such, but an irritating bug I found whilst developing a MOSS application using VS.NET 2005. Building in debug has worked fine for many weeks now, eventually I've got around to building a release build. Two of the projects in my solution contain web references to a web service and both of these projects were failing with the error: " sgen.exe exited with code 1. Is passed the /assembly. Erika ...
chrissyblanco.blogspot.com
El Blanco's Office 2007 Blog: September 2006
http://chrissyblanco.blogspot.com/2006_09_01_archive.html
El Blanco's Office 2007 Blog. Thursday, September 07, 2006. Weird Exception when Creating a Web Programatically. Sorry I haven't posted for a long time, but I've been mega-busy working on various SharePoint goodies and haven't found the time . . . AnalysisSite = new SPSite(DealSiteHelper.AnalysisWebURL);. AnalysisWeb = analysisSite.OpenWeb();. AnalysisWeb.AllowUnsafeUpdates = true;. SPWeb newWeb = analysisWeb.Webs.Add(webUrl, title, title, 1033, "STS", true, false);. At Microsoft.SharePoint.Workf...At Mi...
internsp.blogspot.com
A journey into SharePoint: Form Based Authentication in SharePoint
http://internsp.blogspot.com/2007/11/form-based-authentication-in-sharepoint.html
A journey into SharePoint. Vrijdag 16 november 2007. Form Based Authentication in SharePoint. I was asked recently to setup a SharePoint site with Form Based Authentication. My first reaction was.can't be that hard no. After viewing a couple of tutorials and blogs I realized how wrong I was. But for every problem there is a solution. So I found a very good tutorial written by Andrew Connell(who else.). So for all of you who don't know how to do this I glady direct you to Andrew's post.