Quote Originally Posted by AMedina View Post
Yes, I just add the files to the project and build. After click on built vb is showing the error list.
I've had those errors too. The name of the solution that NickThissen used to create the Customizable Strips was named "CustomizableStrips", so when you added them to your project, they are referencing a NameSpace that doesn't exist. If you go to each line of code that has that error and change "CustomizableStrips" to the name of your solution, the errors should go away.