<feed version="0.3" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns="http://purl.org/atom/ns#" xml:lang="en-US"><title>Darren Shaffer</title><link rel="alternate" type="text/html" href="http://www.dotnetjunkies.com/WebLog/darrenshaffer/default.aspx" /><tagline type="text/html" /><id>http://www.dotnetjunkies.com/WebLog/darrenshaffer/default.aspx</id><author><url>http://www.dotnetjunkies.com/WebLog/darrenshaffer/default.aspx</url></author><generator url="http://communityserver.org" version="1.0.1.50214">Community Server</generator><modified>2005-08-26T21:08:00Z</modified><entry><title>SQL CE/SQL Mobile Replication and Firewalls</title><link rel="alternate" type="text/html" href="http://www.dotnetjunkies.com/WebLog/darrenshaffer/archive/2005/12/07/134186.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:134186</id><created>2005-12-07T03:21:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;I recently decided to install Norton Internet Security 2006 on my development machine, moving away from the Windows XP SP2 firewall.&amp;nbsp; While this product (NIS) works great, a few days later I opened a CF2/SQL Mobile application I'm working on for a customer and attempted to merge replicate from a device to SQL Server 2005 installed on the same machine.&amp;nbsp; I received the following error: "&lt;STRONG&gt;Unable to synchronize the local database with the server&lt;/STRONG&gt;."&amp;nbsp; The exception details explained "&lt;STRONG&gt;Header information is either corrupted or missing&lt;/STRONG&gt;."&amp;nbsp; The CF2 application uses AddOption.CreateDatabase in the replication code to create the initial SQL Mobile database on device upon initial replication with the server.&amp;nbsp; I noticed after the error above, I ended up with a small, non-functional SQL Mobile database in my mobile app folder, but the replication clearly wasn't successful.&lt;/P&gt;
&lt;P&gt;Whenever there is a problem with merge replication between SQL CE/SQL Mobile and the server, my first step is always to validate that I can get to the IIS virtual directory and hit the SQL CE/SQL Mobile replication dll there.&amp;nbsp; Opening Pocket Internet Explorer on device, I attempted to navigate to &lt;A href="http://{myServerName}/{virtDirName}/sqlcesa30.dll"&gt;http://{myServerName}/{virtDirName}/sqlcesa30.dll&lt;/A&gt;.&amp;nbsp; When everything is configured properly, this yields a page that simply states "SQL Server Mobile Server Agent 3.0" (in the case of SQL Mobile).&lt;/P&gt;
&lt;P&gt;So this test passed and I began to suspect perhaps the transition from the Windows XP SP2 firewall to Norton Internet Security might be my issue.&amp;nbsp; After turning off the Personal Firewall component of NIS, the problem continued to occur.&amp;nbsp; So I proceeded to hard reset my device, reinstall all 3 SQL Mobile CABs, reinstall the SQL Mobile Server Tools on my dev box, drop and recreate my publication, etc.&amp;nbsp; All to no avail.&amp;nbsp; After escalating to my friends on the Microsoft SQL Mobile team, they got me thinking that perhaps NIS has something in it other than the firewall causing this problem.&amp;nbsp; I finally completely turned off NIS (the entire package) and the problem disappears.&amp;nbsp; So here is Microsoft's description of this issue so that you can all be aware of it:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;&lt;SPAN&gt;When a device is connected to a desktop where NIS is running, then merge replication&amp;nbsp;fails giving the error -"Header information is either corrupted or missing"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;STRONG&gt;Cause:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;&lt;SPAN&gt;This problem happens because Norton Internet Security strips off the &lt;STRONG&gt;Content-Length&lt;/STRONG&gt; HTTP Header field from the HTTP messages. I have attached two snapshots to show this problem. NIS_Enabled.jpg is the snapshot of the HTTP trace information when Norton Internet Security is enabled and you can notice that Content-Length is replaced with dashes. This is something NIS does for any website, you can visit yahoo.com or msn.com from the device and you would still notice the content-length being stripped off. NIS does it because of certain content-length buffer overflow attacks that are possible.&amp;nbsp;We rely on this content-length attribute while reading the HTTP data and since this attribute is missing, the client agent throws this error. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;STRONG&gt;Other observations:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;&lt;SPAN&gt;1. This problem does not occur when NIS is running on the IIS box&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;&lt;SPAN&gt;2. This problem does not occur when we run merge replication from a device emulator of a machine running NIS&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;I'm working with the SQL Mobile team to figure out a way to configure NIS so that it does not strip the Content-Length from the HTTP header.&amp;nbsp; If any of you have solved this problem, please let us know.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;In the meantime, I have seen a number of posts in the microsoft.public.sqlserver.ce newsgroup and the new SQL Mobile forum where others have run into this issue.&amp;nbsp; At least we now know what's going on.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;I'll keep you posted on&amp;nbsp;the solution when one is available.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;-Darren&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=134186" width="1" height="1"&gt;</content><slash:comments>2</slash:comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/darrenshaffer/commentrss.aspx?PostID=134186</wfw:commentRss></entry><entry><title>SQL Mobile Downloads and Samples Available Now</title><link rel="alternate" type="text/html" href="http://www.dotnetjunkies.com/WebLog/darrenshaffer/archive/2005/12/07/134185.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:134185</id><created>2005-12-07T03:17:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;It was great seeing many of you at the VS2005 Launch Event in Denver yesterday.&amp;nbsp; Microsoft just posted some fantastic resources and samples for SQL Server 2005 Mobile Edition (SQL Mobile).&lt;/P&gt;
&lt;P&gt;Here are the downloads and a description of each:&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;a.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;Microsoft SQL Server 2005 Mobile Edition Server&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;SPAN&gt; &lt;B&gt;&lt;SPAN&gt;Tools&lt;/SPAN&gt;&lt;/B&gt; - The package installs the SQL Server Mobile Replications Components on the machine running the IIS server. The components are required for connecting the SQL Server Mobile database on a mobile device to SQL Server 2000 SP3a database and later versions. Link to download: &lt;A&gt;http://www.microsoft.com/downloads/details.aspx?familyid=6ed0fb7e-7c05-4f59-879a-8fb619e36612&amp;amp;displaylang=en&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;b.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;Microsoft SQL Server 2000 Service Pack 4 Replication Components – &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;SPAN&gt;The package installs the SQL Server 2000 SP4 replication components on the machine running the IIS server. The components are required for connecting the SQL Mobile database on a mobile device to a SQL Server 2000 SP4 database. Link to download: &lt;A&gt;http://www.microsoft.com/downloads/details.aspx?familyid=a0241f9c-79b1-4011-81e3-2601aa701e02&amp;amp;displaylang=en&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;c.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;Microsoft SQL Server 2000 Service Pack 3a Replication Components – &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;SPAN&gt;The package installs the SQL Server 2000 SP3a SQL Server 2000 SP3a replication components on the machine running the IIS server. The components are required for connecting the SQL Mobile database on a mobile device to a SQL Server 2000 SP3a database. &amp;nbsp;Link to download: &lt;A&gt;http://www.microsoft.com/downloads/details.aspx?familyid=a9e0cea0-6f8d-4625-af71-fc8d671f64b6&amp;amp;displaylang=en&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;d.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;Microsoft SQL Server 2005 Mobile Edition Device SDK – &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;SPAN&gt;The SDK contains the product installers files for installing SQL Server Mobile on the mobile devices, and it also contains the DLL’s and Header files required for developing SQL Mobile applications on the Desktop. Link to download: &lt;A&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=5BD8ABAA-5813-4DB3-B23A-24551DE2ECC1&amp;amp;displaylang=en&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;e.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;B&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;IBuySpy Delivery 2005 Developer Toolkit Sample Application– &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;SPAN&gt;The Toolkit is a sample e-commerce storefront to demonstrate how simple it is to create scalable applications for the Microsoft&lt;SUP&gt;® &lt;/SUP&gt;.NET&lt;SUP&gt;®&lt;/SUP&gt; platform by using SQL Server Mobile . Link to download: &lt;SPAN&gt;&lt;B&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;A&gt;http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=7A5F64B0-4E64-4A72-A2C9-994A0C55CECD&lt;/A&gt; . &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;Apart from these the following are also available –&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT&gt;&lt;SPAN&gt;EULA for SQL Server Mobile Device SDK: &lt;A&gt;http://download.microsoft.com/download/2/4/8/2482E95D-00FD-4374-BD15-57A8C4C34444/SSMREADME.htm&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;ReadMe file for SQL Server Mobile Device SDK: &lt;A&gt;http://download.microsoft.com/download/2/4/8/2482E95D-00FD-4374-BD15-57A8C4C34444/EULA.rtf&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;Help File for the SQL Server Mobile: &lt;A&gt;http://download.microsoft.com/download/2/4/8/2482E95D-00FD-4374-BD15-57A8C4C34444/ssm3chm.chm&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;&lt;SPAN&gt;&lt;o:p&gt;-Darren&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=134185" width="1" height="1"&gt;</content><slash:comments>0</slash:comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/darrenshaffer/commentrss.aspx?PostID=134185</wfw:commentRss></entry><entry><title>SQL Mobile Webcast 11/16/2005</title><link rel="alternate" type="text/html" href="http://www.dotnetjunkies.com/WebLog/darrenshaffer/archive/2005/11/07/133618.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:133618</id><created>2005-11-07T12:28:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;Hello Fellow DotNetJunkies,&lt;/P&gt;
&lt;P&gt;I am presenting a webcast &lt;EM&gt;&lt;STRONG&gt;Developing&amp;nbsp;SQL Server 2005 Mobile Edition Applications&lt;/STRONG&gt;&lt;/EM&gt; next Wednesday November 11, 2005 at 11am Pacific time.&amp;nbsp; You can register at:&amp;nbsp; &lt;A href="http://www.devx.com/SummitDays/Door/26588"&gt;http://www.devx.com/SummitDays/Door/26588&lt;/A&gt;.&amp;nbsp; Beyond a primer on SQL Mobile and some great demos, I will share my top lessons learned programming with SQL Mobile and also with synchronizing data using merge replication, remote data access, and web services.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;So speaking of SQL Mobile, I often&amp;nbsp;field questions about the specific libraries that&amp;nbsp;SQL Mobile&amp;nbsp;installs on your device and on your server (in replication/RDA scenarios).&amp;nbsp; Here is a handy quick reference guide to the libraries that constitute SQL Server 2005 Mobile Edition:&lt;/P&gt;
&lt;P&gt;Quick Reference Guide to SQL Mobile libraries&lt;/P&gt;
&lt;P&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;SQLCESE30.DLL – Storage Engine&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;SQLCEQP30.DLL – Query Processor&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;SQLCECA30.DLL – Client Agent&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;SQLCESA30.DLL – Server Agent&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;SQLCERP30.DLL – Replication Provider&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;SQLCEME30.DLL – Managed Extensions&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;SQLCEOLEDB30.DLL – OLE-DB Provider&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;SQLCEER30xx.DLL – Error Strings Localized in locale ‘xx’ Where xx belongs to {EN, TW, CN, DE, ES, FR, IT, JA, KO}&lt;/P&gt;
&lt;P&gt;
&lt;P&gt;Finally, the RTM of Visual Studio 2005 and SQL Server 2005 is&amp;nbsp;now available to MSDN subscribers.&amp;nbsp; I've installed both on a couple of machines now and am happy to report that they install nicely after removing all of the RC, CTP, and Beta versions of these products.&amp;nbsp; If you plan on having VS2005, SS2005, and VS2003 on the same machine, the good news is that I have not seen any issues with this as long as the install order of VS and SS&amp;nbsp;follows a simple rule:&amp;nbsp;"always install VS2005 last".&amp;nbsp; A number of the other MVPs have also reported success in running all three of these products on the same development PC.&amp;nbsp; So if you're an MSDN subscriber, now is the time.&amp;nbsp; And if not, launch is almost upon us (tomorrow) and you are going to like what you see, especially with smart device development and tight integration with SQL Mobile.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;I will be at the Microsoft "Best of Launch" in Colorado Springs on 12/1.&amp;nbsp; Register at:&amp;nbsp; &lt;A href="http://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&amp;amp;EventID=1032282578"&gt;http://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&amp;amp;EventID=1032282578&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and also at the main Denver Launch Event on 12/6 in the "Ask the Experts" area.&amp;nbsp; Register at:&amp;nbsp; &lt;A href="http://www.microsoft.com/events/2005launchevents/default.mspx"&gt;http://www.microsoft.com/events/2005launchevents/default.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You will receive free copies of VS2005 and SS2005 at these events, so stop by, have a look at the cool new features in the 2005 tools,&amp;nbsp;and bring&amp;nbsp;along your Compact Framework and SQL CE/SQL Mobile questions!&lt;/P&gt;
&lt;P&gt;-Darren&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=133618" width="1" height="1"&gt;</content><slash:comments>1</slash:comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/darrenshaffer/commentrss.aspx?PostID=133618</wfw:commentRss></entry><entry><title>Hello .NET Junkies</title><link rel="alternate" type="text/html" href="http://www.dotnetjunkies.com/WebLog/darrenshaffer/archive/2005/08/26/132175.aspx" /><id>58df7014-fd75-437c-9641-150997716d1c:132175</id><created>2005-08-26T13:08:00Z</created><content type="text/html" mode="escaped">&lt;P&gt;Hello - I'm Darren Shaffer and welcome to my BLOG on dotnetjunkies.com.&amp;nbsp; A sincere thank you to Donny Mack for this opportunity.&lt;/P&gt;
&lt;P&gt;I'm a founding member and Principal Software Architect for Connected Innovation based in Denver, CO (&lt;A href="http://www.connectedinnovation.com"&gt;www.connectedinnovation.com&lt;/A&gt;).&amp;nbsp; I'm also a .NET Compact Framework MVP and frequent speaker for MSDN, Microsoft Events, and user's groups&amp;nbsp;throughout the Western US.&lt;/P&gt;
&lt;P&gt;CI is a unique organization - we are a collection of Microsoft MVPs, RDs, and senior .NET talent who provide software services&amp;nbsp;to corporate clients&amp;nbsp;and directly to Microsoft.&amp;nbsp; We specialize in a few&amp;nbsp;leading-edge&amp;nbsp;areas including Windows Mobile/CF, Location Server, MapPoint Web Service, Smart Clients, and SQL Server 2005.&amp;nbsp; If you are an MVP or recognized expert in one of those areas with an interest in being brought to bear on client engagements, feel free to contact us or visit with one of us at TechEd, MEDC, PDC, MVP Summit, etc.&lt;/P&gt;
&lt;P&gt;So what can you expect from my BLOG?&amp;nbsp; I am a Compact Framework MVP and I have had the rich experience of designing and delivering&amp;nbsp;some 25 Compact Framework enterprise apps since the CF was in beta.&amp;nbsp; I have a special interest in SQL CE and SQL Mobile and&amp;nbsp;work newsgroups that cater to those topics (there are a number of&amp;nbsp;just plain outstanding MVPs in the Compact Framework newsgroups who more than service every question, so I looked for areas that were NOT being well cared for by non-Microsoft experts).&amp;nbsp; With that said, I will use this BLOG to share solutions to difficult challenges I face in my numerous (usually concurrent!) client engagements as well as frequently asked questions I find myself answering in the Microsoft newsgroups.&lt;/P&gt;
&lt;P&gt;I will be kicking things off with a multi-part series on SQL Server 2005 Mobile Edition beginning this week.&amp;nbsp; I am in the process of&amp;nbsp;completing the SQL Mobile chapter in Wiley's upcoming &lt;EM&gt;SQL Server 2005 Bible&lt;/EM&gt; and will share some tips and insight into this powerful new database designed for the Windows Mobile platform and why it is more than just the next version of SQL CE.&lt;/P&gt;
&lt;P&gt;I look forward to using this forum and welcome your feedback.&amp;nbsp; -ds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=132175" width="1" height="1"&gt;</content><slash:comments>2208</slash:comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/darrenshaffer/commentrss.aspx?PostID=132175</wfw:commentRss></entry></feed>