dctech's Q&A profile
.NET Development Where's the SOAP message...???
Hello, I've started learning about web services,i mean i'm a real newbie,so my question can be very silly..sorry about that. I have created a very simple web service and added a simple method: [ WebMethod ] public string combine( string name, string surname) { StringBuilder sb_name = new StringBuilder (name); sb_name[0] = (sb_name[0].ToString ().ToUpper().ToCharArray ())[0]; return sb_name + " " ...Show All
Visual Studio Team System Is there any client to access Source Safe in VSTS similar to the one that we had in VSS
Hi I wanted to know if there is any way where a person can view a source control explorer for a team project without actually opening the IDE Is there any client available which lets us view the TFVC The Team Foundation Client (found on the installation media in the TFC directory) is the stand allone version of Visual studio with only the team explorer. You are free to install it on as manny mach ...Show All
Windows Forms i need this embedded code in vb 2005 instead of c#
this code was to handle the selctedindexchanged for the datagridviewcomboboxcell private void dataGridView1_EditingControlShowing( object sender, DataGridViewEditingControlShowingEventArgs e) { ComboBox cb = e.Control as ComboBox ; if (cb != null ) { // first remove event handler to keep from attaching multiple: cb.SelectedIndexChanged -= new EventHandler ...Show All
Visual Studio Help, uninstalling beta 2
i uninstalled vs2005 beta2, but unfortunately in the wrong order. now, the device emulator 1.0 beta 2 installed, but it is stuck. I can't uninstall it because it asks for an msi file. this file is on the beta 2 dvd, which I don't have anymore. could someone send me this msi file its in the \vs\arm folder on the beta 2 dvd thanks Try running the uninstall tool: http://go.microsoft.com/fwlink/ LinkId=47598 ...Show All
Visual Studio Express Editions compiling and building
hey guys, does any one know how i can compile the *.ccp i wrote on other on other software ( say C++ 6.0 or Borland Builder 6) I’m having hard time compiling on C++ express 2005 edition, languages that were written some where . Visual C++ Express Edition doesn't support MFC so if you use that you will need the Standard Edition. If you use the Win32 SDK you will need to install that seperately ...Show All
Visual Studio Express Editions What component for a table of strings?
So, I want to display a table of strings, and let the user edit them. What component suits best here I looked at the DataGridView, but it seems either too complicated or I didn't find a simple enough yet workable example I quess I am asking either a suitable component, how to use an array of text edits or how to use the DataGridView to achieve the equivalent of Component[x,y]="string at x,y position"; SomeString= Component[x,y]; Th ...Show All
Visual Studio DSL and XMI interchange format
Hi, Good day! I have a general question regarding the interoperability between Microsoft DSL tools and other general purpose modeling tools that supports UML/XMI. On one hand, since UML could be customized towards different domains/platforms through UML profiles, we can view such UML Profiles as DSLs targed for different domains/platforms. More importantly, such DSLs are defined through standard UML and could be imported/exported through XMI for ...Show All
Visual Studio Team System Change priority from integers to strings
I've been customizing the Work Item template in the MSF Agile template. So far I've made good progress in implementing the states (Active, Closed etc) that we currenlty use. For Priority, we currently have High, Medium, Low, Memo but when I change the Microsoft.VSTS.Common.Priority type from Integer to string and added these values, it throws the following error when I import the template: Exception Type: Microsoft.TeamFoundation.WorkItem ...Show All
.NET Development AccessViolationException when network adapter is disabled
I have similar problem as described in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=168193&SiteID=1 I have Desktop client that consumes MyWebService. If i disable network adapter while SOAP HTTP Rrequest sent by MyWebService.MyMethodAsync() is executing i get AccessViolationException Blaming NOD32 (imon.dll). Is this NOD32 or .Net Framework 2.0 bug, is there workaround and will it be solved and when Tnx! Several people have ...Show All
Windows Forms Drawing in millimeters
Hello, I'm just starting off with C#, so far I've used C++ with MFC. In MFC, I could easily draw e.g. a line which is 2 millimeter long in printing regardless of the printer type by setting the DC's mapping mode to LOMETRIC or ...Show All
Visual Studio Team System Reports fails with TFS beta 3 refresh
TFS Beta 3 Refresh. I have just installed TFS beta 3 refresh on a clean machine and and successfully created a new project (TestProject1). When accessing the portal site the four reporting web parts all have something similar to this: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'dsIterationParam'. (rsErrorExecutingCommand) The Team System cube either does not exist or has n ...Show All
Visual C# IEnumerable<T> compile error
Hi All, I have a class that implements IEnumerable<T>. public class ShiftBuffer <T> : IEnumerable <T> I am wrapping a Queue<T>. I have implemented the method: public IEnumerator <T> GetEnumerator() { return null ; // queue.GetEnumerator(); } However I get a compile error saying that I have not implemented IEnumerable.GetEnumerator() Error 1 'CSharpUtilities.Collections.ShiftBuffer ...Show All
Visual Basic How to send WM_LBUTTONDBLCLK message to items of SysListView32 control ?
Hi, I have a executable which is written in VC++. I don't have source and it is from third party software. When I run this exe, it loads a window and it has a ListView control (belongs to SysListView32 class). When I double click on List item, it geneares some text file and stores. I want to send WM_LBUTTONDBLCLK message to list item of SysListView32 control automatically, from VB program. I am able to get handle of VC program, and able to re ...Show All
Windows Live Developer Forums Worlds Best App Contest Winners
It’s time to announce the winning applications for MSNR Messenger’s Worlds Best App Contest , which MSN ran from September through December 31 st , 2005. There were a lot of great entries, hard work and interesting new ideas for building new applications and games within Messenger. Submitted applications were judged based on the official rules and judging criteria which included creativity, launches during the contest, suit ...Show All
SQL Server Users Cannot Connect to SQL Server 2000 SP4 After Applying Hotfix (build 8.00.2148)
Users are reporting that they cannot connect to SQL Server using ODBC and Windows Authentication after I applied a SQL Server 2000 SP4 hotfix. The client-side error is: Connection failed: SQLState: '01000' SQL Server Error: 10061 [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionOpen(Connect()). Connection failed: SQLState: '08001' SQL Server Error: 17 [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL Server does not exist or ...Show All
