Hi Ray,
Have you updated the references in the project to use the new v5 assemblies? A quick way to do this is to set a reference path in the project which refers to the bin folder containing the installed v5 assemblies (reference paths are set in the project properties under References). If you prefer not to use reference paths, then you can delete the v4 references from the project in the Solution Explorer (click "Show All Files" at the top if you do not see the node for References there) and add the v5 references (right-click the References node and choose Add Reference, then go to the Browse tab and navigate to the bin folder where the v5 assemblies are installed and select them).
It is not possible to use both v4 and v5 assemblies in the same project, as the namespaces would collide and result in ambiguous references.
An upgrade utility should not be needed; just changing the references should be sufficient, and all your v4 code should work in v5. There are a few deprecated APIs which might cause a warning if you are using them in your code, but they are still supported in v5, and it should be 100% backwards compatible with your v4 code and files.
seanl
Product Manager, FarPoint Spread for Windows Forms (.NET), FarPoint Spread COM
GrapeCity FarPoint