These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Installing version 3.6

I have just downloaded version 3.6 and am trying to set up the examples project(s). Using Visual Studio 2010 on a Windows 7 machine, I have followed instructions and had no problems opening the project but when I try to Build the solution I get loads of errors
'The type or namespace name 'FileUltimate' does not exist in the namespace 'Gleamtech' (are you missing an assembly reference?)

What reference do I need to add?
Rick Harper 5/17/2013 3:09 AM
You need to extract the whole package not just Examples folder and then open Examples.sln with Visual Studio.
Example project references GleamTech.FileUltimate.dll in FileUltimate folder that's why you got errors.
Cem Alacayir 5/17/2013 8:15 AM