StrataFrame Forum

Cant run any of the Sample Prjects after 1.6 install

http://forum.strataframe.net/Topic7789.aspx

By Keith Chisarik - 3/29/2007

I get errors trying to view the forms like below, I tried to rebuild, clean and rebuild, etc, to no avail. Please help.



CRM Example

Could not find type 'SampleCRMApplication.CustomersBO'. 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 'Customers' is either undeclared or was never assigned.



Themed Container Example

Could not find type 'ThemedContainerSample.MyTestContainer'. 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 'MyTestContainer1' is either undeclared or was never assigned.
By Trent L. Taylor - 3/29/2007

Open up the source code for these projects and make sure the references are point to 1.6.  You can even remove the references and add them back in.  More than likely this is happening on your machine because you have both the 1.5 and 1.6 assemblies in your GAC and it is trying to resolve the 1.5 assemblies for some reason.  Just open the source, remove the StrataFrame references and add them back in with the 1.6 and then give is a whirl.