Does anyone know anything about this CMS? I just ourchased it, followed the setup directions (which can be found at http://www.insitecreation.com/resources/1/insitecreation/InsiteCreation2008.pdf) and once I try opening the site, all I get is the following. Stack Trace: Code: [NullReferenceException: Object reference not set to an instance of an object.] URLRewrite..ctor() +26 [TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +103 System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +261 System.Activator.CreateInstance(Type type, Boolean nonPublic) +66 System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +1036 System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +114 System.Web.Configuration.ModulesEntry.Create() +41 System.Web.Configuration.HttpModulesSection.CreateModules() +203 System.Web.HttpApplication.InitModules() +219 System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1251 System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243 System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +214 I am using VWD Express and SQL Express on my local machine for development and I seem to even have trouble compiling it there. Every time I try it come up with several errors and messages such as: Message1Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'. Message2Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:appSettings'. Message3Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'. and many others (101 total, ALL from web.config). The code is all written in VB. I guess I am just wanting to know if anyone hear has heard of thie CMS, any known issues with it that I did not find in reviews, and if DiscountASP supports it.
Do you have 2.0 Framework installed and configured on the machine you are trying to run this CMS on? Vikram DiscountASP.NET www.DiscountASP.NET
Yes, I have .NET 2.0 Framework installed on my local machine. I have worked on other projects using this machine that worked fine on the DASP servers and on my machine. I just decided that I wanted to change my whole site and try using a CMS. I considered going with Kentico, but found one for much cheaper that I thought might work. When I try to run it on my local machine with VWD Express, I get the messages. I thought that maybe I had corrected it somehow, but unfortunately, I am still getting 101 messages about the web.config file. I am not sure what the issue is with it since the code was apparently professionally written.
Just as an example, I am getting errors for the following code: <appSettings> <add key='FileStorage' value='\FileStorage'/> <add key='UseWorkflowEmailNotification' value='no'/> <add key='MaxSiteMapLevel' value='5'/> <add key='MaxDropdownMenuLevel' value='5'/> <add key='UseSecureFileStorageForViewing' value='no'/> <add key='Shop' value='no'/> </appSettings> <connectionStrings> <remove name='SQLConnectionString' /> <add name='SQLConnectionString' connectionString='Data Source=Data Source=tcp:sql2k508.discountasp.net;Initial Catalog=SQL2005_378073_dbmem;User ID=;Password=SQL2005_378073_dbmem_user;trusted_connection=false;' providerName='System.Data.SqlClient' /> <remove name='LocalSqlServer' /> <add name='LocalSqlServer' connectionString='Data Source=tcp:sql2k508.discountasp.net;Integrated Security=False;Initial Catalog=SQL2005_378073_dbmem;User ID=SQL2005_378073_dbmem_user;Password=********' providerName='System.Data.SqlClient' /> </connectionStrings> The error message I get include (as stated before): Message 3 Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:add'. Message 4 Could not find schema information for the attribute 'key'. Message 5 Could not find schema information for the attribute 'value'. Message 21 Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:connectionStrings'. If you can tell me why there are errors here based upon the code, I would love to know. Thanks!
Hello Lance </o> I have used InsiteCreation for some time now. </o> Here is a link to my site http://www.web-presentations.com , the site is hosted by DiscountASP and uses MS SQL2000 & IC2007. </o> IC2007/8 is a great product on its own, but a FANTASTIC product when you start writing your own modules. </o> Best regards Bill