Im working with the newly released full version of visual studio 2005 and my program compiles but I have a bunch of warnings with the message
 
Object doest not match target type


Here is the line of code that gets the error.
CType(Me.rightRaftingContainer, System.ComponentModel.ISupportInitialize).EndInit()


The code is in the auto generated section, also the program that has this error was developed with 2.0 betta 1 and I am not trying to fix it to the full version so its probly something simple. 

Hope someone can help me, thanks.