Microsoft Content Management Server - Making new project fails

This is Interesting: Free IT Magazines  
Home > Archive > Microsoft Content Management Server > October 2004 > Making new project fails





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Making new project fails
Nongetjie

2004-10-07, 7:47 am

Hi, i want to make a new project (MCMS web application) in Visual studio but
I get
an error message in Visual Studio.NET. I'm following the instructions in the
book 'Microsoft Content Management Server 2002 a complete guide'

I have the following setup
Website on iis: MCMS DEVENTit
off root website/virtual directory on iss: DEVENTit
home directory: C:\MCMS_DEVENTit
database: CMS_DEVENTit\

I want to give my new project the name:DEVENTit, cause in the book example
the name of the name project is 'botsconsulting' and the name of the off root
website (where the project is going to reside?) is also 'botsconsulting'

this is the error in a message window :
"Web acces Failed
The Default web acces mode for this project is set to file share, but the
project folder at 'http://localhost/DEVENTit' cannot be opened with the path
'C:\MCMS_DEVENTit\DEVENTit'. The error returned was:

Unable to create Web Project 'DEVENTit'. The file path
'C:\MCMS_DEVENTit\DEVENTit' does not correspond to the URL
'http://localhost/DEVENTit'. The two need to map to the same server location.
HTTP error 404 :Object not found

What would you like to do?
-Retry using a different filepath
-Try to open the project with Frontpage Server Extensions"

Does anyone know what to do cause I'm, totally stuck here.

Stefan [MSFT]

2004-10-07, 7:47 am

Hi,

are you using the default web site on port 80?
If not, then check this article:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm#AF0A8BBF-1488-450F-ADD1-E555312ADEC9

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver

MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"Nongetjie" <Nongetjie@discussions.microsoft.com> wrote in message
news:A733D8C1-F8E0-45FE-AF14-23387D4C2D38@microsoft.com...
> Hi, i want to make a new project (MCMS web application) in Visual studio

but
> I get
> an error message in Visual Studio.NET. I'm following the instructions in

the
> book 'Microsoft Content Management Server 2002 a complete guide'
>
> I have the following setup
> Website on iis: MCMS DEVENTit
> off root website/virtual directory on iss: DEVENTit
> home directory: C:\MCMS_DEVENTit
> database: CMS_DEVENTit\
>
> I want to give my new project the name:DEVENTit, cause in the book example
> the name of the name project is 'botsconsulting' and the name of the off

root
> website (where the project is going to reside?) is also 'botsconsulting'
>
> this is the error in a message window :
> "Web acces Failed
> The Default web acces mode for this project is set to file share, but the
> project folder at 'http://localhost/DEVENTit' cannot be opened with the

path
> 'C:\MCMS_DEVENTit\DEVENTit'. The error returned was:
>
> Unable to create Web Project 'DEVENTit'. The file path
> 'C:\MCMS_DEVENTit\DEVENTit' does not correspond to the URL
> 'http://localhost/DEVENTit'. The two need to map to the same server

location.
> HTTP error 404 :Object not found
>
> What would you like to do?
> -Retry using a different filepath
> -Try to open the project with Frontpage Server Extensions"
>
> Does anyone know what to do cause I'm, totally stuck here.
>



Nongetjie

2004-10-07, 11:20 am

ok summary:
i made the port of my own website 80 en changed all of the others (incl
default website) to unique ports
i looked in the registry, under the entrypoints there was an folder '8' so
i've changed the instance id value into '8' in developertools.xml.

Butt it still gives the same error

"Nongetjie" wrote:

> Hi, i want to make a new project (MCMS web application) in Visual studio but
> I get
> an error message in Visual Studio.NET. I'm following the instructions in the
> book 'Microsoft Content Management Server 2002 a complete guide'
>
> I have the following setup
> Website on iis: MCMS DEVENTit
> off root website/virtual directory on iss: DEVENTit
> home directory: C:\MCMS_DEVENTit
> database: CMS_DEVENTit\
>
> I want to give my new project the name:DEVENTit, cause in the book example
> the name of the name project is 'botsconsulting' and the name of the off root
> website (where the project is going to reside?) is also 'botsconsulting'
>
> this is the error in a message window :
> "Web acces Failed
> The Default web acces mode for this project is set to file share, but the
> project folder at 'http://localhost/DEVENTit' cannot be opened with the path
> 'C:\MCMS_DEVENTit\DEVENTit'. The error returned was:
>
> Unable to create Web Project 'DEVENTit'. The file path
> 'C:\MCMS_DEVENTit\DEVENTit' does not correspond to the URL
> 'http://localhost/DEVENTit'. The two need to map to the same server location.
> HTTP error 404 :Object not found
>
> What would you like to do?
> -Retry using a different filepath
> -Try to open the project with Frontpage Server Extensions"
>
> Does anyone know what to do cause I'm, totally stuck here.
>

Nongetjie

2004-10-07, 11:20 am

Ok, if i use the default name (CmsWebApplication) it does work, so is there
maybe a problem with the namings?

"Nongetjie" wrote:
[vbcol=seagreen]
> ok summary:
> i made the port of my own website 80 en changed all of the others (incl
> default website) to unique ports
> i looked in the registry, under the entrypoints there was an folder '8' so
> i've changed the instance id value into '8' in developertools.xml.
>
> Butt it still gives the same error
>
> "Nongetjie" wrote:
>
Stefan [MSFT]

2004-10-07, 11:20 am

Not that I'm aware of.
Which name did you try?

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver

MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"Nongetjie" <Nongetjie@discussions.microsoft.com> wrote in message
news:4FD277D6-FE53-4407-A8D4-262F2864D040@microsoft.com...
> Ok, if i use the default name (CmsWebApplication) it does work, so is

there[vbcol=seagreen]
> maybe a problem with the namings?
>
> "Nongetjie" wrote:
>
so[vbcol=seagreen]
studio but[vbcol=seagreen]
in the[vbcol=seagreen]
example[vbcol=seagreen]
off root[vbcol=seagreen]
'botsconsulting'[vbcol=seagreen]
the[vbcol=seagreen]
the path[vbcol=seagreen]
location.[vbcol=seagreen]


Nongetjie

2004-10-08, 7:48 am

I'm following the instructions in the book, so in somewhere in the starting
fase a made a website on iis named 'MCMS DEVENTit'
On this website I made a virtual directory for the website to reside on
named 'DEVENTit' in that website I made the folder(virtual directory) CMS
whitch maps to the IIS_CMS folder. On the root (MCMS DEVENTit) I made a
folder(vd) webctrl_client which maps to the inetpub/www/root/webctrl_client
folder.

Now after making a site structure in Site Manager the book follows with the
making of a new project to make templates for, I named this project DEVENTit
(like the vd on MCMS DEVENTit). cause the book does the same with their
example 'botsconsulting'. So is that maybe the problem , that I already made
a DEVENTit website in IIS? When making a new project also makes a new
website/vd on the root(MCMS DEVENTit)?

"Stefan [MSFT]" wrote:

> Not that I'm aware of.
> Which name did you try?
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> MCMS FAQ:
> http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
> http://www.gotdotnet.com/community/...t+S
erver

> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "Nongetjie" <Nongetjie@discussions.microsoft.com> wrote in message
> news:4FD277D6-FE53-4407-A8D4-262F2864D040@microsoft.com...
> there
> so
> studio but
> in the
> example
> off root
> 'botsconsulting'
> the
> the path
> location.
>
>
>

Stefan [MSFT]

2004-10-08, 7:48 am

Yes, this folder should not exist.
In addition using a different web site from the default web site is not
officially supported by Microsoft.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver

MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"Nongetjie" <Nongetjie@discussions.microsoft.com> wrote in message
news:5B80850C-BF2E-4054-8C52-EFE800677F35@microsoft.com...
> I'm following the instructions in the book, so in somewhere in the

starting
> fase a made a website on iis named 'MCMS DEVENTit'
> On this website I made a virtual directory for the website to reside on
> named 'DEVENTit' in that website I made the folder(virtual directory) CMS
> whitch maps to the IIS_CMS folder. On the root (MCMS DEVENTit) I made a
> folder(vd) webctrl_client which maps to the

inetpub/www/root/webctrl_client
> folder.
>
> Now after making a site structure in Site Manager the book follows with

the
> making of a new project to make templates for, I named this project

DEVENTit
> (like the vd on MCMS DEVENTit). cause the book does the same with their
> example 'botsconsulting'. So is that maybe the problem , that I already

made[vbcol=seagreen]
> a DEVENTit website in IIS? When making a new project also makes a new
> website/vd on the root(MCMS DEVENTit)?
>
> "Stefan [MSFT]" wrote:
>
rights.[vbcol=seagreen]
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm[vbcol=seagreen]
http://www.gotdotnet.com/community/...t+S
erver
[vbcol=seagreen]
(incl[vbcol=seagreen]
'8'[vbcol=seagreen]
instructions[vbcol=seagreen]
the[vbcol=seagreen]
but[vbcol=seagreen]
with[vbcol=seagreen]
server[vbcol=seagreen]


Nongetjie

2004-10-08, 7:48 am

Ok, so its better to migrate the project to the default website, giving the
default website port 80? (and a apart website for the SCA the SCA entry
point). But when I make a new project in VS, does it automatically add the
CMS vd (mapping to the IIS_CMS folder in the program files/content management
server folder), or should I add this manually?

"Stefan [MSFT]" wrote:

> Yes, this folder should not exist.
> In addition using a different web site from the default web site is not
> officially supported by Microsoft.
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> MCMS FAQ:
> http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
> http://www.gotdotnet.com/community/...t+S
erver

> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "Nongetjie" <Nongetjie@discussions.microsoft.com> wrote in message
> news:5B80850C-BF2E-4054-8C52-EFE800677F35@microsoft.com...
> starting
> inetpub/www/root/webctrl_client
> the
> DEVENTit
> made
> rights.
> http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> http://www.gotdotnet.com/community/...t+S
erver

> (incl
> '8'
> instructions
> the
> but
> with
> server
>
>
>

Stefan [MSFT]

2004-10-08, 7:48 am

Yes this virtual directory is automatically added (if the developertools.xml
points to the correct website).

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver

MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"Nongetjie" <Nongetjie@discussions.microsoft.com> wrote in message
news:AC1B0677-484F-4D81-909C-328A7345C62C@microsoft.com...
> Ok, so its better to migrate the project to the default website, giving

the
> default website port 80? (and a apart website for the SCA the SCA entry
> point). But when I make a new project in VS, does it automatically add the
> CMS vd (mapping to the IIS_CMS folder in the program files/content

management[vbcol=seagreen]
> server folder), or should I add this manually?
>
> "Stefan [MSFT]" wrote:
>
rights.[vbcol=seagreen]
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm[vbcol=seagreen]
http://www.gotdotnet.com/community/...t+S
erver
[vbcol=seagreen]
on[vbcol=seagreen]
CMS[vbcol=seagreen]
a[vbcol=seagreen]
with[vbcol=seagreen]
their[vbcol=seagreen]
already[vbcol=seagreen]
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm[vbcol=seagreen]
http://www.gotdotnet.com/community/...t+S
erver
[vbcol=seagreen]
is[vbcol=seagreen]
others[vbcol=seagreen]
folder[vbcol=seagreen]
developertools.xml.[vbcol=seagreen]
Visual[vbcol=seagreen]
guide'[vbcol=seagreen]
book[vbcol=seagreen]
of[vbcol=seagreen]
share,[vbcol=seagreen]


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com