Ramblings about MS Dynamics CRM 2011 and coding basics.

Thursday, November 02, 2006

MS CRM 3.0.5 SDK

A very helpful resource is the Software Developer's Kit (SDK) from MS. Here is a link to the latest version that was released on 6/26/06:

http://www.microsoft.com/downloads/details.aspx?FamilyID=9c178b68-3a06-4898-bc83-bd14b74308c5&DisplayLang=en

The SDK has samples of code for advanced functionality-all with syntax that has the blessing from Microsoft...which is always good because of the guarantee of compatability with the next version.

Labels: , , , , , ,

Wednesday, November 01, 2006

Running .Net Framework 1.1x and 2.0

I recently came across this problem of needing both .Net Frameworks on a crm server. When installing sql server 2005, .net 2.x is installed on the server. In order to "grandfather" the 1.1x on the server, you need to install the .net 1.1x framework before the sql server 2005.

Here are the links for .Net Framework 1.14

Microsoft .NET Framework Version 1.1 Redistributable Package
http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&DisplayLang=en

Microsoft .NET Framework 1.1 Service Pack 1
http://www.microsoft.com/downloads/details.aspx?FamilyID=a8f5654f-088e-40b2-bbdb-a83353618b38&DisplayLang=en

Labels: , , , , , , , , ,