umbraco7

Getting an error during the deploying webapplication “Could not open Source file: Could not find a part of the path”

五迷三道 提交于 2019-12-11 03:47:54
问题 I got an error during the deploying my web-application. The title of error is Could not open Source file: Could not find a part of the path 'Could not open Source file: Could not find a part of the path 'E:\ARCHIVES\Projects\Main\Jahan.Handicraft\Jahan.Handicraft.Web.Mvc.UmbracoCms.App\obj\Release\AspnetCompileMerge\TempBuildDir\App_Plugins\UmbracoForms\Data\Web.config;\App_Plugins\UmbracoForms\Data\Web.config'.'. I've used Umbraco 7.4.3 und ASP.NET MVC in my project. I'd like deploy it on

Use a html page as a custom section in Umbraco 7 without a tree

夙愿已清 提交于 2019-12-10 21:24:28
问题 I have a HTML page that I want to show in a custom section in Umbraco 7. I want to do this without having any tree within that section, as everything is already handled within the html file - It is being placed into the Umbraco back end for convenient access. So far I have implemented IApplication which gets the section to show as expected. I did have a tree with a single node (Inheriting from BaseTree, making this a legacy section), however, I want to make full use of the space available and

umbraco public access error when authenticated

断了今生、忘了曾经 提交于 2019-12-10 16:01:10
问题 I have an issue with public access in Umbraco 7. I use a custom membership provider to authenticate the users by my CRM database. I set a rule to let access to authenticated (front-end) users only and I used a custom role provider to define authenticated users have the visitors role. If they are not authenticated, they are redirected to the login page. When I debug the website the user has the role : I am authenticated and the role for the current user is the good one. But I am still

How can I display a Media picker image

女生的网名这么多〃 提交于 2019-12-09 19:10:02
问题 Sorry this might be a newbie question but I am quite new to Umbraco. I have a media picker set up on a document type, and it all works fine. So I go to the template and enter @Umbraco.Field("bottomRightLarge") this only gives me the ID of the image, how can I get this to show the actual image the user has selected? I am using UMBRACO 7 - and I have tried http://our.umbraco.org/projects/website-utilities/social-bookmarking-button/general-discussions/19360-Displaying-an-image-from-Media-Picker

Umbraco cannot find the route in backoffice

蓝咒 提交于 2019-12-08 13:41:33
问题 I've used Umbraco 7.3 in my project. I created a custom data type but when I want to call a Surfacecontroller in here is HelloSurfaceController or Hello2SurfaceController , I got an error in umbraco backoffice that said Request error: The URL returned a 404 (not found): I studied some articles about routing but I couldn't solve my problem. I don't know that where I did wrong. How can I solve this problem? Reply.controller.js: angular.module("umbraco") .controller("Reply.controller", function

Visual Studio and TFS, detect changes outside Visual Studio [duplicate]

我与影子孤独终老i 提交于 2019-12-08 03:05:50
问题 This question already has answers here : Force TFS to detect changes (7 answers) Closed 3 years ago . Im Working with Visual Studio 2015 with an ASP.NET Web Application, with Umbraco and uSync installed. It's not essential what uSync and Umbraco are, but when I start the project and create a Template in Umbraco, uSync writes "export"-files to a specific folder in the project path. Now Visual Studio doesn't list the new, changed or deleted files under pending changes, so i can't check-in my

Umbraco 7 Working with languages/Dictionary

冷暖自知 提交于 2019-12-07 01:04:19
问题 Our project has finally come to a point where we can add translations. I just cant seem to figure out how to actually work with languages in Umbraco 7. Ive added a language and a few dictionary items in the backend, but how do i select the givent language in my code? Are there any helpers to get translations in the API? Like DictionaryHelper.Translate("Answers","da-DK"); ? Or similar? Is there a way to set the language, etc in the startup controller, and just always get that language from the

Visual Studio and TFS, detect changes outside Visual Studio [duplicate]

一笑奈何 提交于 2019-12-06 05:03:42
This question already has answers here : Force TFS to detect changes (7 answers) Closed 3 years ago . Im Working with Visual Studio 2015 with an ASP.NET Web Application, with Umbraco and uSync installed. It's not essential what uSync and Umbraco are, but when I start the project and create a Template in Umbraco, uSync writes "export"-files to a specific folder in the project path. Now Visual Studio doesn't list the new, changed or deleted files under pending changes, so i can't check-in my changes. Is there a way to tell Visual Studio to always track created, removed or changed files in

Is the file system shared across multiple Azure websites?

你说的曾经没有我的故事 提交于 2019-12-05 22:20:23
问题 Quick question. I'm looking to deploy a website to Azure using websites. I read a comment that stated that the file system is shared across multiple instances of the website? Is this true? Does this mean if I upload an image to the file system on one instance, all requests on the second instance will have access to the file? Are the files synced across the instances or do they all point to a single drive i.e. in the blob storage somewhere? We will be deploying an Umbraco 7 site, so I still

Session timeout after some seconds in Umbraco

断了今生、忘了曾经 提交于 2019-12-05 18:00:42
I have created an site on Umbraco 7.1.6 it was working perfect in Visual studio 2012; when I deployed it to my hosting space I found a problem that it redirects me to login screen again and again just after some seconds. I have set keep user login to true and increased timeout but no improvement. When I searched for that problem I found some links: https://github.com/umbraco/Umbraco-CMS/compare/release-7.1.6...7.2.0 http://issues.umbraco.org/issue/U4-3845 https://github.com/Umbraco/Umbraco-CMS/commit/c936aaa51753862914591b753f7f2d7be7749cf7 First link provide me file but I do not know how to