Pebble_Stud's Q&A profile
Visual Studio VSS Get Command
Is there any way I can perform a VSS command line get to obtain files checked in during a specified period (e.g. from May 23 to May 24) You can do that by using the -V option. Example: ss Get $/test -Vd5/24/05~5/23/05 or ss Get $/test -Vd5-24-05~5-23-05 Note: You could also do it by date and time. Example: ss Get $/test -Vd3/03/95;3:00p~3/03/95;9:00a Visit http://msdn.microsoft.com/ ...Show All
Visual Studio Team System Project 2003 Integration Problem
Now that Team Foundation is using Active Directory "friendly" names we have a small problem. Our domain is configured to return friendly names in the format: LastName, FirstName. When you import information from TF into the "Resource Name" field in Project it interprets the coma-space as multiple resources. Therefore if you try and push any changes back from Project to TF you get all these violations about invalid values. Is there ...Show All
SQL Server SQL SMS EE CTP won't open
I've installed SQL EE from http://www.microsoft.com/downloads/details.aspx familyid=220549b5-0b07-4448-8848-dcc397514b41&displaylang=en and SQL SMS EE CTP from http://www.microsoft.com/downloads/details.aspx FamilyId=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en but I can't get the Management Studio to open. The shortcut "SQL Server Management Studio Express CTP" just displays an hourglass for half a second, then does nothing. The ...Show All
Smart Device Development Can't Deploy to SmartPhone Emulator or Physical Device
My project compiles, the emulator is launched, but I get a dialog box which states: The operation could not be completed. Alternatively, I won't get the dialog box, but I'll get a status message in the IDE which states: Connect to device failed. The log messages (see below) state that all attempts to connect have failed. It indicates that it has attempted to contact the device on IP 169.254.19.106. I'm not surprised that this would fail. I have ...Show All
SQL Server Enter date into Default Value or Binding
I just moved from Access to SQL 2005 Express. I have a table with contains a Column contactDate datetime. Under the properties tab ( in SQL Manager ), I see a field "Default Value or Binding". I would like to have a default date/time entered into this field when a new record is created. In Access I used the Now() to get this done. Any sites that list some of the values that can be entered into this field TIA - RR ...Show All
Windows Forms Easiest way to get the Datagridview's text while editing?
I want to capture the text while the user is typing in a datagridview textbox cell. So far, I've read that I have to use the Editingcontrol in some way. Thanks for any help! Hi, everyone. this was very useful :) i have design myself datagridtextboxcontrol and datagridtextboxcell how can i set one of mydatagridtextboxcontrol to datagridtextboxcolumn in properties window thanks ...Show All
SQL Server Problem using SQL Server Mobile 2005 with Windows Mobile 5 application
Hello, I am developping a non-managed C++ application for PocketPC using a SQL Server mobile database. The application is compiled for PocketPC 2003 and uses SQL Server Mobile v2. I use Visual Studio 2005. But I need to compile the application for Windows Mobile 5.0 devices. So I installed the WM5 SDK and had the WM5 into my project configuration. The "ssceoledb.h" which I include incluses the "transact.h" file. But my proble ...Show All
Smart Device Development SqlDataAdapter
I am upgrading a app for a smart device using VS 2005 and CF 2.0. I can not find the SqlDataAdapter in the SQLClient namespace. Was it removed in CF 2.0 or do I have the wrong assembly. I'm using System.Data.SqlClient that was shipped with MS Sql Server 2005 Mobility Edition. Thanks It was not removed so you have a wrong assembly. Please make sure you have a reference to correct version of System.Data.Sq ...Show All
SQL Server Aggregation Question
Let's say we have 2 attributes: a and b. Each consists of the defaulthierarchy of an all-level and a leaflevel consisting of the leaves 1 and 2. If I add an aggregation on (a,b) then questions such as SELECT [SomeMeasure] ON 0 FROM [Cube] WHERE (b.b.2) should yield an answer that is preaggregated, right I.e. the coordinates (a.all,b.1),(a.all,b.2),(a.all,b.all),(a.1,b.1),(a.1,b.2),(a.1,b.all),(a.2,b.1),(a.2,b.2),(a.2,b.all) shou ...Show All
.NET Development Two-way communication using IPC
Hello, I've been reading up on IPC and looking at sample code, and I can't seem to figure out how to actually accomplish communication from a client to a server. I understand the concept of a server hosting a dll which contains a method that the client can call. However, how can the server also obtain a reference to the same object I want the client to be able to send a message that makes it to where the server can use it. To clarify my question ...Show All
Software Development for Windows Vista FileWriter and Dump Question
I need a FileWriter that I can pause the writing via my VB6 project, without having to restart the graph. Since there is no source code for FileWriter, I was thinking of rewriting Dump in the SDK. But I have no idea where to start! How can I modify Dump to be like FileWriter, able to write uncompressed AVI to file Any help or direction would be greatly appreciated! I can't think of any reason why it wouldn't b ...Show All
Visual Studio Express Editions Lesson 8: Working with the GridView and FormView
I have follow this lesson 8, by creating GridView and FormView, however I cannot do any editing or deleting my record. At the sametime, I have another question. There are two tables which need to be combine to insert new records, and update records. How do I do As I have use "INNER JOIN" in my SELECT statement, but there is nothing when click on 'edit' / 'delete' / 'new'. Kindly help! Thank you. ...Show All
Visual Basic Reading in Text from a file.
I’ve got a HTML file which looks all ok when you view it in notepad but it has a few hyphens in it which instead of being chr(45), they are in-fact chr(150). This file appears to be made by Frontpage so I know who the culprit is there. However, I’m trying to read this file in a Windows program I've written and into a variable so I can strip out content and tidy the file up for use elsewhere within the company. I’m using VB.net and the ...Show All
Visual C++ New CRT model? Somone please explain it?
Going from forum to forum, I notice that the term "new CRT model" is often used. What does it mean Someone please explain it to me in a simple manner. Or please tell me where related information is available. It seems to me that many runtime problems find their roots in this concept. Thank you very much. Ted, Thank you for taking your time. Everything you provide me with is interesting and useful! &nbs ...Show All
Visual Studio Express Editions Include an Access database in VB express project
Hello, does anybody knows if it is possible to include an Access database into my project (created with VBExpress 2005) so that automatically copied to bin and exe folder each time I debug or compile my project or it does not matter where the database has been located in my disc You're right your program can mess up Tables. I'm developing an Access problem and expererment with a table called Bluish.&n ...Show All
