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
0
votes
1 answer

Sensenet: Search by Content List fields on Query Builder

I'm trying to make an query on Query builder. This query should search by content using the Content List fields. In the documentation is indicated that I can use CQL but it seems that in this case is not working. The query that I'm trying to make…
0
votes
1 answer

Sensenet: Export Contents

I'm trying to export content from sensenet using (http://wiki.sensenet.com/Export#Configuration) "export" command call: Export.exe -SOURCE /Root/Sites/Test -TARGET C:\ExportSensenet -ASM ..\bin I also tried without the "ASM" parameter. Export did…
0
votes
1 answer

Overriding a field of base Content Type in Sensenet 6.4

My custom 'IPAProject' CTD is based on Workspace CTD. If I override inherited Description field in the following way (lines omitted for brevity):
0
votes
2 answers

Sensenet: fields referring external data

I have requirement that consists to define one field of a document library that reference external data (outside of sensenet). Is it possible? (I know that exists the reference type but it points to internal content of sensenet).
0
votes
1 answer

Sensenet: Validate "compulsory" fields when the file is uploaded to a document library

I have a document library that has some fields as compulsory but when I upload them sensenet does not required the fill of that fields. This is working only on the edit function
0
votes
0 answers

SenseNet error at user login: System.Web.HttpException

We're getting an error when users try to sign into Sensenet; they get the following error: System.Web.HttpException The site has encountered a problem and cannot serve you the requested resource. Exception message The Controls collection cannot be…
0
votes
1 answer

SenseNet versioning - content locking

Trying to understand SN content versioning; What is the purpose of "LockType", "LockToken" in "Nodes" table and what are their possible values? What is the difference between "LockDate" and "LastLockDate"? Many thanks.
Anas Tina
  • 329
  • 1
  • 2
  • 14
0
votes
1 answer

Sensenet API: Best Way to Create Folder structure

I want upload content to a specific path on sensenet. This path may not be already created on sensenet. So if the path do not exists, the system has to create it. Using the Client API of Sensenet, the method available to create content runs…
0
votes
1 answer

Sensenet Content Picker Customization

I created two custom content types, ProjectContract and PaymentRequest. Under PaymentRequest, I have a reference field Contract which I would like to use to reference ProjectContract. When I am creating/changing PaymentRequest, I need the…
0
votes
0 answers

Force async Task to run sync

I have a method that uses an client SDK (sensenet) to make requests Sensenet. private static async Task CreateFolder(String parentPath, String folderName) { SensenetRepository.WriteLog(typeof(SensenetRepository).Name, "Init…
0
votes
1 answer

How to change content's default operation in sensenet

I'm trying to change the content's default operation in document library, such as word, excel, ppt, default is preview, I want to change to download, but I can't find the way, could you give me some suggestions?
Frank Yuan
  • 121
  • 1
  • 8
0
votes
1 answer

Uncaught DOMException: Blocked a frame with origin "http://localhost:8090" from accessing a cross-origin frame when I add Sensenet in iframe

I'm trying to add sensenet's document library in a iframe, when I move file to another folder, there is an error "Uncaught DOMException: Blocked a frame with origin "http://localhost:8090" from accessing a cross-origin frame.". I'm using the…
Frank Yuan
  • 121
  • 1
  • 8
0
votes
1 answer

How to deploy sensenet website in sub folder

I set default site's URL in edit default site page, add an URL localhost/cms in URL list, when click save button, there is an error "Invalid site URL: 'localhost/cms'.", how to work around this error or are there any other way?
Frank Yuan
  • 121
  • 1
  • 8
0
votes
2 answers

Sensenet: upload files through sensenet client API for version 6.5 is not working properly

I have installed SenseNet version 6.5 (Code from codeplex). Wanted to upload the files in content repositry using Sensenet Client API, unfortunately it is not working with bulk upload. string [] fileEntries =…
Yogs
  • 1
0
votes
1 answer

How to login sense/net from another asp.net website?

I have a website build by asp.net, and want to embed sensenet web app into my website(maybe using iframe?), how can I handle the authentication for sensenet? Or are there any other ways to achieve this?
Frank Yuan
  • 121
  • 1
  • 8
1 2 3
8 9