Questions tagged [sensenet]

Sense/Net is an enterprise grade open source application suite for building integrated Enterprise Content Management (ECM, ECMS) and Enterprise Portal (EPS) solutions running on the .NET platform.

Sense/Net ECM is the first Open Source Enterprise Content Management system for the .NET platform, a perfect alternative to proprietary ECM suites, such as SharePoint. With wider functionality than most open source Web CMS packages, Sense/Net is ideal for building enterprise Intranets, Extranets and Internet sites.

  • Content Repository with powerful search and query for storing millions of documents
  • Workspaces, lists and libraries for collaboration and document management
  • Enterprise 2.0 style collaboration, User profiles, Workspace Wall, Comment & Like function
  • WebDAV protocol and Microsoft Office integration for enhanced user experience
  • Windows Workflow Foundation 4 based workflows for BPM
  • Skin system, WYSIWYG and Smart Application Model for managing loads of web content
  • ASP.NET based development platform with Webpart and MVC support
  • OData REST API
  • Scalable Enterprise Architecture and Active Directory integration for enterprise deployment
  • Free Community and supported Enterprise editions with professional training.

More details can be found at these links:

https://www.sensenet.com/

https://community.sensenet.com/

https://github.com/SenseNet

http://sensenet.codeplex.com/

129 questions
1
vote
1 answer

ECM Platform or custom ASP.NET Web Application?

I've been asked to develop a .NET web application with the following requirements and features: Moderate software license expenses .NET Web Application Document storage (with change history, although a complete CMS is not needed) Complex data…
YahooER YER
  • 67
  • 1
  • 9
1
vote
0 answers

Error on deploying a web application by WinHost

I have build a sensenet (a simple Asp.net MVC web application) which I need to deploy on my shared hosting account by winhost. I have deployed the application by FTP, and I even do not know whether it was right or wrong. Now when I'm trying to…
user513820
  • 11
  • 1
0
votes
1 answer

Path Too Long Error when importing into Sensenet

I am trying too import some content into Sensenet, but it throws the following error: 14:12:12.4025 ========== Exception: 14:12:12.4155 Path:…
0
votes
1 answer

SenseNet.ExclusiveLock.MsSql component is missing

After installing the latest version of Sensenet, the following error is displayed when application is started with debugging: SenseNet.ExclusiveLock.MsSql component is missing. Description: An unhandled exception occurred during the execution of the…
0
votes
0 answers

Sensenet Move Server

I'm simply trying to move a site created by a third party to a new server. I'm getting an assembly error but I checked the project is set to move references local. I'm not familiar with sensenet so thought maybe someone could…
0
votes
0 answers

SenseNet Newly created content not showing up when querying for it

I have initialized the DefaultDatabase When I create any new content anywhere it does not show up when I'm querying for it. I can access it when I know the exact path. Any ideas what I might be missing? Thanks for your help Edit1: I'm using…
tibor
  • 1
  • 1
0
votes
2 answers

File "delete" option missing from Sense/Net7

I have installed Sense / Net Following the guide shown in: https://www.youtube.com/watch?v=640NYCFRuLk the web works fine, I have uploaded a couple of files to the server, but the option to delete files does not appear to me, I have seen that it…
0
votes
1 answer

How to get logged user roles through API- Sensenet

I need to get the role of user who logged in to provide role based functionalities. Iam unable to get the type of role from API. is there any method to get the logged user role through API?
Anil Kumar
  • 11
  • 3
0
votes
1 answer

Problem with the instalation of SenseNet in Windows Server 2008 R2

I am installing Sense / Net at the same time that I follow the guide of this link: http://wiki.sensenet.com/How_to_install_Sense/Net_from_web_deployment_package_(IIS_7.5_and_IIS_7.0) The problem arises when I have to import the application Zip into…
0
votes
0 answers

Error while starting a workflow in sensenet (Basic workflow)

I was trying to enable/configure basic workflow in sensenet back-end application. I performed the following steps and I am getting the error mentioned below. Steps performed I had enabled approval for one document library (Home / workspaces /…
0
votes
1 answer

OData REST API for integrating MS Office

I need to open office documents from my Sensenet client application. My client application is in ReactJs and I need to invoke the document to open in MS office. Is there any OData REST API available for doing the same. Kindly help.
0
votes
1 answer

Cant copy files from one document library to another- sensenet

I am using sensenet and react based client for front end. while copying a file from one document library to another I am getting the following error: "Cannot copy a list item into an another list". Can anybody tell me how i can solve this?
Anil Kumar
  • 11
  • 3
0
votes
1 answer

(Sensenet) How to Create Folder with Name and Display Name are different from Dotnet Client(sn-client-dotnet)?

I can create folder by using this code: var myFolder = Content.CreateNew("/Root/Sites/Default_Site", "Folder", "MyFolder"); await myFolder.SaveAsync(); How to make the Folder's name and it's display name are different using dotnet…
Rezkar Js
  • 3
  • 2
0
votes
1 answer

(Sensenet) How to Add File in 'Allowed child types' from Dotnet Client(sn-client-dotnet)?

I can create workspace by using this code: var myWorkspace = Content.CreateNew("/Root/Sites/Default_Site", "Workspace", "MyWorkspace"); await myWorkspace.SaveAsync(); How to set myWorkspace using dotnet client to have File in 'Allowed child…
Rezkar Js
  • 3
  • 2
0
votes
1 answer

How to override groups permission over users permission in SenseNet?

I am using SenseNet V 6.3 Community Edition. I am doing these steps: I have set Allow permission of node p to user xyz@xyz.com Access node p from user xyz@xyz.com by Node.LoadNode() (Successful) I have set deny permission of node p to user…
1 2
3
8 9