Wednesday, November 4, 2009

Microsoft SQL Server's Database Publishing Wizard BatchParser error

http://download.microsoft.com/download/4/4/D/44DBDE61-B385-4FC2-A67D-48053B8F9FAD/SQLServer2005_XMO_x64.msi

Could not load file or assembly 'Microsoft.SqlServer.BatchParser, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. Installing the above file will fix this problem on 64-bit machines!

I remember having a hard time finding the answer to this problem about a year ago, and I just ran into it again.

Tuesday, November 3, 2009

http://datacogs.com/datablogs/archive/2005/01/28/209.aspx
Recently, I converted a project from VS2003 to VS2008. The conversion deleted a file which wasn't needed in VS2008. When I tried to "rollback" the source from source control to run in VS2003, it wouldn't rung.
Taken from the link above:
If you have a project file c:\Inetpub\wwwroot\Folder\fred.csproj then you need a corresponding webinfo file fred.csproj.webinfo. The contents of the webinfo file looks like this:

<VisualStudioUNCWeb>



<Web URLPath = "http://localhost/Folder/fred.csproj" />

</VisualStudioUNCWeb>

Sunday, November 1, 2009

Free Subversion Book by O'Reilly

O'Reilly Media has released a free subversion book, located at http://svnbook.red-bean.com/
It's downloadable as a PDF, single-page HTML and multi-page HTML.

Archive