1
vote
1answer
69 views

Can we directly work on Umbraco 4.9.0 Source file(from codeplex) to develop a website Which i opened it using visual studio 2010

I already have Umbraco 4.9.0 in my Server so i don't need the source to open installation page. I need to open my default page directly and launch my site. The problem doing that is every-time when i ...
1
vote
1answer
147 views

how to open umbraco website completely in visual studio 2010

I Copied everything from IIS into my visual studio website application and it gives me error. which goes into install folder asking for runway-content missing error . App_Browsers ยท ...
1
vote
2answers
382 views

why don't document types created through umbraco admin get created as .cs files

New to umbraco. Have umbraco project in VS2010 through which I run the umbraco admin locally. When creating templates through the admin, the new template appears as a master page in my Masterpages ...
1
vote
1answer
301 views

Visual Studio 2010 + IIS Express + Umbraco multi site = either “port 80 in use” or second homepage not detected

I am trying to make a proper setup with Visual Studio 2010, IIS Express (WebMatrix) and Umbraco v4.9.0 for developing a multi site website. I have edited the hosts-file to include: 127.0.0.1 ...
1
vote
2answers
157 views

umbraco deployment procedure

I am trying to deploy umbraco website. The website runs ok locally, now when I published the website and uploaded via ftp client, there is internal error when I am trying to access the website. My ...
0
votes
1answer
208 views

VWD2010 *.aspx.design.cs file not auto generating correctly

Yesterday I began to write C# in order to develop usercontrols for Umbraco and I ran across a well-known problem where I get the error "The * name does not exist in the current context." I found ...
0
votes
1answer
120 views

Visual Studio and Umbraco setup through Remote Control

I'm new to umbraco and have recently downloaded visual studio with the objective of setting it all up and getting it all to work. However, fact remains that I'm not suceeding and I've not been able to ...
2
votes
1answer
433 views

Preferred setup for development with Umbraco

We're starting new web site development with Umbraco, and having some difficulties with optimal setup for multiple developers. Right now we have a complete umbraco install in a code directory, with ...
1
vote
1answer
155 views

Help choosing the appropriate .NET CMS for a project

I have been assigned to integrate a CMS to our .NET based website. The CMS needs to ease the work load for our users. They should be able to upload PDF files, categorize them, tag them, Write their ...
0
votes
1answer
441 views

VS2010 Umbraco Project Template

Getting Umbraco up and running today hasn't been much easier than last time 2 or 3 years ago (took 8 attempts!). However, In VS2010 used the Extension Manager to add the Umbraco Project template. It ...
4
votes
2answers
4k views

How to set up Umbraco cms in Visual Studio 2010?

Before download the cms Umbraco I want to know whether it is possible to set up the visual studio to work with umbraco? And if it is how?
1
vote
2answers
309 views

Running Umbraco source code in Windows 7 only produces login screen

I am trying to get started in development of my website and plugins using Umbraco. When I download the binaries from Codeplex, the installation and running of the website works fine. When I downloaded ...