i am new to subsonic, i am trying to use subsonic 3.0
i followed every steps to set up subsonic
Problem is i am trying to use subsonic3.0 in a web project (with dotnetnuke) to create a dll file. so i can re use in other projects in the same solution.
when i try to build i got error with one of my old table column,
Error 5 Cannot implicitly convert type 'string' to 'int?' C:\WebProjects\subsonicTest\App_Data\ActiveRecord.cs 14035 32 subsonicTest
Error 25 The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments C:\WebProjects\subsonicTest\App_Data\ActiveRecord.cs 47752 16 subsonicTest
Error 31 'dnn3.Data.PackageType' does not contain a definition for 'PackageType' and no extension method 'PackageType' accepting a first argument of type 'dnn3.Data.PackageType' could be found (are you missing a using directive or an assembly reference?) C:\WebProjects\subsonicTest\App_Data\ActiveRecord.cs 48082 25 subsonicTest
Could you please give me an idea how to solve.
thanks shah