Open Source Pong's Q&A profile
SQL Server Dataset
hey guys, I created a dataset using a design view of the MDX query designer. As you know, in the filter pane of the MDX query, there is check box if you want to parameterized your report. When I checked that option, SQL Server created a dataset specifically for the report parameter. So my question is that I can see this dataset in the data tab of the report designer but not in the Report Datasets list. Do you have any idea why this happened waiting to hear soon. Sincerely, Amde Report designer will mark MDX parameter datasets as "auto-generated" in the underlying RDL representation ...Show All
Visual Studio Express Editions I need to get volume information from the hard disk. What can I do? - Volume Serial Number
I am trying to implement a copy protection scheme for my programs and I need to determine the volume information of the hard disk on wich the program is installed. Is there a way to do it from VB 2005 Some information is returned by My.Computer.FileSystem.GetDriveInfo but this might not be enough for your scheme. ...Show All
SQL Server SQL Server data types
Very simple ... Where can I find a web site that explains the difference between sql server express data types thx. This would seem like a good starting point; http://msdn2.microsoft.com/en-us/library/ms187752.aspx ...Show All
Software Development for Windows Vista Welcome!
Hello and welcome to the Data Access, Storage, Search and Organize forum! There's a lot to talk about here and we're waiting to listen to your comments and answer your questions. A lot of folks are down there at PDC so we're expecting these forums to really cut loose once everyone gets back and starts to work with Vista, but we're open for business now! The following link provides much useful information about the features of Win Vista: http://more-vista.blogspot.com ...Show All
Visual Studio Team System Reconfiguring Team Explorer Servers
After installing Team Explorer B3 I was presented with a dialog where you could configure Team Foundation Server addresses. Since then, I've moved my Team Foundation Server to a different address, and I cannot figure out how to reconfigure the server locations in Team Explorer. Every time I try to create a new team project I get a "cannot find server" error. Work arounds Regards, Roger The full instructions are Close the IDE (devenv) Go to start --> Run. Type "devenv /resetuserdata" (without the quotes) Restart Visual Studio IDE (devenv) Select the profile you want Now reconnect to the server. ...Show All
.NET Development Publishing to Windows Server 2003
I have successfully published my application a couple of time to my web server. When I go to the remote install site and try to install over the web everything goes fine up until the actual application install. All of the prerequisites installed fine but when it looks for the .application I get an IIS server error. Do I need to tell IIS about the .application extension somehow I would like users to be alerted and be able to download new builds of my application without my intervention. Thanks for looking dave This post explains most of what you are looking for. http://forums.microsoft ...Show All
SQL Server Can't connect to SQL Server 2005
Hello, I have a problem with connecting to SQL Server 2005. I have a small network at home with a WLAN router connected to Internet. My notebook computer and desktop computer are connected to router. My SQL Server 2005 is installed on notebook computer and Microsoft Server Management Studio is installed on desktop computer. I wanted to add login so I could connect to it from desktop pc and a problem came up. When I tryed to add account (from desktop pc) to local group on notebook pc I couldn't do that becouse there wasn't offered desktop pc as a location. Also, when I try to make connection string in visual studio, i can se ...Show All
Visual Studio Team System Why two copies of everything when I use MSTest?
Hi, I've gotten used to my test files being 'deployed' before tests are actually run. However, I can't figure out why I get two copies of everything when I run my tests from the command line via MSTest. Example: I'm sitting in c:\foo, and I run MSTest with some arguments. My test files appear in a new subdir in VsEqtDeploymentRoot, as I would expect, because this is what happens when I run my tests from within Whidbey. However, a second copy of all this stuff also appears in the current directory, c:\foo. In order to closely approximate an actual deployment scenario, I'm copying upwards of 50 MB of stuff around everytime I run a batch of tes ...Show All
Windows Forms Can no longer drag Container-type controls with mouse in IDE
Something has changed in my VS2005 IDE - and I can't figure out what the problem is. Started a brand new project - simple Windows Form - and added a tab control to it. I can't drap the control around on the screen with the mouse. I can resize with the mouse, and I can use the arrow keys to move the control. When I move the mouse to the top-left corner of the control, I get the nice icon that lets me know I can move the control, but nothing happens if I try! Attempted the same thing with the split container control - same result. Same with GroupBox and Panel controls as well. Moving simple controls (label, textbox, etc) works fine. I ...Show All
Visual C# Repeating Sequence
You how you put Console.WriteLine("Press Enter to continue"); and then you put Console.ReadLine(); Now i want it to say would you like another entry Y or N if they enter Y how do i repeat the process of going back to the excution of the program....basically how do i start it over... I know it seems i am asking very basic question...but i started programming very differently than most developers... Hi, Yep, you got it right... . Your input logic must be placed in the do statement so that it would be included in the loop... cheers, Paul June A. Domag ...Show All
Windows Forms copyright
Hi I wonder how I could write a copyright character in a messagebox as text Thanks Moorstream Thanx for all the answers... Of course I mean Word :) /Moorstream ...Show All
Visual Studio Team System Which group should I add these users, who are getting the below error
Hi there, Few of the users whom i want to give read/write both access to my team projects and added them in contributor group and getting 'Object Refence is not set to an instance of an object error' and the below log entry is found in server event log. Should I add them in any other group Thanks, Anu Event Type: Information Event Source: VSTF Source Code Control Event Category: None Event ID: 3003 Date: 8/9/2005 Time: 1:15:55 PM User: N/A Computer: TEST01 Description: An exception has occurred in a Team Foundation component. Technical Information (for th ...Show All
Visual Basic Print control code
Iam creating a order form using vb 2005 express beta, Iam having trouble writing correct code to print button that will print form contents. Iam only able to print a blank page. Please any help would br great thanks, Bruni look at the powerpack http://msdn2.microsoft.com/en-us/vbasic/aa701261.aspx This may help in printing a form ...Show All
Visual Studio 2008 (Pre-release) WPF/XAML for WinXP
Hi, everyone! Question about WPF, but not about Vista. Whether any release of WPF/XAML for WinXP is planned With best regards, Dmitry Yes, the last post with URL is the wanted answer. Thanks a lot for all! ...Show All
Windows Forms Bit fields
I'm trying to write a general method that can set a flag on an arbitrary bit field. Something like this public static void SetFlag(Enum flags, Enum flag) { flags = flags | flag;//This won't work!! } So that when I write the following it will show "A, B" [Flags] enum Test {A = 1, B = 2, C = 4}; private void TestSetFlag() { ...Show All
