Donwloaded and installed the community editon
Got things to work after deling all the mobile browser files since they gave errors
when logging in there seems to be a problem
c:\Program Files\SplendidCRM Community Edition\Web Site\_controls\SearchView.ascx(58): error CS0104: 'DynamicControl' is an ambiguous reference between 'System.Web.DynamicData.DynamicControl' and 'SplendidCRM.DynamicControl' c:\Program Files\SplendidCRM Community Edition\Web Site\_controls\SearchView.ascx(58): error CS0104: 'DynamicControl' is an ambiguous reference between 'System.Web.DynamicData.DynamicControl' and 'SplendidCRM.DynamicControl'c:\Program Files\SplendidCRM Community Edition\Web Site\_controls\SearchView.ascx(58): error CS0104: 'DynamicControl' is an ambiguous reference between 'System.Web.DynamicData.DynamicControl' and 'SplendidCRM.DynamicControl' c:\Program Files\SplendidCRM Community Edition\Web Site\_controls\SearchView.ascx(58): error CS0104: 'DynamicControl' is an ambiguous reference between 'System.Web.DynamicData.DynamicControl' and 'SplendidCRM.DynamicControl'c:\Program Files\SplendidCRM Community Edition\Web Site\_controls\SearchView.ascx(58): error CS0104: 'DynamicControl' is an ambiguous reference between 'System.Web.DynamicData.DynamicControl' and 'SplendidCRM.DynamicControl' c:\Program Files\SplendidCRM Community Edition\Web Site\_controls\SearchView.ascx(58): error CS0104: 'DynamicControl' is an ambiguous reference between 'System.Web.DynamicData.DynamicControl' and 'SplendidCRM.DynamicControl'
Can anyone help
The errors you are getting suggest that you are using Visual Studio 2010. The 4.5 build will cause the errors you see below due to a namespace conflict between the Microsofot DynamicControl and the SplendidCRM DynamicControl. We are testing a 4.6 build that solves this problem, which you can request from our support staff, but you can also simply replace DynamicControl with SplendidCRM.DynamicControl in all ASCX files.