Software Development Network Logo
  • Game Technologies
  • Architecture
  • Visual J#
  • Microsoft ISV
  • SQL Server
  • Smart Device
  • VS Express Editions
  • Windows Forms
  • Visual Basic
  • Windows Live
  • VS Team System
  • Visual Studio
  • Visual C++
  • Windows Vista
  • .NET Development

Software Development Network >> Michael L's Q&A profile

Michael L

Member List

kuponutcom
MikeBo
Abhishek Chatterjee
Gabriel82
Alex Quiroga
Hoang Le
Steve Nunez
kopiko23
jony_cool
Chameleon
MonicaMaloney
Chad Magendanz
vivekuniq
PatrickSkelton
eric_bubu
duffGeiger
Jay Legue
Harriman
DeathDealer
whkl1
Only Title

Michael L's Q&A profile

  • Visual Studio Team System Errors in Team Build - TFS RC

    I've recently upgraded to TFS - RC and all is going well, except for Team Build. All the solutions build successfully when they are on their own (i.e., in their own individual build), however when I combine them up into a single Team Build, it crashes part way through with the following Error in the Application Log. (Below) I can't see any errors in the build log, it just stops ! I have tried several orderings of solutions, and it seems to die around the same point, which is in the the 5th solution, regardless of which solution the 5th one actually is !. Any thoughts Regards Mark. Application log Error: TF53010: ...Show All

  • Visual Studio Team System Visual studio 2003 source control unavailable

    Hi experts, I am using visual studio 2003 with team explorer as TFS client, and I am a project contributor of a customized project on TFS workgrougp, but I found that the source control on my team exploreer is unavailable, it there something wrong, or should I reconfiguring the rights of the role. As you known, I am still in the progress of developing, so would you give me some suggestions as quickly as possible Make sure that you have selected Team Foundation Server in the plug-in Selection under Source Control. This is located in the Options dialog from the Tools->Options menu. If you are still having ...Show All

  • Windows Forms How can I put a combobox in a column of a datagrid?

    I need to put a databound combobox into a datagrid.  I would appreciate it if someone would tell me the steps I need to take in order to implement this and/or send me a source code See here: http://64.78.52.104/FAQ/WinForms/FAQ_c44c.asp#q480q and here: http://64.78.52.104/FAQ/WinForms/FAQ_c44c.asp#q480q ...Show All

  • Windows Forms DataGridView

    Hi, I am just started using VS2005 Beta 2. Can some one show me how to use combobox in DatagridView. A sample would be great.. Thank you. http://msdn.microsoft.com/msdnmag/issues/05/04/CuttingEdge/default.aspx The article above should give you a good example. ...Show All

  • .NET Development GridView Edit button does not work for the first time

    Hello, I got a simple problem. I created a new DataGridView control and bound a DataTable on it. The problem is that if I alter data in the DataGrid nothing is changed in the DataTable not even if I call  DataTable.AcceptChanges(). I thought it should be simple task, but I just figured out some ways of changing data in combination with SQL-Databases. bye Hi, Do you mean that the changes in your DataGridView isn't sent directly to the Database Coz I just tried checking the datatable and it works. I added a datagridview and set a datatable as its datasource. After m ...Show All

  • Visual Studio Tools for Office is there a "link pressed" event in outlook?

    Hi, i am developing an addin for Outlook, which when a user clicks on a link in an email message, i want to change the URL in the link to something else, based on the original one. I tried to find an event which fires when a link is clicked, but couldn't find any. Is there such an event how can i use it if not, what can be done thanks, Daniel Daniel, there is no such event for this. You would need to drop to a lower level and capture a windows message that opens a new instance of IE. This actually is not terribly hard, but it is definitely not a built-in event of Outlook. It is helpful to remember t ...Show All

  • Visual Studio Team System Webtest - Upload File fails

    Hello, I am using VS 2005 for Software Testers - I am having trouble testing the upload of a file (simple text file) to the server. My .NET code is as follows :- ASPX: <input id="filefield1" type="file" name="filefield1" runat="server"> <input type=submit runat=server id=DoUpload value="Upload" NAME="DoUpload"/> ASPX.VB: Protected WithEvents DoUpload As System.Web.UI.HtmlControls.HtmlInputButton ... Private Sub DoUpload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles DoUpload.ServerClick And my webtest is as follows:- WebTestReque ...Show All

  • Visual Studio unable to install visual web dev 2005 beta

    hey, the app promps me to uninstall .net framework 2 beta, after uninstalling it with all the other beta stuff it still cant get installed. it keeps complaing about that the new .net framework did not get installed, even after i ran a beta cleanup utility. any suggestions please. christoc where did you get Beta 2 Sounds like bad media or a corrupt file. Can you try redownloading it ...Show All

  • Visual Studio Express Editions C++ examples in .Net

    After I moved from the Beta 2 to the release of Visual C++ 2005 Express, I was shocked to see that even the few code examples in C++ in the .Net framework class library were gone! At this time my interest is only limited to ADO.NET so I don't know about other .Net libraries but I can't believe only C# and VB.Net are considered "worthy" of extra attention in .Net, ... or am I the victim of some weird circumstances Kamen As far as my experence so far goes, ther are no weird circumstances... there appears to be virtually no C++ examples on ADO.NET for C++.  Not just here, but everywhere I've looked for the last week and a h ...Show All

  • .NET Development Can AppDomains share a TcpChannel in 2.0? Or routing data between appdomains?

    I have a server-side custom host process which has multiple AppDomains. There is one "main appdomain" and separate AppDomain for remoted server-components. In .NET 1.0 and 1.1 I had to create a separate TcpChannel for each AppDomain and thus reserve a TCP-port from the server-computer for each one of them. This was not very nice, but just barely of acceptable. It would be nice if I could share a single server-side TcpChannel for all remoted server components. An alternative: Could I somehow trap (in a low-level) the remoted communication from the client on the "main appdomain" and then route the call transparently to ...Show All

  • Windows Forms transparent labels

    I have a control with a graphic. I put some labels over it, and set the background to transparent. This doesn't mean the graphic shows through, it means the background color shows through. Do you know how to get a truly transparent background on a label  I've tried using graphics drawstring() but it doesn't look as smooth and it's much more of a&n ...Show All

  • Visual Studio Team System Backup Utility not working after TFS installed on Windows Server 2003 Std Edition SP1

    I have installed Team Foundation Server (single-server deployment) and Team Foundation client, on a Windows Server 2003 Std Edition with SP1 with all windows updates. Installation was successful, I can create projects etc no problem. This was a clean install on a DELL Poweredge 800 with RAID 1 SATA HDD. Prior to installing Team Foundation Server and Client I was able to use the Windows backup utility to successfully create an ASR backup and full backup of the server. After installinf TFS I find the backup utility fails with the following error: Error returned while the creating volume shadow copy: 80042301 After ...Show All

  • .NET Development Javascript Validation in ASP.Net

    I am writing an ASP.Net application that needs validation for certain fields.  I found a Javascript routine that will examine a text box for uppercase, lowercase, and numerics.  I can split up the validation to return a value based on what is found. The problem is that I cannot figure out how to incorporate this Javascript with my custom error handler.  The custom error handler for ASP.Net cannot be used to weed numbers and/or special characters out of a text field.  That is why I am using the Javascript routine. This is what I am trying to add to the HTML code of my project: var numb = '0123456789'; var lwr = 'abc ...Show All

  • Visual Studio How do I access the Solution Item or the Project Item using item name?

    Hello.~ While I make the addin program, I have a question. I want to access the Solution Item or the Project Item using item name. I can access using "soln.Projects.Item(1)" or "soln.Projects.Item(1)" but I can't use the ItemName  instead of item number ( ex. 1 ) . Isn't there any way using item name or how should I do to do Please help me. Thanks. Gwisun.   Thanks a lot, Chetan. That's what I want. May I ask additional question I can find the general project using unique name. But, I can't find both solution folder and the project under the ...Show All

  • Windows Forms ListBox

    Dear Friends We are using C# for our project and for If i use list Box and want to remove few items without using for loop , how can i do that because we want to add we can if we want to remove we are not able because i didn't any such fuctionality .can u please help me in this regards. Hi, sorry ali, for not mention the proper conditions, anyway, Everyone, thanks for the help... ...Show All

©2008 Software Development Network