Midtown Computer Systems Enterprise

Convenient web based access to our favorite computer related Usenet groups.
MCSE.MS is not affiliated with Microsoft corporation, Cisco corporation, Oracle, CompTIA or any other vendor.
Check our Computer Hardware forum | Cell Phones reviews

Go Back  MCSE > Microsoft software reviews > Dot Net tutorials > General
This is Interesting: Free Computer Magazines Now Free shipping to

General microsoft.public.dotnet.general

 
 
Thread Tools Display Modes
  #11  
Old 01-13-05, 07:19 PM
Kevin Yu [MSFT]
RE: Online Resources in .net IDE
Hi Paul,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

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

  #12  
Old 01-14-05, 02:14 AM
Kevin Yu [MSFT]
RE: Online Resources in .net IDE
Hi Paul,

This problem can also occur in some corporate environments where users must
authenticate against a proxy server in order to access the Internet. To
resolve the issue:

1. Start the Visual Studio .NET 2003 IDE
2. On the View menu, click Web Browser --> Home
3. A prompt for authentication should appear. Provide a valid username and
password.

Once authenticated the Online Resources tab should function normally.

If that still doesn't work, you can also reregister msxml3.dll using
regsvr32.exe, e.g.:

regsvr32 msxml3.dll

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

  #13  
Old 01-14-05, 10:14 PM
Paulb1us@newsgroup.nospam
RE: Online Resources in .net IDE
No that's not it.

I already said I am not behind a proxy server. I connect to the Internet
through the local cable company.

I can access the Internet just fine through the .net IDE.

The procedure you stated below:

1. Start the Visual Studio .NET 2003 IDE
> 2. On the View menu, click Web Browser --> Home
> 3. A prompt for authentication should appear. Provide a valid username and
> password.


Takes me direclty to msdn.microsoft.com through a window in the IDE, there
is no prompt for authentication because I don't need to authienticate to
browse the Internet.

Let me repeat that I can browse the web from within the Visual Studio .NET
Development Environment. and certain items on the online resources tab do
access the Internet. It is only the specific links I mentioned that do not
work.

It sounds like you are under the impresion that I can't access the Internet
at all through the IDE. But that is not the case,, It's only those specific
links that don't work.

Thanks

Paul



"Kevin Yu [MSFT]" wrote:

> Hi Paul,
>
> This problem can also occur in some corporate environments where users must
> authenticate against a proxy server in order to access the Internet. To
> resolve the issue:
>
> 1. Start the Visual Studio .NET 2003 IDE
> 2. On the View menu, click Web Browser --> Home
> 3. A prompt for authentication should appear. Provide a valid username and
> password.
>
> Once authenticated the Online Resources tab should function normally.
>
> If that still doesn't work, you can also reregister msxml3.dll using
> regsvr32.exe, e.g.:
>
> regsvr32 msxml3.dll
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>
>

  #14  
Old 01-15-05, 02:14 AM
Paulb1us@newsgroup.nospam
RE: Online Resources in .net IDE
Also, can you give me the url of the links that don't work for me. Like the
download link, I will browse them directly through the IDE to see if that
works.

"Paulb1us@newsgroup.nospam" wrote:
[vbcol=seagreen]
> No that's not it.
>
> I already said I am not behind a proxy server. I connect to the Internet
> through the local cable company.
>
> I can access the Internet just fine through the .net IDE.
>
> The procedure you stated below:
>
> 1. Start the Visual Studio .NET 2003 IDE
>
> Takes me direclty to msdn.microsoft.com through a window in the IDE, there
> is no prompt for authentication because I don't need to authienticate to
> browse the Internet.
>
> Let me repeat that I can browse the web from within the Visual Studio .NET
> Development Environment. and certain items on the online resources tab do
> access the Internet. It is only the specific links I mentioned that do not
> work.
>
> It sounds like you are under the impresion that I can't access the Internet
> at all through the IDE. But that is not the case,, It's only those specific
> links that don't work.
>
> Thanks
>
> Paul
>
>
>
> "Kevin Yu [MSFT]" wrote:
>
  #15  
Old 01-15-05, 07:14 AM
Kevin Yu [MSFT]
RE: Online Resources in .net IDE
Hi Paul,

Since this can be caused by many reasons, we have to try more resolutions
that I can find.

This problem can be caused by security settings that are locking down the
page load. To resolve, do the following:

1. Close VS.NET and open Internet Explorer
2. Go to TOOLS, INTERNET OPTIONS and click on the Security tab
3. Set the security settings to DEFAULT for all zones
4. Re-launch VS.NET and you should not see this problem any longer

Also, it might have something to do with the user currently logged on to
the system. Please also try the following:

1) Created a new user account as Local Administrator.
2) Logged of as current user.
3) Logged in as new user.
4) Everything is working normal.

Have you tried reregistering msxml3.dll using regsvr32.exe?

I'm afraid the pages in Online Resources cannot be accessed directly using
a URL. But all the information in Online Resources you need to find can be
get from the following link:

http://msdn.microsoft.com/vstudio/

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

  #16  
Old 01-15-05, 07:14 AM
Kevin Yu [MSFT]
RE: Online Resources in .net IDE
Hi Paul,

Just have another idea if you have any firewall software installed?

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

  #17  
Old 01-16-05, 10:14 PM
Paulb1us@newsgroup.nospam
RE: Online Resources in .net IDE
You Got it.

It's the user account. I have been logging in with a domain account. I
created a new domain account in active directory on the the name server
machine, used that account to log into my machine and the online resources
tab of the .net IDE works.

So something is wrong with the user account I've been using. I noticed that
when I look at the user profile setting of the acccount that does not work,
it's 'copy to' and 'delete' buttons are greyed out.

After creating the new account, I manually copied the folders from
C:\document settings\'old user Profile' to the new account name C:\document
settings\'New user Profile' . When I log in with the new account name the
online resources tab of the .net IDE no longer works.

I guess I could just delete my old account name and start over with a new
one. But I have spent alot of time setting up those account name setting. Do
you have any idea what file is causing this, then I can just copy over
everything but the problem file.

Thanks for all your hard work and sticling with me on this issue. It has
been greatly appreciated.

Paul




"Kevin Yu

[MSFT]" wrote:

> Hi Paul,
>
> Since this can be caused by many reasons, we have to try more resolutions
> that I can find.
>
> This problem can be caused by security settings that are locking down the
> page load. To resolve, do the following:
>
> 1. Close VS.NET and open Internet Explorer
> 2. Go to TOOLS, INTERNET OPTIONS and click on the Security tab
> 3. Set the security settings to DEFAULT for all zones
> 4. Re-launch VS.NET and you should not see this problem any longer
>
> Also, it might have something to do with the user currently logged on to
> the system. Please also try the following:
>
> 1) Created a new user account as Local Administrator.
> 2) Logged of as current user.
> 3) Logged in as new user.
> 4) Everything is working normal.
>
> Have you tried reregistering msxml3.dll using regsvr32.exe?
>
> I'm afraid the pages in Online Resources cannot be accessed directly using
> a URL. But all the information in Online Resources you need to find can be
> get from the following link:
>
> http://msdn.microsoft.com/vstudio/
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>
>

  #18  
Old 01-18-05, 07:19 PM
Kevin Yu [MSFT]
RE: Online Resources in .net IDE
You're welcome, Paul.

It seems that there is something wrong with the user's profile, so we
cannot copy all the files to the new user. I assume that there might be
something wrong with the IE setting part. To the profile issue, I
suggestion that you can try to ask it in the windows newsgroup, as I'm not
quite familiar with it. HTH.

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

  #19  
Old 01-18-05, 07:19 PM
John_s
RE: Online Resources in .net IDE
I was having the same issue and I followed this thread and solved the problem
only on the step for creating a new account, but then I found another way to
make this work on the original account without having to set up another
account. Go into Internet options and on the General tab in the "Temporary
Internet files" section, click the "Delete Files..." button and check the
"Delete all offline content" checkbox (not sure if this is a must or not).
After that, I was able to open Visual Studio and view the "Online Community"
section of the "Online Resources" tab.

"Kevin Yu [MSFT]" wrote:

> You're welcome, Paul.
>
> It seems that there is something wrong with the user's profile, so we
> cannot copy all the files to the new user. I assume that there might be
> something wrong with the IE setting part. To the profile issue, I
> suggestion that you can try to ask it in the windows newsgroup, as I'm not
> quite familiar with it. HTH.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>
>

  #20  
Old 01-19-05, 02:14 AM
Kevin Yu [MSFT]
RE: Online Resources in .net IDE
Thank you Paul and John for sharing your experience with all the people
here. If you have any questions, please feel free to post them in the
community.

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

 


Popular forums
A+ (A Plus) Windows 2000 Active directory Exchange 2000 information store
Network+ Windows XP Security Exchange 2000 server administration
MCSE .NET Web services SQL Server
Cisco certification ASP .NET SQL 2000 Programming
Windows 2000 Registry .NET XML Viruses


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 12:24 PM.


Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright MCSE braindumps 2003-2006