473,320 Members | 1,862 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Design view not working in VS.NET 2005 Beta 2

I get an error every time I try to use the design view for my aspx pages in
VS.NET 2005 Beta 2. The errror says, "Error Creating Control - Content Could
not find master". I have my master page set in the web.config file for every
page. It used to work until I changed it to use web.config to set the master
page. Shouldn't this work anyway? Is there anything I can do to fix it?
Thanks.
Nov 19 '05 #1
6 1038
Here's a 'Note To Self' ...

** MASTERPAGE CONFIGURATION
07-2005 Not supported yet...
http://lab.msdn.microsoft.com/produc...d-03eb3c114623
The masterPageFile setting must use camel case when the default MasterPage
is declared in web.config
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"lanem" <la***@discussions.microsoft.com> wrote in message
news:48**********************************@microsof t.com...
I get an error every time I try to use the design view for my aspx pages in
VS.NET 2005 Beta 2. The errror says, "Error Creating Control - Content
Could
not find master". I have my master page set in the web.config file for
every
page. It used to work until I changed it to use web.config to set the
master
page. Shouldn't this work anyway? Is there anything I can do to fix it?
Thanks.

Nov 19 '05 #2
What is "camel case"?

Sounds like this is just a bug I guess.

"clintonG" wrote:
Here's a 'Note To Self' ...

** MASTERPAGE CONFIGURATION
07-2005 Not supported yet...
http://lab.msdn.microsoft.com/produc...d-03eb3c114623
The masterPageFile setting must use camel case when the default MasterPage
is declared in web.config
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"lanem" <la***@discussions.microsoft.com> wrote in message
news:48**********************************@microsof t.com...
I get an error every time I try to use the design view for my aspx pages in
VS.NET 2005 Beta 2. The errror says, "Error Creating Control - Content
Could
not find master". I have my master page set in the web.config file for
every
page. It used to work until I changed it to use web.config to set the
master
page. Shouldn't this work anyway? Is there anything I can do to fix it?
Thanks.


Nov 19 '05 #3
re:
What is "camel case"?
http://en.wikipedia.org/wiki/CamelCase

It's the name for different capitalization schemes for compound words,
primarily used to make life easier ( or harder, maybe ) for programmers.

thisIsAnExampleOfCamelCase

lower case letter to start the first word;
Upper case letter to start the next words
No spaces between the words.

ThisIsAnExampleOfUpperCamelCase

Upper case letter to start all words
No spaces between the words.

re: Sounds like this is just a bug I guess.
Nope. It's by design.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"lanem" <la***@discussions.microsoft.com> wrote in message
news:98**********************************@microsof t.com... What is "camel case"?

Sounds like this is just a bug I guess. "clintonG" wrote:
Here's a 'Note To Self' ...

** MASTERPAGE CONFIGURATION
07-2005 Not supported yet...
http://lab.msdn.microsoft.com/produc...d-03eb3c114623
The masterPageFile setting must use camel case when the default MasterPage
is declared in web.config
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"lanem" <la***@discussions.microsoft.com> wrote in message
news:48**********************************@microsof t.com...
>I get an error every time I try to use the design view for my aspx pages in
> VS.NET 2005 Beta 2. The errror says, "Error Creating Control - Content
> Could
> not find master". I have my master page set in the web.config file for
> every
> page. It used to work until I changed it to use web.config to set the
> master
> page. Shouldn't this work anyway? Is there anything I can do to fix it?
> Thanks.


Nov 19 '05 #4
> What is "camel case"?

It looks a lot like a violin case, but is MUCH larger.

;-)

See: http://en.wikipedia.org/wiki/CamelCase

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

"lanem" <la***@discussions.microsoft.com> wrote in message
news:98**********************************@microsof t.com...
What is "camel case"?

Sounds like this is just a bug I guess.

"clintonG" wrote:
Here's a 'Note To Self' ...

** MASTERPAGE CONFIGURATION
07-2005 Not supported yet...
http://lab.msdn.microsoft.com/produc...d-03eb3c114623
The masterPageFile setting must use camel case when the default
MasterPage
is declared in web.config
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"lanem" <la***@discussions.microsoft.com> wrote in message
news:48**********************************@microsof t.com...
>I get an error every time I try to use the design view for my aspx pages
>in
> VS.NET 2005 Beta 2. The errror says, "Error Creating Control - Content
> Could
> not find master". I have my master page set in the web.config file for
> every
> page. It used to work until I changed it to use web.config to set the
> master
> page. Shouldn't this work anyway? Is there anything I can do to fix
> it?
> Thanks.


Nov 19 '05 #5
Not to be confused with "camel coffin", which only holds dead camels. ;->

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"Kevin Spencer" wrote:
What is "camel case"?


It looks a lot like a violin case, but is MUCH larger.

;-)

See: http://en.wikipedia.org/wiki/CamelCase

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

"lanem" <la***@discussions.microsoft.com> wrote in message
news:98**********************************@microsof t.com...
What is "camel case"?

Sounds like this is just a bug I guess.

"clintonG" wrote:
Here's a 'Note To Self' ...

** MASTERPAGE CONFIGURATION
07-2005 Not supported yet...
http://lab.msdn.microsoft.com/produc...d-03eb3c114623
The masterPageFile setting must use camel case when the default
MasterPage
is declared in web.config
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"lanem" <la***@discussions.microsoft.com> wrote in message
news:48**********************************@microsof t.com...
>I get an error every time I try to use the design view for my aspx pages
>in
> VS.NET 2005 Beta 2. The errror says, "Error Creating Control - Content
> Could
> not find master". I have my master page set in the web.config file for
> every
> page. It used to work until I changed it to use web.config to set the
> master
> page. Shouldn't this work anyway? Is there anything I can do to fix
> it?
> Thanks.


Nov 19 '05 #6
You should see an elephant case.

;-)

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:eq****************@TK2MSFTNGP14.phx.gbl...
What is "camel case"?


It looks a lot like a violin case, but is MUCH larger.

;-)

See: http://en.wikipedia.org/wiki/CamelCase

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Ambiguity has a certain quality to it.

"lanem" <la***@discussions.microsoft.com> wrote in message
news:98**********************************@microsof t.com...
What is "camel case"?

Sounds like this is just a bug I guess.

"clintonG" wrote:
Here's a 'Note To Self' ...

** MASTERPAGE CONFIGURATION
07-2005 Not supported yet...
http://lab.msdn.microsoft.com/produc...d-03eb3c114623
The masterPageFile setting must use camel case when the default MasterPage
is declared in web.config
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"lanem" <la***@discussions.microsoft.com> wrote in message
news:48**********************************@microsof t.com...
>I get an error every time I try to use the design view for my aspx pages in
> VS.NET 2005 Beta 2. The errror says, "Error Creating Control - Content
> Could
> not find master". I have my master page set in the web.config file for
> every
> page. It used to work until I changed it to use web.config to set the
> master
> page. Shouldn't this work anyway? Is there anything I can do to fix it?
> Thanks.


Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: jojobar | last post by:
Okay, I am trying to do is to test the webresource in 2.0 1. I created a new project with assembly name (and default assembly name) "Office". 2. I added the following to the AssemblyInfo.cs...
10
by: Matthew Hood | last post by:
My company is just starting development of a new project using VB.NET. The question I have is, since the release of VS 2005 and the 2.0 Framework comming out soon, should we start developing with...
11
by: Ken Fine | last post by:
I am using VS.NET 2008 and like it a lot. One of the very few things I don't like is a bug that seems to spawn literally thousands of   strings, one after the other, on design view changes....
0
by: vscarberry | last post by:
Hi, I have a question concerning SQL 2005 and Ad Hoc queries. For performance due to omitting unnecessary joins based on parameters. I have created an Ad Hoc SQL statement to increase...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.