I'm not sure now much of the installation process was missing because of that last error, but if I finish copying the ascx files to usercontrols/nForum, I get this error from the ForumMainList.ascx file when I go to the top level Forum page:
Error creating usercontrol (usercontrols/nForum/ForumMainList.ascx) d:\Websites\UmbracoCMS\usercontrols\nForum\ForumMainList.ascx(15): error CS1061: 'umbraco.Linq.Core.AssociationTree<nForum.BusinessLogic.ForumTopic>' does not contain a definition for 'Count' and no extension method 'Count' accepting a first argument of type 'umbraco.Linq.Core.AssociationTree<nForum.BusinessLogic.ForumTopic>' could be found (are you missing a using directive or an assembly reference?)
The last section creates the member type, member group and properties for the member group.. And lastly edits web.config to allow password resetting. I'm going to get a version of 4.5.2 at the weekend on .NET v3.5 and test it.
The above error looks like you don't have Linq working?? Which has nothing to do with the install...
To do the last part of the installer manually just create a MemberType called 'ForumUser' and a Member Group as below and add the following properties (Bottom pic)
then just make sure enablepasswordreset is set to true in the web.config
Sorry fella, but I have just spent a lot of time going backwards and forwards and it seems this will not work with version 4.5 of umbraco. Only 4.6 at the moment.
I basically built the package and linq2umbraco datacontext out in 4.6.1 and it seems there is a LOT of difference between the two and its not backwards compatible. I'm going to try next week and rebuild the site in 4.5 and use a 4.5 datacontext so I can create a package.
Did you ever manage to solve the problem of making this thing work on 4.5.2 and .NET 3.5? I downloaded the source and had a go at it, and it almost seems to work, but whenever I make/access a category document type I get the following error:
Could not load type 'umbraco.NodeFactory.Node' from
assembly 'umbraco, Version=1.0.3891.20719, Culture=neutral,
PublicKeyToken=null'.
Is this related to the fact I am trying to run on 4.5.2? And if yes, can it be fixed?
During programming in a project with Ferdy I encountered the problem a described above every time a create a node in the content section. Can you give us some help?
.NET 3.5
I have been looking for a forum to use with Umbraco, as uForum has had issues and I have never been able to get it setup.
nForum looks perfect for my needs. Any idea when you'll be able to post a version compatible with .net 3.5?
Hi Robby.. Let me have a play tomorrow, and I'll see if I can get a 3.5 package created
Robby can you try the following and see if it works ok for you
http://our.umbraco.org/FileDownload?id=1948
Hi Lee. When I install that package, after clicking the button to complete the install, I get the error message:
Method not found: 'umbraco.cms.businesslogic.propertytype.PropertyType umbraco.cms.businesslogic.ContentType.AddPropertyType(umbraco.cms.businesslogic.datatype.DataTypeDefinition, System.String, System.String)'.
Hmmmm... Weird... That should not be dependant on the .NET version! Looks like I had better install a 3.5 version :S
Cheers
What version of Umbraco are you installing this on Robby?
I'm not sure now much of the installation process was missing because of that last error, but if I finish copying the ascx files to usercontrols/nForum, I get this error from the ForumMainList.ascx file when I go to the top level Forum page:
Error creating usercontrol (usercontrols/nForum/ForumMainList.ascx)
d:\Websites\UmbracoCMS\usercontrols\nForum\ForumMainList.ascx(15): error CS1061: 'umbraco.Linq.Core.AssociationTree<nForum.BusinessLogic.ForumTopic>' does not contain a definition for 'Count' and no extension method 'Count' accepting a first argument of type 'umbraco.Linq.Core.AssociationTree<nForum.BusinessLogic.ForumTopic>' could be found (are you missing a using directive or an assembly reference?)
Any ideas what might be causing that?
I really appreciate all your work on this!
I am using umbraco 4.5.2, on windows server 2003 with IIS 6
The last section creates the member type, member group and properties for the member group.. And lastly edits web.config to allow password resetting. I'm going to get a version of 4.5.2 at the weekend on .NET v3.5 and test it.
The above error looks like you don't have Linq working?? Which has nothing to do with the install...
To do the last part of the installer manually just create a MemberType called 'ForumUser' and a Member Group as below and add the following properties (Bottom pic)
then just make sure enablepasswordreset is set to true in the web.config
Hmmm this seems to be something not just tied down to nForum
http://umbraco.codeplex.com/workitem/29872
Houston we have a problem...
Sorry fella, but I have just spent a lot of time going backwards and forwards and it seems this will not work with version 4.5 of umbraco. Only 4.6 at the moment.
I basically built the package and linq2umbraco datacontext out in 4.6.1 and it seems there is a LOT of difference between the two and its not backwards compatible. I'm going to try next week and rebuild the site in 4.5 and use a 4.5 datacontext so I can create a package.
Just testing something with this forum
Hi Lee,
Did you ever manage to solve the problem of making this thing work on 4.5.2 and .NET 3.5? I downloaded the source and had a go at it, and it almost seems to work, but whenever I make/access a category document type I get the following error:
Could not load type 'umbraco.NodeFactory.Node' from assembly 'umbraco, Version=1.0.3891.20719, Culture=neutral, PublicKeyToken=null'.
Is this related to the fact I am trying to run on 4.5.2? And if yes, can it be fixed?
Regards,
-Ferdy
Dear Lee,
During programming in a project with Ferdy I encountered the problem a described above every time a create a node in the content section.
Can you give us some help?
thanks in advance.
Regards,
Jeroen.
is working on a reply...