CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 7/1/2007 4:47:37 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 7 Views: 39 Favorited: 0 Favorite
8 Items, 1 Pages 1 |< << Go >> >|
NEHiker111
Asp.Net User
Problem with VWD IDE7/1/2007 4:47:37 PM

0

Suddenly my IDE layout changed and I can't get it back to normal. When I try to view a content page in Design ModeI it won't let me scroll to see all of it.What I see is the master page and the content page together instead of just the content page and I can scrolldown to see the bottom of the content page.

I tried Rest Windows Layout and nothing happens. I opened a different Web site and it has the same problem. 

 


NE Hiker111
NEHiker111
Asp.Net User
Re: Problem with VWD IDE7/1/2007 8:30:33 PM

0

 This is really strange. The scrolling left and right work ok but I can't scroll up and down. That scroll bar is dimmed. If I open another application I get the same problem. I really need to fix this to be able to work.

 Any thoughts? 


NE Hiker111
Benson Yu - MSF
Asp.Net User
Re: Problem with VWD IDE7/3/2007 2:19:45 AM

0

Hi NE,

For the IDE issues, I always recommend to run ?devenv /resetsettings? or ?devenv /setup? in Visual Studio 2005 Command Prompt. It can resolve most of the IDE issues. I hope it is helpful to you.

 


Sincerely,
Benson Yu
Microsoft Online Community Support

Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
NEHiker111
Asp.Net User
Re: Problem with VWD IDE7/5/2007 1:57:37 AM

0

 Benson,

Thank you for the reply. I tried running devenv at the Windows command prompt and it was not found. Is there a command prompt for Visual Studio 2005 or VWD that is different? Am I doing something wrong? I found Reset Windows Layout from the Windows drop down but that doesn't solve the problem.

Also, I tried opening an old backup copy and it did not have the same problem so it seems like it is something to do with the changes I have made to the lastest version. The only thing I can think of is in the Master Page I added a Panel and put the Content Place Holder inside the Panel.That let me keep the master page fixed and scroll the contents in the content pages. It works fine in the browser. Could that have something to do with the IDE problem I'm having. It seems unlikely but I can't think of anything else.

I can scroll up and down in Source but not in design view. The scroll bar is dimmed in design view but ok for source. I can scroll left and right for both views. I get the same problem using Visual Studio 2005 and VWD. 

Thanks 

 

 

 


NE Hiker111
Benson Yu - MSF
Asp.Net User
Re: Problem with VWD IDE7/5/2007 7:46:35 AM

0

Hi NE,

The ?Visual Studio 2005 Command Prompt? is in here:

Start | All Programs | Microsoft Visual Studio 2005 | Visual Studio Tools | Visual Studio 2005 Command Prompt

 


Sincerely,
Benson Yu
Microsoft Online Community Support

Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
NEHiker111
Asp.Net User
Re: Problem with VWD IDE7/6/2007 12:17:20 AM

0

Benson,

I ran devenv /resetsettings but it didn't fix the problem. I then decided to remove the panel in the master page to see if that was causing the problem. The IDE scrolling worked after removing the panel. Until I can figure out another fix I'll just have to temporarily remove the panel if I need to scroll although that's not a great solution. Everything works ok when I run it in the browser. Below is my code with the panel from the master page. I'm new at this so it may not be the best way to keep the master page fixed and scroll the content page but it seems to work ok.

Something else strange started happening about when I discovered this problem. My Web site doesn't show up in "Recent Projects" anymore even though I open it from File and close it properly.

Thanks again. I appreciate all your help.

 <table cellpadding="0" cellspacing="0" align="left">
   <tr>
    <td id="Td2"  valign="top"
     align="left" >
     &nbsp
     <asp:SiteMapPath ID="SiteMapPath1" runat="server">
     </asp:SiteMapPath>
     <asp:Panel ID="panel2" runat="server" Height="540"
    Width="707" ScrollBars="auto">
    <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
    </asp:ContentPlaceHolder>
     </asp:Panel>
  </td>
 </tr>
</table>

 

 

 


NE Hiker111
Benson Yu - MSF
Asp.Net User
Re: Problem with VWD IDE7/6/2007 4:20:42 AM

0

Hi NE,

Glad to hear that you have fixed this issue by yourself. For the ?Recent Projects? issue, please check these two places:

    1. Visual Studio menu: Tools | Options? | Environment | General | Check the number in ?Recent files? tab.
    2. Check MRUList in the following registry:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\FileMRUList  <--- File list

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList  <--- Project list

For more information, please refer to the following link:

You cannot remove recent projects from the start page in Visual Studio .NET 2002, Visual Studio .NET 2003, or Visual Studio 2005
http://support.microsoft.com/kb/919486

If the settings above are correct, you may need to run ?devenv /setup? in Visual Studio 2005 Command Prompt. (I know you have run ?devenv /resetsettings?, but not confirm if you have tried ?devenv /setup?).

Just a reminder, it would be best if you open up a new thread for the new question. In this way, our discussion here will not deviate too much from the original issue. This will make answer searching in the forum easier and be beneficial to other community members as well.

 


Sincerely,
Benson Yu
Microsoft Online Community Support

Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
NEHiker111
Asp.Net User
Re: Problem with VWD IDE7/7/2007 8:15:57 PM

0

Benson,

devenv /setup doesn't seem to do anything although resetsettings do run.

I'll repost as a separate post you suggested if I can't solve the problem.

Thanks

 


NE Hiker111
8 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning DotNetNuke 4.0 website creation in C# 2005 with Visual Web Developer 2005 Express: from novice to professional Authors: Nick Symmonds, Nicholas Symmonds, Pages: 391, Published: 2006
Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 448, Published: 2006
Mastering Web development with Microsoft Visual Studio 2005 Authors: John Mueller, Pages: 822, Published: 2005
Beginning ASP.NET 3.5: In C# and VB Authors: Imar Spaanjaars, Pages: 734, Published: 2008
ASP.NET 2.0 Black Book: Includes VB 2005 and C# 2005 Codes + With CD 2007 Edition Authors: unknown, Pages: 1240, Published: 2006

Web:
MSDN Webcast: Visual Web Developer 2005 Express: IDE Tour (Level 200) Nov 7, 2005 ... MSDN Webcast: Visual Web Developer 2005 Express: IDE Tour (Level 200) ... To avoid possible problems, we suggest you temporarily disable ...
Remove or disable RSS feeds in VWD IDE - ASP.NET Forums The problem is that whenever I start the IDE, ... not sure about VWD i have VS anyway to remove the startup page go to tools menu --> check the show all ...
Can I use IIS with VWD instead of the development server? From that point on, the VWD IDE will not use the internal web server, .... The problem I now have is that it won't let me debug. ...
Visual Web Developer While this is true, I will go over the VWD IDE in detail here, ..... The biggest problem with programming in JSP is the lack of a fully cohesive IDE. ...
Visual Web Developer 2008 & .Net 2.0? Hello, I downloaded the latest VWD 2008 and also have .net 2.0 and 3.5 sp1 framework ... What is the current Industry Standard IDE for Web Development? ..... NET 2.0 Website Programming Problem Design Solution ISBN: ...

Snap to Grid Design on Visual Web Developer IDE - ng.asp-net-forum ... I 'm wondering that does Visual Web Developer IDE have the snap to grid designer interface like Win 32 ... problems after installation ...
vwd express 2008 markup error in Master Page - worked fine in VWD ... The weppage works but the VWD IDE reports an error in ... and I really ... NET Forums hiasp.net 3.5The problem with this markup is that I ...
Visual Web Developer 2008 Express freezes when I switch to design ... I have the same problem. When it freezes, I notice that its using upwards of ... Try obtaining a dump in task manager (on Vista): when VWD locks up, .... Bug Report Details: VS 2008 - IDE freezes when you use Ctrl+Tab to ...
Visual Web Developer: Why So Slow? - ng.asp-net-forum ... I've installed Visual Web Developer 2005 Express Edition on a fresh install of Windows XP and I'm astonished at ... The IDE is so slow I'm almost at wits end. ... problems with vwd (and sql2005 express) in vista beta 2 ...
Package 'Visual Studion Common IDE Package' has failed to load ... When I start VWD beta2, it show a message : Package 'Visual Studion Common IDE Package' has failed to load properly How can I solve this problem? ...

Videos:
Punjabi-KAKHH OHLAE LAKHH-VAISAKHI-Enthroning S.P Hargobind How Khalsa Panth was initiated is presented in this article:- http://homepage.ntlworld.com/rajinder.nijjhar/inition.htm? Fonts used are DRChatrik ...












attach database manually

validaterequest sends user back to login page

multiple portals - code reuse

good documentation

can't display chinese in the desktopportalbanner.ascx in run time

definition of siteconfiguration class

a different (unrelated) error now with dundas

problems with ibuyspy portal

i can't browse the protal default page from another computer

borrowing code

load module into module...

personal portal

need mysql version of ibuyspy, rainbow...

what is portalcfg.xsd file and what is the logic?

disappearing tabs

wrapping the tabs to another line?

load custom html pages with tabs

leftpane on one tab keeps disappearing.

please help datagrid could not show in add new item

ibs like the old bbs's?

how do i connect ibuyspy portal with ms access database

modules within modules

installing on win xp pro and sql server 2000

custom links module

aspkey submenu option

please help with server.execute

using portal starter kit in own application

help! database installation problem

dim _portalsettings as portalsettings

portal starter kit

   
  Privacy | Contact Us
All Times Are GMT