Lost Password?

Go Back   CodeCall Programming Forum > Software Development > General Programming

Vote on your favorite hash algorithm here!

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-15-2007, 08:19 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 7,397
Last Blog:
Tramp Variables
Credits: 1
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Visual Studio 2005 and Windows Vista

You would think that "Microsoft" Visual Studio 2005 would work with "Microsoft" Windows Vista without any flaws but of course it doesn't. There are several compatibility issues.



General IDE Issues

Title: Text editor insertion cursor displays incorrectly on Vista
  • Description: Creating a new text file may result in the text insertion cursor failing to appear. The text files is created normally and will accept any text typed, however the cursor will not appear.
  • Workaround: Insert a line break in text document and the cursor will appear.

General Debugging


Title: Script debugging will fail on launch unless internet explorer is launched as admin
  • Description: Low-rights IE does not have access to the DCOM interfaces needed for debugging with VS 2003.
  • Workaround: Launch internet explorer as admin before attaching the debugger
Title: Remote debugging will fail due to firewall configurationTitle: Web debugging fails due to permissions level in IE
  • Description: A developer attempting to debug a web application launches IE and browses to the application website. When putting Visual Studio into debug mode, IE will launch a new (second) instance of iexplore.exe as a low integrity process while shutting down the first instance. The debugger attaches to this first instance, which is not executing any user code.
  • Workaround: Start Visual Studio with elevated administrator permissions or use the debug menu to attach to IE has been launched as admin.
Title: SQL Debugging not available
  • Description: SQL Server 2005 is not supported for debugging by VS2003 on any operating system, additionally SQL Server 2000 is not supported on Windows Vista.
  • Workaround: The only available SQL Server debugging style is “remote” from VS 2003 on Windows Vista targeting the SQL Server 2000 server on another operating system.
Title: It is not possible to JIT Debug an elevated /privileged process
  • Description: When trying to JIT Debug, the JIT Debugger will fail.
  • Workaround: None.
Title: IIS Configuration issuesVisual C#

Title: ODBC Adapter Creation fails from the Wizard
  • Description: The DataAdapter wizard can cause Visual Studio to hang after clicking on the "New Connection" button.
  • Workaround: None.
Title: Dataset generation for SqlDataAdapter generates errors
  • Description: Generating a dataset for sqlDataAdapter will cause an error message about the DataAdapter not being configured to show multiple times.
  • Workaround: Keep selecting OK on the error message dialog box; the wizard eventually proceeds to create a dataset successfully.
Visual Basic

Title: WebForms Dynamic Help fails for HTML Controls
  • Description: In some cases no dynamic help for HTML controls will display in the Web Forms Designer
  • Workaround: None.
Title: Dynamic Help does not display the help contents when HTML controls or tags are selected
  • Description: When a developer selects a control or tag from a web form the Dynamic Help Window does not display help links for various controls and tags.
  • Workaround: None.
Title: User controls may appear to not upgrade correctly
  • Description: When upgrading a Visual Basic 6.0 application, user controls may appear to upgrade incorrectly but when the project is executed the application runs properly.
  • Workaround: None.
Title: Web classes fail on Windows Vista
  • Description: Web classes will fail due to fundamental changes in the behavior of IIS 7.
  • Workaround: None.
Web Forms

Title: Debugging an ASP.NET applications fails
  • Description: After creating a web application in cPanel® a developer attempts to debug the application and receives the “cannot start ASP.NET or IIS debugging” failure dialog from Visual Studio.
  • Workaround: The DEBUG verb may not be registered with the ASPX handler. Register the DEBUG verb with the ASPX handler to enable debug to automatically start.
Visual C++

Title: General recommendations for running Visual C++ and user created applications on Windows Vista
  • Description: The Visual C++ IDE and user created deployment packages need elevated permissions.
  • Workaround: Currently there are no known issues if the Visual C++ IDE and user created deployment packages are run with elevated administrator permissions.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 01-17-2007, 11:14 AM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,323
Credits: 0
Rep Power: 74
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default

Ow, huge list. Well it's Microsoft, I thought that everything worked like XP and more, well seems I was wrong!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2007, 11:21 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 2,535
Last Blog:
wxWidgets is NOT code ...
Credits: 919
Rep Power: 28
WingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the rough
Default

I view Vista as the ultimate IT department nightmare. Managers will want it and IT will hate it.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-22-2007, 03:21 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 7,397
Last Blog:
Tramp Variables
Credits: 1
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

I agree. It has a lot of problems that need to be fixed.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL commands in Windows Forms karateboy02 Managed C++ 4 08-11-2007 08:08 AM
Visual Studio 2005 Pro Won't Install CheeseBurgerMan Software Development Tools 10 09-22-2006 05:44 PM


All times are GMT -5. The time now is 10:53 PM.

Contest Stats

Xav ........ 1357.94
MeTh0Dz|Reb0rn ........ 1077.71
WingedPanther ........ 919.18
marwex89 ........ 906.86
morefood2001 ........ 900.18
John ........ 890.77
Brandon W ........ 770.65
chili5 ........ 312.39
Steve.L ........ 264.99
dcs ........ 234.34

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 83%

Ads