Sumo's Q&A profile
Visual Studio Team System Work Items created in VS 2005 do not apear in the portal
Hi, I making my first steps with the team system. I finally got both server and client working together. The problem is that after I create new tasks or bugs I don't see those in the Sharepoint portal of the project. I can run a report in the server and then I see these items but this way they may only be viewed and not modified. They do not apear in the tasks/bugs list. This is also true the other way around: tasks which I create in t ...Show All
.NET Development System.IO.Compressio.DeflateStream clarifications please ...
Since .NET Framework 2.0 is now final it's probably too late, but: 1. Why does the DeflateStream not offer the choice of compression levels (0..9 ) 2. Does anybody know what the compression level used actually is (*) 3. The 4GB limit seems to be bogus information - tests show that one can go beyond this border without problems. Maybe somebody mixed up the maximum file size in ZIP archives ! (*) the speed seems to be too fast :) If ran ...Show All
Windows Forms How to make a splash page
How do I enable my application to have its own splash page to stay on the screen for 3 sec. Well, like I said in my post, the code dismisses the splash when the main form is ready for display. In your situation,&nb ...Show All
Visual C# Why is this variable not visible?
Clip of my code: // Begin the WebRequest to the desired WEB address WebRequest myRequest = WebRequest .Create(URL); try {   ...Show All
Windows Forms C++: Ambiguous symbol error
I have done a program with windows forms in "Visual C++". I have implemented a function that returns two values. For example: double functionExample(int parameter, [Out] double * result2); Before of this function, I have written this line: using namespace Sys ...Show All
Smart Device Development Activesync 4.0,win mobile 5, XP Home edition SP2
Hello, I have a strange problem. My activesync connection was working fine but now when I re-installed activesync 4.0 I get the "critical communications services have failed to start. Try resetting the mobile device" message. Please help. Thank you. I had the same problem myself and found an earlier posting with the solution. Check out... http://forums.microsoft.com/msdn/ShowPost.aspx PostID=66038 Seems to be do ...Show All
SQL Server Converting Dates as paramters
Hey guys, Hoping i can get some help with this one.. Problem: Data source has a datetime format as YYYYMMDD I would like to have my users enter a date in the format of DD/MM/YYYY and in the background have it convert to the YYYYMMDD so i can filter my data according to the data ANy ideas on how i will do this thanks scotty Use Format function and convert the date parameter to required format. Format(Pa ...Show All
Game Technologies: DirectX, XNA, XACT, etc. D3D background picture
Hi folks, What I need to do is fill the background of my window with a particular bitmap. Bitmap can be of any size... 200x100, 640x480, 1920x1080, etc. and it should stretch to fill the window. Much like your desktop's background picture. This is in a D3D windowed app written in VB.NET using Feb2006 MDX. All 3D and sprite rendering is done on top of the background image. How do I do this My current knowledge tells me I have to load a tex ...Show All
Visual Studio Team System Reporting Services Error when clicking Issues List on project home page
Hi. I'm running Team Foundation Server RC (upgraded successfuly from Beta3 Refresh). I can successfully create new projects, but when I click the Issues List link from the project's home web page I receive the following error: Reporting Services Error This report requires a default or user-defined value for the report parameter 'StateParam'. To run or subscribe to this report, you must provide a parameter value. (rsReportParameterValueNotS ...Show All
Visual Basic Paint Program
Where can I find a simple Visual Basic code of a Paint Program I don't believe there is a full "paint program" here but there are a few graphic samples included: http://msdn.microsoft.com/vbasic/downloads/code/101samples/ ...Show All
SQL Server Missing labels in chart bar the X axis
Hi All I have a report with a bar chart. Within each category of the bar chart I have 3 bars that are compared with each other. The problem is that not all the categories labels are shown, even though there is enough free space on the axis (the font is very small). Can I configure the chart thus all the values will apear Thank you. In the chart properties dialog, go to the x-axis tab and tur ...Show All
Visual Studio Express Editions SQL EXPRESS too sloooow...
Could someone please help. I used to have a very smooth running SQL EXPRESS server. After I installed Beta 2, the server got very very slow with massive resource consumption. It can now take in and around 30 seconds just to login with massive use of the hard drive. Does anyone else have this problem I am using SQL EXPRESS version: 9.00.1116 Thank you, Hi, Thats correct and SQL Server Express does support all of those. In fact ...Show All
Visual Studio Visual Studio 2005 Will Not Install
I've been trying to install VS 2005 Professional from the MSDN DVD -- or rather, I had to copy the install directories onto my HD since it doesn't have a DVD player on it (it's a slightly older laptop). In any case, I have successfully installed SQL Server 2005 Developer onto this machine already (although not without one error with that either). The errors I'm getting vary: The installer keeps telling me a CAB file is corrupt and that it ...Show All
SQL Server KPI value expressions
I'm trying to understand what forms the value expression of a KPI can take. All the sample I've seen so far have been very simple, like a simple measure expression, e.g. [Measures].[Internet Sales Amount] I've also had success specifying a simple tuple, e.g. ([Measures].[Internet Sales Amount], [Product].[Product Model Lines].[Model Name].&[Bike Wash]) But what if I want something more a little more sophisticated For example, what if I want ...Show All
.NET Development Using System.Net.Mail class to send mail.
Hi, I was coding a class to send mail via SMTP, but I found that in Framework 2.0 you have System.Net.Mail to do that task. The classes works fine to send mail on a server that does not require authentication. Unfortunatelly, I can't get it to work on a base64 encrypted server. The process of logging in that type of server is easy, so I expect an bool attribute, let's say, "IsAuthRequired", but it does not exists. From what I've ...Show All
