Tuesday, February 21, 2012

samples from SSIS book do not work

the book "microsoft sql server 2005 integration services" by kirk haselden claims you can download examples and source code at www.samspublishing.com

er no

what happens is this

go to the site
look for the 'downloads' link
see there isn't one
search for authors
h etc.... lose a few minutes of your life
find the book

yay

it forces you to sign up for an account in order to get the samples - outrageous

prepare for endless spam from sams

sign up

click on download samples
find the configedit folder
load into vs
run it
it doesn't work!!

thanks

Warning 1 The referenced component 'SourceLibrary' could not be found.
Warning 2 The referenced component 'SourceGrid2' could not be found.
Error 3 Unable to find source file 'K:\MAS\Software and Tools\Samples\SSIS\Kirk Haselden book\Samples\SRC\Utilities\ConfigEdit\ConfigurationsEditor\bin\Debug\ConfigurationsEditor.exe' for assembly 'ConfigurationsEditor.exe', located in '[TARGETDIR]' K:\MAS\Software and Tools\Samples\SSIS\Kirk Haselden book\Samples\SRC\Utilities\ConfigEdit\SetupConfigEdit\SetupConfigEdit.vdproj SetupConfigEdit
Error 4 The type or namespace name 'SourceGrid2' could not be found (are you missing a using directive or an assembly reference?) K:\MAS\Software and Tools\Samples\SSIS\Kirk Haselden book\Samples\SRC\Utilities\ConfigEdit\ConfigEditControl\ConfigEdit.cs 9 7 ConfigEdit
Error 5 The type or namespace name 'SourceGrid2' could not be found (are you missing a using directive or an assembly reference?) K:\MAS\Software and Tools\Samples\SSIS\Kirk Haselden book\Samples\SRC\Utilities\ConfigEdit\ConfigEditControl\ConfigEdit.cs 10 7 ConfigEdit
Error 6 The type or namespace name 'SourceGrid2' could not be found (are you missing a using directive or an assembly reference?) K:\MAS\Software and Tools\Samples\SSIS\Kirk Haselden book\Samples\SRC\Utilities\ConfigEdit\ConfigEditControl\ConfigEdit.cs 87 40 ConfigEdit
Error 7 The type or namespace name 'SourceGrid2' could not be found (are you missing a using directive or an assembly reference?) K:\MAS\Software and Tools\Samples\SSIS\Kirk Haselden book\Samples\SRC\Utilities\ConfigEdit\ConfigEditControl\ConfigEdit.cs 11 15 ConfigEdit
Error 8 The type or namespace name 'SourceGrid2' could not be found (are you missing a using directive or an assembly reference?) K:\MAS\Software and Tools\Samples\SSIS\Kirk Haselden book\Samples\SRC\Utilities\ConfigEdit\ConfigEditControl\ConfigEdit.cs 24 17 ConfigEdit
Error 9 The type or namespace name 'SourceGrid2' could not be found (are you missing a using directive or an assembly reference?) K:\MAS\Software and Tools\Samples\SSIS\Kirk Haselden book\Samples\SRC\Utilities\ConfigEdit\ConfigEditControl\ConfigEdit.cs 25 11 ConfigEdit
Error 10 The type or namespace name 'SourceGrid2' could not be found (are you missing a using directive or an assembly reference?) K:\MAS\Software and Tools\Samples\SSIS\Kirk Haselden book\Samples\SRC\Utilities\ConfigEdit\ConfigEditControl\ConfigEdit.Designer.cs 318 17 ConfigEdit
Error 11 Metadata file 'K:\MAS\Software and Tools\Samples\SSIS\Kirk Haselden book\Samples\SRC\Utilities\ConfigEdit\ConfigEditControl\bin\Debug\ConfigEdit.dll' could not be found ConfigurationsEditor
Warning 12 Could not resolve this reference. Could not locate the assembly "SourceGrid2". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. ConfigEdit
Warning 13 Could not resolve this reference. Could not locate the assembly "SourceLibrary". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. ConfigEdit

one could argue that ssis should have a config editor supplied with it, instead of having to go into notepad

ConfigEdit has worked for many of us, right from the site.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1239403&SiteID=1

No comments:

Post a Comment