|
Home > Archive > Microsoft Content Management Server > June 2004 > MCMS 2002 and VS.NET 2003
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 |
MCMS 2002 and VS.NET 2003
|
|
| Chris Surguine 2004-06-29, 5:52 pm |
| I have been working in VS.NET 2002 on a MCMS project up
until a few days ago. I had to upgrade my project to
VS.NET 2003 to open some project files, and now the
Template Explorer window is not available in VS.NET
2003. Do I need to reinstall CMS? I tried removing the
Dev Tools in the CMS installation package and
reinstalling them, but they still aren't appearing in
2003. Any ideas? Thanks.
| |
| Chandima 2004-06-30, 3:31 am |
| Hi
Check that you have rights to the template gallery. This can be done by using the Site Manager.
"Chris Surguine" wrote:
> I have been working in VS.NET 2002 on a MCMS project up
> until a few days ago. I had to upgrade my project to
> VS.NET 2003 to open some project files, and now the
> Template Explorer window is not available in VS.NET
> 2003. Do I need to reinstall CMS? I tried removing the
> Dev Tools in the CMS installation package and
> reinstalling them, but they still aren't appearing in
> 2003. Any ideas? Thanks.
>
| |
| Stefan [MSFT] 2004-06-30, 3:31 am |
| Hi Chris,
you don't have to reinstall CMS but you have to install the CMS developer
tools for VS.NET 2003 which are different from the one for VS.NET 2002.
If you have SP1a installed just use Control Panel - Add remove programs -
select MCMS and choose change to add the VS.NET 2003 developer tools.
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
--------------------------------
"Chris Surguine" <anonymous@discussions.microsoft.com> wrote in message
news:2300c01c45e1e$cbc1ebd0$a301280a@phx
.gbl...
> I have been working in VS.NET 2002 on a MCMS project up
> until a few days ago. I had to upgrade my project to
> VS.NET 2003 to open some project files, and now the
> Template Explorer window is not available in VS.NET
> 2003. Do I need to reinstall CMS? I tried removing the
> Dev Tools in the CMS installation package and
> reinstalling them, but they still aren't appearing in
> 2003. Any ideas? Thanks.
| |
| Chris Surguine 2004-06-30, 5:56 pm |
| Stephen,
Thanks for the tip. I am now receiving some curious
errors when I attempt to compile my upgraded solution.
C:\XXX\Templates\Home.aspx.cs(16): The type or namespace
name 'EnterpriseServices' does not exist in the class or
namespace 'System' (are you missing an assembly
reference?)
C:\XXX\Templates\Home.aspx.cs(21): The type or namespace
name 'Web' does not exist in the class or
namespace 'Microsoft' (are you missing an assembly
reference?)
C:\XXX\Templates\Home.aspx.cs(26): The type or namespace
name 'McmsWebControlLibrary' could not be found (are you
missing a using directive or an assembly reference?)
C:\XXX\Templates\ManualLogin.aspx.cs(18): The type or
namespace name 'EnterpriseServices' does not exist in the
class or namespace 'System' (are you missing an assembly
reference?)
I have checked those files and those namespaces seem to
be missing (I didn't receive any errors prior to
installing SP1). Have they been deprecated or outright
removed in SP1? Thanks.
Regards,
Chris
>-----Original Message-----
>Hi Chris,
>you don't have to reinstall CMS but you have to install
the CMS developer
>tools for VS.NET 2003 which are different from the one
for VS.NET 2002.
>If you have SP1a installed just use Control Panel - Add
remove programs -
>select MCMS and choose change to add the VS.NET 2003
developer tools.
>
>Cheers
>Stefan.
>
>--
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>MCMS FAQ:
>http://download.microsoft.com/download/4/2/5/4250f79a-
c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
>MCMS Blog:
http://blogs.msdn.com/stefan_gossner/category/4983.aspx
>MCMS Sample Code:
>http://www.gotdotnet.com/community/...ples/Default.as
px? ProductDropDownList=Content+Management+S
erver
>MCMS Whitepapers and other docs:
>http://blogs.msdn.com/stefan_gossne...ve/2003/12/07/4
1859.aspx
>--------------------------------
>
>
>"Chris Surguine" <anonymous@discussions.microsoft.com>
wrote in message
> news:2300c01c45e1e$cbc1ebd0$a301280a@phx
.gbl...
the[vbcol=seagreen]
>
>
>.
>
| |
| Stefan [MSFT] 2004-06-30, 5:56 pm |
| Hi Chris,
these are assemblies which need to be added to the reference part of the
project.
Did you do this?
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
--------------------------------
"Chris Surguine" <anonymous@discussions.microsoft.com> wrote in message
news:23b2001c45eb1$a4004540$a401280a@phx
.gbl...[vbcol=seagreen]
> Stephen,
>
> Thanks for the tip. I am now receiving some curious
> errors when I attempt to compile my upgraded solution.
>
> C:\XXX\Templates\Home.aspx.cs(16): The type or namespace
> name 'EnterpriseServices' does not exist in the class or
> namespace 'System' (are you missing an assembly
> reference?)
>
> C:\XXX\Templates\Home.aspx.cs(21): The type or namespace
> name 'Web' does not exist in the class or
> namespace 'Microsoft' (are you missing an assembly
> reference?)
>
> C:\XXX\Templates\Home.aspx.cs(26): The type or namespace
> name 'McmsWebControlLibrary' could not be found (are you
> missing a using directive or an assembly reference?)
>
> C:\XXX\Templates\ManualLogin.aspx.cs(18): The type or
> namespace name 'EnterpriseServices' does not exist in the
> class or namespace 'System' (are you missing an assembly
> reference?)
>
> I have checked those files and those namespaces seem to
> be missing (I didn't receive any errors prior to
> installing SP1). Have they been deprecated or outright
> removed in SP1? Thanks.
>
> Regards,
> Chris
>
>
>
>
> the CMS developer
> for VS.NET 2002.
> remove programs -
> developer tools.
> confers no rights.
> c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
> http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> px? ProductDropDownList=Content+Management+S
erver
> 1859.aspx
> wrote in message
> the
|
|
|
|
|