ALK's Q&A profile
Visual Studio Express Editions console window closes too fast!
How do I configurate Visual Studio 2005 so that the console windows does not close after an exception is throw I've see systems with Visual Studio 2005 that does not close console windows unless they are manually closed. But my newly installed VS2005 closes my consoel output too fast for me to see anything. Thanks! create a loop around the console input... While Console . ReadLine <> "quit" End While ...Show All
Visual C++ Can't find MFC80ud.dll error
I once upgrade my 2002 project to 2005, and it worked without any problem. But after I change the charset from mbcs to Unicode, then when I run the debug version, Windows informs me that "cannot find MFC80ud.dll". After hours of research and compared with the default project created by 2005, I found that the problem was due to manifest file in ".rc" (It was auto-generated by 2002): ///////////////////////////////////////////////////////////////////////////// // // RT_MANIFEST // IDR_MANIFEST RT_MANIFEST   ...Show All
Visual Studio 2 problems with vs2005 Add-ins
I'm trying to make an add-in project which is used to add new web project(both vb and c#).I've made it with VS2003 version before, and now I need to do that base on VS2005. Status: After installation, I found this add-in is load and startup in Add-in Manager dialog. wizard and script file location as following: .vsz file: Program Files\Microsoft Visual Studio 8\Web\WebProjects\CSharp default.htm file's wizard UI: Program Files\Microsoft Visual Studio 8\Web\WEBPROJWizards\CSharp\AGILEPOINTWEBAPPWIZ\HTML\1033 common.js and default.js and Script.js: Program Files\Microsoft Visua ...Show All
Visual Studio Team System Does Visual Studio Team System support WAN Remote Access
I have seen several comments to indicate that Visual Source Safe 2005 will better support WAN by way of HTTP access over the web. Is there going to be strong support for WAN source code control in Team System as well Presently we need to use SourceOffSite because of the poor performance of Visual Source Safe 6 over the WAN. We are very interested to know if Team System will remove the need for third-party products for remote access. Thanks in advance for any replies I've set up a VPN on both my server and on my client and I've made port forwarding on my router for IPSec and PPTP. When I cli ...Show All
Visual C# Create new project from code (New Project Wizard)
Hi, I have a forms application in .net 2003 which calls the LaunchWizard method (DTE Object), after setting the required parameters such as the location of the .vsz file. For VS2003 the .vsz files were located in the "C:\Program Files\Microsoft Visual Studio .NET 2003\VC#\CSharpProjects" folder. However the same piece of code does not work in VS 2005 and when i checked the CSharpProjects folder i dont see the .vsz files . Does anyone know how the wizard works in VS 2005. this is the code i have developed . object [] param= new object[7]; ...Show All
Visual Studio Team System SQL Server 2005 April CTP - Invalid SSPI Packet Size
When I bring up SQL Server Management Studio and attempt to connect to the default database using windows authentication, I get a cannot connect error because of Invalid SSPI Packet Size. If I try again it works. This is causing me problems installing the application tier. Does anyone have a clue what I can do to fix this I'm seeing the SSPI packet size error in the June CTP as well. I've observed it on two different domains. I opened a bug in the "MSDN Product Feedback Center" (aka Ladybug) with bugid FDBK30644 to reflect that the June CTP did not fix this. If anyone else is s ...Show All
.NET Development White space below a nested table
I'm sure this has been asked an answered, however, I am finding difficult to remove the white space that appears below a nested table. In otherwords, I would like the table to fill the entire cell (<td>) however, it seems to leave a line, below the nested table in the cell. Is there a tag or setting that will illiminate this behavior <table cellpadding="0"> <tr> <td style="background-color: #00FF00;"> <table width="100%" height="100%" cellspacing="0" border="0"> <tr> <td style="background-color: #FF0000;"> aaaaa ...Show All
Windows Forms How do I authenticate to send an email?
i am using .Net framework 1.1 and i want to make an authentication to send an email using system.web can anyone help ...Show All
Software Development for Windows Vista Entry Point Not Found
I can't run compiled exe on Win2000/NT cause of "The procedure entry point getaddrinfo could not be located in the dynamic library WS2_32.dll" error. I found how to fix this for for VS 2003, but there are no topics available for 2005. Can anyone help me fix that. From where are you picking up the CRT dll Put it under the debugger and see the location from where the CRT dlls are loaded Thanks, Ayman Shoukry VC++ Team ...Show All
.NET Development Problems with uploadData function
Can anyone tell me what might be wrong with this code It is supposed to upload some data to a specific folder on my web server, but it just returns an error: 404 Not Found. Private Sub btnUpload_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUpload.Click Try Me .uploadPath = http://66.223.50.52/D:/SeansTestFolder Dim net As New System.Net.WebClient Dim stream As New System.IO.FileStream( Me .path, IO.FileMode.OpenOrCreate) Dim fileBytes As Byte () = Array.CreateInstance( GetType ( Byte ), stream.Length) stream.Read(fileBytes, 0, stream.Length) stream.Close() Dim bytes As B ...Show All
SQL Server Changing Column and Row Heading in MDX
I am trying to change the default row and column heading to make it more meaningful to the user in MDX. Can you please help me. This is done easily in SQL like SELECT the_actual_cost AS cost...... Thanks in advance. Riju Hi Peter, I am using one measure in multiple reports and trying to give them different names in different reports to make it more meaningful. Thanks Riju ...Show All
Software Development for Windows Vista Building 'work queues' based on workflow state
Perhaps you could point me in the direction MS would recommend for building a list of workqueue items awaiting attention. The scenario is: I have raised a purchase order and started a workflow which is now sat in an AwaitingPurchaseInvoice state. I want to populate a grid with all those Purchase Orders currently awaiting a matched Purchase Invoice. It seems I have a number of options: 1) Store the state in my business object and simply query based on that – This feels wrong because I should be able to infer the state from the workflow. 2) Create a StateMachineWorkflowInstance and query that ...Show All
Visual C# Just Learning how-to-use C# - Please can these warnings be explained
Hi I have justed started to use c# and with only a simple "Hellow World" programme I have the follwoing warnings. Anyone explain why Thanks. Graham Warning 1 Invalid search path 'C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' Warning 2 Invalid search path 'C:\Program Files\Microsoft Visual Studio\VC98\lib' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' Thanks, I believe it is exactly that. Are you talking about reg settings or something in Visual Studio ...Show All
Smart Device Development Pocket PC 2003 and Registry Files
I am currently using SQL Server Mobile 2005 with Pocket PC 2003. I created a .reg file for when the Pocket PC is cold booted, SQL Server Mobile 2005 will be reinstalled in my \Program Files. It currently does reinstall SQL Server however it does it twice taking up extra memory. I currently have the Server stored as a .cab file in my \Application folder(ROM), and then is copied to RAM first in my \Temp folder and is unzipped by the command written in my .reg file. Once unzipped, the Server then moves to my \Program Files but is copied twice. I have tried to copy and unzip the .cab file to my \Prog ...Show All
Software Development for Windows Vista Problems building samples from Platform SDK
I have installed the "Microsoft Platform SDK" and followed Brian Johnson's instructions ( http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx ) to enable it to be used with "Visual C++ 2005 Express Beta 2", successfully (hooray!). I then wanted to build some of the samples in the SDK. I first tried building in the command line for "Microsoft Visual C++ Toolkit 2003" (which I had previously downloaded), and received linker errors mentioning "cannot open file LIBCMTD.lib". I tried building in the command line for the "... Beta 2" and got a dialog box saying that the file Hcrtf could not be found. I then went back to trying to ...Show All
