Posted 19 years ago
by Elmo Watson

Do you have any new versions of the samples?
When I run the VB.Net sample in VS.net 2005 (rtm), the converter does its thing, but then green squigglies abound (mostly with dialogresult, which can be fixed easily enough, but there are quite a few) and when I try to open the StyleEditorForm.vb designer - I get the big Red error notices with:
Could not find type 'TestApplication.ColorButton'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'TestApplication.ColorButton'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
The variable 'foreColorButton' is either undeclared or was never assigned.
The variable 'backColorButton' is either undeclared or was never assigned.
When I run the VB.Net sample in VS.net 2005 (rtm), the converter does its thing, but then green squigglies abound (mostly with dialogresult, which can be fixed easily enough, but there are quite a few) and when I try to open the StyleEditorForm.vb designer - I get the big Red error notices with:
Could not find type 'TestApplication.ColorButton'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
Could not find type 'TestApplication.ColorButton'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
The variable 'foreColorButton' is either undeclared or was never assigned.
The variable 'backColorButton' is either undeclared or was never assigned.