| Author |
MCMS project in VS.Net 2005
|
|
| Chandy 2006-06-02, 7:17 am |
| Hi all,
I'm trying to use the 'hidden folder' technique detailed in Stefan's
blog for getting around VS.Net 2005 building the CMS virtual directory
in my template application. Has anyone here got it to work? I hid the
folder but it still appears in my application in VS and still gets
built. 
Chandy
| |
| Mike Parris 2006-06-02, 7:17 am |
| Yes, it works fine.
The problem is that it is a real pain in the b!!!. If you are debugging and
need to go to edit mode frequently it is a real time waster.
Anyone found a better work round?
Any sign of the compiler fix?
"Chandy" wrote:
> Hi all,
>
> I'm trying to use the 'hidden folder' technique detailed in Stefan's
> blog for getting around VS.Net 2005 building the CMS virtual directory
> in my template application. Has anyone here got it to work? I hid the
> folder but it still appears in my application in VS and still gets
> built. 
>
> Chandy
>
>
| |
| Chandy 2006-06-02, 7:17 am |
|
Hi Mike,
What's the problem with edit mode?
I'm beginning to think there's no point in using Framework 2.0 for MCMS
projects. I already had a way of building sites that gave me an almost
equivalent of master pages and themes anyway and don't see anything VS
2005 offers that makes it attractive..quite the opposite!
Chandy
Mike Parris wrote:[vbcol=seagreen]
> Yes, it works fine.
>
> The problem is that it is a real pain in the b!!!. If you are debugging and
> need to go to edit mode frequently it is a real time waster.
>
> Anyone found a better work round?
> Any sign of the compiler fix?
>
> "Chandy" wrote:
>
| |
| Mike Parris 2006-06-02, 7:17 am |
| The problem is that to debug in edit mode you have to -
1. Go to Windows explorer and set the directory to hidden.
2. Go to VS, Compile and run the project.
3. Go to Windows explorer and unhide the CMS directory.
4. Refresh the browser.
5 Then you can select edit mode.
And when you have found and fixed the next bug, you have to do it all over
again.
Another annoying thing with this problem is that sometimes it goes away. We
have several machines that did not exhibit the problem, but we have just
upgraded to the Telerik premium edition controls and this caused the problem.
I tend to agree with you about staying with 1.1, but you do get a lot of
other things with VS 2.0 like navigation controls and the wizard control.
I think it's about time that Microsoft fixed this problem.
Mike
"Chandy" wrote:
>
> Hi Mike,
>
> What's the problem with edit mode?
>
> I'm beginning to think there's no point in using Framework 2.0 for MCMS
> projects. I already had a way of building sites that gave me an almost
> equivalent of master pages and themes anyway and don't see anything VS
> 2005 offers that makes it attractive..quite the opposite!
>
> Chandy
>
>
> Mike Parris wrote:
>
>
| |
| Spencer Harbar [MVP] 2006-06-02, 1:14 pm |
| Hello Mike,
The fix is to make just the 'cms' folder and not it's children hidden.
You don't need to then do this for each compile.
hth
Spence
www.mcmsfaq.com
[vbcol=seagreen]
> The problem is that to debug in edit mode you have to -
>
> 1. Go to Windows explorer and set the directory to hidden.
> 2. Go to VS, Compile and run the project.
> 3. Go to Windows explorer and unhide the CMS directory.
> 4. Refresh the browser.
> 5 Then you can select edit mode.
> And when you have found and fixed the next bug, you have to do it all
> over again.
>
> Another annoying thing with this problem is that sometimes it goes
> away. We have several machines that did not exhibit the problem, but
> we have just upgraded to the Telerik premium edition controls and this
> caused the problem.
>
> I tend to agree with you about staying with 1.1, but you do get a lot
> of other things with VS 2.0 like navigation controls and the wizard
> control.
>
> I think it's about time that Microsoft fixed this problem.
>
> Mike
>
> "Chandy" wrote:
>
| |
| Stefan [MSFT] 2006-06-02, 1:14 pm |
| Correct.
Only hide the directories! Not the content!
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Spencer Harbar [MVP]" <spence@harbar.net> wrote in message
news:6f72f8b19d708c85461f2e4fcae@msnews.microsoft.com...
> Hello Mike,
>
> The fix is to make just the 'cms' folder and not it's children hidden.
> You don't need to then do this for each compile.
>
> hth
> Spence
> www.mcmsfaq.com
>
>
>
| |
| Mike Parris 2006-06-02, 1:14 pm |
| This does not fix our problems.
The only way to compile is to hide the directory and it's children
Any other ideas?
Mike
"Stefan [MSFT]" wrote:
> Correct.
> Only hide the directories! Not the content!
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Spencer Harbar [MVP]" <spence@harbar.net> wrote in message
> news:6f72f8b19d708c85461f2e4fcae@msnews.microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2006-06-02, 1:14 pm |
| Hi Mike,
you need to set only the directories to hidden.
Not the content.
This will allow compile.
If not, then you are the first to report this. Please open a support case to
get your specific problem analyzed.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Mike Parris" <MikeParris@discussions.microsoft.com> wrote in message
news:1AE154A5-F76D-4F69-94EF-C3775BEADB80@microsoft.com...[vbcol=seagreen]
> This does not fix our problems.
> The only way to compile is to hide the directory and it's children
>
> Any other ideas?
>
> Mike
>
> "Stefan [MSFT]" wrote:
>
| |
| Chandy 2006-06-02, 1:14 pm |
|
And I hid only the directory in windows explorer but it still appears
in the project and gets built.
Chandy
Mike Parris wrote:[vbcol=seagreen]
> This does not fix our problems.
> The only way to compile is to hide the directory and it's children
>
> Any other ideas?
>
> Mike
>
> "Stefan [MSFT]" wrote:
>
| |
| Mike Parris 2006-06-02, 1:14 pm |
| Thanks Stefan,
I am on another project for the next month so I will hand this over to one
of the other team members. They will be in touch.
Mike
"Stefan [MSFT]" wrote:
> Hi Mike,
>
> you need to set only the directories to hidden.
> Not the content.
> This will allow compile.
>
> If not, then you are the first to report this. Please open a support case to
> get your specific problem analyzed.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Mike Parris" <MikeParris@discussions.microsoft.com> wrote in message
> news:1AE154A5-F76D-4F69-94EF-C3775BEADB80@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2006-06-02, 1:14 pm |
| Hi Chandy,
which directory did you hide?
The IIS_CMS directory or the directories inside the IIS_CMS directory?
You need to hide the directories inside the IIS_CMS directory - not the
IIS_CMS directory itself.
And ensure that the option "Apply changes to this folder only" option is
used on the confirmation dialog.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Chandy" <chandy@totalise.co.uk> wrote in message
news:1149256042.661499.301280@y43g2000cwc.googlegroups.com...
>
> And I hid only the directory in windows explorer but it still appears
> in the project and gets built.
>
> Chandy
>
>
> Mike Parris wrote:
>
| |
| MattLaing 2006-06-05, 1:19 pm |
| Hi Stefan
I am replying on behalf of Mike. We have hidden the sub-directories only,
not the content and that works fine.
Thanks
Matt
"Stefan [MSFT]" wrote:
> Hi Mike,
>
> you need to set only the directories to hidden.
> Not the content.
> This will allow compile.
>
> If not, then you are the first to report this. Please open a support case to
> get your specific problem analyzed.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Mike Parris" <MikeParris@discussions.microsoft.com> wrote in message
> news:1AE154A5-F76D-4F69-94EF-C3775BEADB80@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2006-06-07, 7:23 am |
| Hi Matt,
thanks for the confirmation!
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"MattLaing" <MattLaing@discussions.microsoft.com> wrote in message
news:7E125632-11D0-4429-B714-87CD72632EA0@microsoft.com...[vbcol=seagreen]
> Hi Stefan
>
> I am replying on behalf of Mike. We have hidden the sub-directories only,
> not the content and that works fine.
> Thanks
>
> Matt
>
> "Stefan [MSFT]" wrote:
>
|
|
|
|