zbethem


For detecting delta records, I'm a big fan of SQLIS' checksum transform. I'm having difficulty in it's install on my current machine, however. After the installation and the new transform is added to my DataFlow toolbox... I can't open the UI for the transform to define the checksum. Instead, I get the following error:

===================================

Could not load file or assembly 'Microsoft.ExceptionMessageBox, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. (Microsoft Visual Studio)

------------------------------
Program Location:

at Konesans.Dts.Pipeline.ChecksumTransform.ChecksumTransformUI.Edit(IWin32Window parentWindow, Variables variables, Connections connections)
at Microsoft.DataTransformationServices.Design.DtsComponentDesigner.StartComponentUI(Boolean startGenericUI)

Anyone have any suggestions Thanks in advance.



Re: SQLIS Checksum Install Problems

zbethem


In case anyone else has this problem... here's the solution.

I didn't have the file: C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.ExceptionMessageBox.dll

Grabbing from another computer and copying it to the proper location, I did the following:

gacutil.exe /i Microsoft.ExceptionMessageBox.dll
restart BIDS

No problems now.





Re: SQLIS Checksum Install Problems

DarrenSQLIS

For information, the supported install from MS is avalable http://download.microsoft.com/download/2/7/c/27c60d49-6dbe-423e-9a9e-1c873f269484/SQLServer2005_EMB.msi or http://download.microsoft.com/download/2/7/c/27c60d49-6dbe-423e-9a9e-1c873f269484/SQLServer2005_EMB_x64.msi

Is is usually installed along with the MS tools, but there must be something specific that is required duing the MS install, either way I will look into including it myself in future.