473,756 Members | 2,558 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS2005 will not browse on vista

I install Visual Studio 2005 Pro on Vista. I open and migrate a 2003 web
project to 2005. I attempt to browse an aspx file from the Solution Exploer.
It displays a blank html page.

I create a master page with 3 content placeholders. I create a WebForm that
uses the master and then browse it to have a look. I get an empty html page.

I change from the IIS to the internal server. No change. Only displays
blank page.

What gives?
--
PeterW
May 30 '07 #1
8 1976
Hello PeterW,

Did u install SP1 and VS 2005 Vista Update?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

PI install Visual Studio 2005 Pro on Vista. I open and migrate a 2003
Pweb
Pproject to 2005. I attempt to browse an aspx file from the Solution
PExploer.
PIt displays a blank html page.
PI create a master page with 3 content placeholders. I create a
PWebForm that uses the master and then browse it to have a look. I
Pget an empty html page.
P>
PI change from the IIS to the internal server. No change. Only
Pdisplays blank page.
P>
PWhat gives?
P>
May 30 '07 #2
SP1 is installed. When I run Check for Updates it shows that I have yet to
install KB936824 and KB929735
--
PeterW
"PeterW" wrote:
I install Visual Studio 2005 Pro on Vista. I open and migrate a 2003 web
project to 2005. I attempt to browse an aspx file from the Solution Exploer.
It displays a blank html page.

I create a master page with 3 content placeholders. I create a WebForm that
uses the master and then browse it to have a look. I get an empty html page.

I change from the IIS to the internal server. No change. Only displays
blank page.

What gives?
--
PeterW
May 30 '07 #3
On closer inspection, SP1 for vista is installed and KB932232 SP1 for VS2003
Pro -ENU are both installed.

On then firing up VS IDE, it complains about missing Framework files for J#.
Disregard.

Then try to browse WebForm based on Master from IDE. Shows blank html page
instead of page with lots of objects. The Master originally used 3 user
controls created in VS2003. Thought user controls might be the issue.
Removed, browse, not display. Status bar shows that it is going to the
webserver for the correct file but always ends up finally displaying a blank
page.

WebForm is told to use Master for ContentPlaceHol der items. Displays empty
page.

Attempted to browse aspx files from VS2003 web project that do not use
master, same problem. Will not display.

Try a plain html page with a single word in it, browse, page displays
correctly.

What does this mean about active pages?
--
PeterW
"Michael Nemtsev" wrote:
Hello PeterW,

Did u install SP1 and VS 2005 Vista Update?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

PI install Visual Studio 2005 Pro on Vista. I open and migrate a 2003
Pweb
Pproject to 2005. I attempt to browse an aspx file from the Solution
PExploer.
PIt displays a blank html page.
PI create a master page with 3 content placeholders. I create a
PWebForm that uses the master and then browse it to have a look. I
Pget an empty html page.
P>
PI change from the IIS to the internal server. No change. Only
Pdisplays blank page.
P>
PWhat gives?
P>
May 30 '07 #4
Hi Peter,

From your description, you got some problems when try running asp.net
pages(converted from vs 2003 project to VS 2005 one) on Vista box, correct?

Since I haven't found any existing or know issue on this, I think we can
first test to confirm whether it is a machine or environment specific one.
I suggest you test the following things and check the behavior:

1. directly deploy the converted web application in IIS virtual directory
and run it (without vs 2005) to see whether it work

2. You can also try start the vs 2005 testserver from commandline to host
an ASP.NET 2.0 application. You can use this approach to test whether the
testserver is ok:

http://weblogs.asp.net/scottgu/archi...21/431138.aspx

3. Regardless of the vs 2003 converted project, you can try a completely
new created ASP.NET 2.0/VS 2005 web site project to see whether it works.

If you have any other finding, please also feel free to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

=============== =============== =============== =====

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

=============== =============== =============== =====

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

May 31 '07 #5
Hi Steven

I confirm that what I have is a VS2003 web project converted to VS2005 on
Vista.

On looking at various posts, I see a vein suggesting that it could be
firewalls that are at the root of the problem. With that in mind I turned
off the firewall completely, detached from the web and used my notebook in
standalone mode.

All I want to be able to do is use localhost or the internal web server to
display a web page so that I can confirm that what I have done so far is OK
before progressing to the next bit of development. I could do this in VS2003
by using Browse or Browse with from the Solution Explorer or from IIS by
selecting the aspx file to browse and browsing it. What I see the browser
doing is attempting to browse but at the end abandoning with the message
"Navigation to the webpage was canceled". It has what appears to me to be a
permissions or access issue. As far as I can see there is nothing external
to the machine that needs to be reached, so access may be out of the picture.
That leaves permissions.

With that in mind, I opened IE and reset security to default for all
catagories. I now get the error message "Debugging is not supported under
current trust levels". With the thought that I may have touched and upset
settings in VS and/or IE and/or IIS that VS depends on, I am re-installing
VS2005 to see if anything at all is different.

I am groping in the dark a bit really and wasting too much valuable time to
get back to the point where I was on XP SP1.

What intrigues me is that a simple HTML page works, while an aspx page does
not. The aspx page is based on a master page with 4 ContentPlaceHol ders set
in a table structure. Two of the ContentPlaceHol ders use images and TreeView
menus, with one containing just an image and the final one being a
placeholder for page content. I have replaced 3 VS2003 user controls with
html in the ContentPlaceHol ders and the designer showns this correctly. This
is then used by a WebForm which for three of the ContentPlaceHol ders is told
to use the Master leaving the last for the page body content to be filled in
the aspx page. At this point I want to view what the page looks like, so try
to browse. No items in the TreeView menu are linked so nothing is active.
This is just about look and feel. It is a wholly new page although some html
has been cut and pasted from the former VS2003 project. All errors and
warnings raised by the iDE for the converted project have been resolved.

I am unable to browse successfully either with IE or the internal browser.
Yet this aspx page is just a glorified html page with some asp.net components.

Before I moved the web project from VS2003 to VS2005, I has started a revamp
of the assemblies used by the middle tiers and a large expansion of the data
model in SQL Server. The amount of change is quite comprehensive and for
the most part has been unit tested. It is no longer worth the effort to try
to get this working with the VS2003 user interface, so I have migrated the
middle tier objects to VS2005. The master page was to put in place a common
menu structure for the site, leaving just the content to be placed in the
ContentPlaceHol der. That however is a side issue as none of these objects
are instantiated at the point where I am attempting to browse.

I will post again when I have re-installed the devenv.

cheers
--
PeterW
"Steven Cheng[MSFT]" wrote:
Hi Peter,

From your description, you got some problems when try running asp.net
pages(converted from vs 2003 project to VS 2005 one) on Vista box, correct?

Since I haven't found any existing or know issue on this, I think we can
first test to confirm whether it is a machine or environment specific one.
I suggest you test the following things and check the behavior:

1. directly deploy the converted web application in IIS virtual directory
and run it (without vs 2005) to see whether it work

2. You can also try start the vs 2005 testserver from commandline to host
an ASP.NET 2.0 application. You can use this approach to test whether the
testserver is ok:

http://weblogs.asp.net/scottgu/archi...21/431138.aspx

3. Regardless of the vs 2003 converted project, you can try a completely
new created ASP.NET 2.0/VS 2005 web site project to see whether it works.

If you have any other finding, please also feel free to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

=============== =============== =============== =====

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

=============== =============== =============== =====

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

May 31 '07 #6
Hi Peter,

Have you got any progress on this, does reinstall the devenv make any
difference?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 4 '07 #7
Hi Steven

After re-install of VS2005 and install SP1 for VS2005 (KB926601), SP1 for
Vista (kb932232) and SP2 for SQL Server 2005 (KB921896), I go back and try to
browse any of the aspx files in the converted projects. The result is the
same, it does not browse. It shows an empty html page.

I try a clean project, create a master page, then create a simple WebForm
containing simple objects like asp:Label etc and browse. This works.

I am at a loss to figure out why existing aspx files do not work within the
old but migrated project but do in a fresh project.

I have just started replacing the menu system (user controls) used in the
migrated VS2003 projects by using Master pages and ContentPlaceHol ders etc
and then copying the Content part of the old site to the asp:Content objects
in WebForms. The menus are now TreeView based. I hope the process will be
trouble free. Time will tell.

It would also be nice if I could discover why browsing did not work for
either the internal browser or IE. I saw some posts that suggested that
firewalls could be an issue, but that has not made any difference at all in
this case.

cheers

--
PeterW
"Steven Cheng[MSFT]" wrote:
Hi Peter,

Have you got any progress on this, does reinstall the devenv make any
difference?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 4 '07 #8
Hi Peter,

Thanks for your followup.

For the firewall or proxy issue you mentioned, I think that should not be
the case if the problem also occur for local test server in Visual Studio
2005.

Anyway, please feel free to post here if you have any further finding or
need any help.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.


Jun 5 '07 #9

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

Similar topics

5
1619
by: guy | last post by:
http://blogs.msdn.com/ericnel/archive/2006/10/17/top-level-technologies-products-not-supported-on-windows-vista.aspx are MS really saying that they do not have a development enviropnment for Vista that will be supported and work out of the box, with no warnings or requirements to disable bits of th o/s from day one? What do we get from Vista besides yet another learning curve, hasle and different bugs to resolve? Guy
7
1218
by: VB Programmer | last post by:
Just wondering if anyone is using Vista with Visual Studio.net 2005 SP1. Are you have any issues? Any advice or does it run fine? I'm thinking of installing Vista on my development machine... Also, how about VS.NET 2003 and Vista? Thanks...
56
3633
by: Squishy | last post by:
I tried installing my VS2005 Pro on Vista Ultimate 32 bit RTM today and got errors stating that VS2005 was not compatible with Vista. Microsoft......please pull your finger out of my ass and tell me this is a joke. It must be a joke....because I also have read that VS2002 and VS2003 will not be supported on Vista. This clearly violates Microsoft's own terms of support for these products.
6
1968
by: John Kotuby | last post by:
Hi all... Well my earlier post aboout not being able to access http://localhost has been resolved. I am still having problems testing my Web site project. First, thanks to Juan Libre I edited my HOSTS file and can access localhost. However, what I found in the HOSTS file was not what I expected. Juan mentioned that the following line might be missing. 127.0.0.1 localhost
0
9462
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9287
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10046
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9857
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9722
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7259
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5155
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5318
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3817
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.