Just replace the Microsoft.SqlServer.Replication.dll in the SDK directory with a newer version. (do a search on your C drive and you'll find it )
I am using version 9.00.3042, you get this error when using version 9.00.1399.06 or something.
Regards,Lesscher
There is something going on with your SQL SMO assemblies. Are your running a 64 bit OS or did you load SQL Server Management Studio recently. Bottom line, something has been loaded that has overwritten the BatchParser.DLL and the SQLReplication.DLL. Both assemblies are used through the DDT, but are not our assemblies. They are actually SQL Server Management Object DLLs.
Were you getting this error before?
Warning 1 Referenced assembly 'C:\WINDOWS\assembly\GAC_32\Microsoft.SqlServer.BatchParser\9.0.242.0__89845dcd8080cc91\Microsoft.SqlServer.BatchParser.dll' targets a different processor than the application. DealerLocatorAdmin
Warning 2 Referenced assembly 'c:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.SqlServer.Replication.dll' targets a different processor than the application. DealerLocatorAdminAny help would be great.
Jason