Software Development Network Logo
  • SharePoint Products
  • Audio and Video
  • SQL Server
  • Visual Studio
  • Windows Vista
  • Visual C#
  • Visual FoxPro
  • Windows Forms
  • Visual Basic
  • Visual C++
  • Smart Devicet
  • .NET Development
  • VS Team System
  • Game Technologies
  • Microsoft ISV

Software Development Network >> SDX2000's Q&A profile

SDX2000

Member List

Scott Croisdale
Phil026
Joannes Vermorel - MSP
___anshu
duck thing
MirnaHAnna
Dancer
cherriesh
John Hennesey
Colin Doran
rajitha aththanayake
Harold-z80asmRules
Barbfrog
hazz
flyall
Mach1
k00tje
PiGuy
spree
thomaskremmel
Only Title

SDX2000's Q&A profile

  • Visual Studio Team System Proxy reports "Service unavailable"

    When performing a forced get of a complete folder, using the proxy on a remote site, the following error occurs. " The source control proxy 'pgx206' is not responding, so the request will be sent to the main server ... HTTP code 503: Service Unavailable" According to VS's output window, some files were get successfully because the error is listed only after some files were replaced. Replacing W:\Main\TestFiles\foo.cs The source control proxy 'pgx206' is not responding, so the request will be sent to the main server. Please verify your settings. Additional information: Please contact your administrator. There was an error contacting the server. Technical information (for administrator): HTTP code 503: Service Unavailable ...Show All

  • Visual Studio Team System Team Foundation Server SP1 Beta patch

    I have installed Team Foundation Server SP1 Beta patch on the server by re-installed TFS again on the clean windows Here is the version of dll on the server “Microsoft.TeamFoundation.WorkItemTracking.Client.dll = 8.0.50727.363 ” But I didn't do development on the server is that ok I'm developing on Local machine that has Team Explorer. But I point the reference to the dll that is updated. Right now I cannot rebuild Naren's example. It seems that the new interface-- IWorkItemControl.AfterUpdateDatasource is not recognized. So I’ve tried to comment the error and follow Naren’s steps. When I upload custom template to the server I got this error “Module: Work Item Tracking Exceptio ...Show All

  • Visual J# multiline textbox loses \n during resize

    I have a multiline textbox that receives text my functions. At the end of each function, it appends "\n" to the textbox. If I resize the window, the textbox resizes properly, but the text inside it loses all the new lines. Example: text before resizing: results1 results2 results3 text after resizing results1results2results3 why is this happening, and what can I do to avoid it.. Please try: this .textBox1.set_Text( "Line 1\r\nLine 2\r\nLine 3\r\n" ); Add \r\n not only \n Best Regards Lars-Inge Tonnessen VJ# MVP ...Show All

  • Visual Studio Duplicating a Project in VSS

    I searched for ppl with similar objectives, and I found this one post that had a similar issue, but I'm not really sure what to think of it. In my situation, there is a VS .NET 2003 project stored away in VSS; this accesses dB's that I otherwise also have access to. I would like to upgrade the project to be used with VS 2005. However, I require the following constraints: 1. I need the original project preserved in unaltered form. I also require that to remain the primary version, and the version that other ppl will edit. 2. I need a local copy of an upgraded project -- a copy that I can work on by myself. How do I do this Thanks for any help! - Jason "DiZASTiX" Hi Jason, Wha ...Show All

  • Visual Studio Team System Proxy reports "Service unavailable"

    When performing a forced get of a complete folder, using the proxy on a remote site, the following error occurs. " The source control proxy 'pgx206' is not responding, so the request will be sent to the main server ... HTTP code 503: Service Unavailable" According to VS's output window, some files were get successfully because the error is listed only after some files were replaced. Replacing W:\Main\TestFiles\foo.cs The source control proxy 'pgx206' is not responding, so the request will be sent to the main server. Please verify your settings. Additional information: Please contact your administrator. There was an error contacting the server. Technical information (for administrator): HTTP code 503: Service Unavailable ...Show All

  • .NET Development MMC 3.0 and icons for Nodes

    I'm looking for ways to add icons to a MMC 3.0 snapin. I've noticed that the Node objects have a ImageIndex property, but I haven't been able to find info/docs on how to tie icons to these nodes. In winforms, I just add an imagelist then tie it to the control that needs the images. I haven't found anything like that for MMC 3.0. Has anybody done this yet Thanks! Hector It's LargeImages instead of BigImage there is a Color.Transparent but transparentColor doesn't do much for me. ...Show All

  • Internet Explorer Development SendKeys() and the HTML File Upload widget in IE7

    My company has an ActiveX control which we use in a web application to keep track of some temporary files created on the user's manchine. When the user makes changes, we allow them to upload the changes "automatically" by using SendKeys() to fill in the current location of the temporary file into an HTML file upload control and then submitting the form. In IE7, sometimes the file path which we pass to SendKeys() is missing some characters when it arrives in the file upload control. The behavior appears on some machines but not others, and which character(s) are missing also varies. I have seen some comments online to the effect that SendKeys() is no longer reliable in IE7 (and possibly in Vista as well). Is this the case Is ...Show All

  • Smart Device Development The process can not access the file because it is being used by another process.

    I have some issues related to WebBrowser Control in .net cf. And in its URL Property I am assigning one .htm file. In that .htm file we are setting the backgroung using one image file "#BKGROUND#" , "\"" + FilePaths .stStrImagesFolderPath + @"\backgroundImage.jpg" + "\"" But sometimes, specially while doing fast navigation , Its throwing exception "The process can not access the file because it is being used by another process." Sometimes its coming for .htm file and sometimes it comes for backgroundImage.jpg file. How to avoid this. Kindly help. I would suggest a couple of things: Both before and after you n ...Show All

  • Community Chat What version of vista are YOU getting?

    So, out of all of the editions, Home Basic, Home Premium, Business, Enterprise, Starter and Ultimate , which are you getting I am going to get Home Premium because it seems like it has mostly everything I would need. Comes with mostly everything except backing up software which you can just download. So, what are you getting ReneeC wrote: "Switching XP requires restart, which is pretty annoying. I hope I can set it up on the file properties, like XP's legacy windows emulation." No it doesn't!!!!! http://www.microsoft.com/windows/virtualpc/default.mspx I run XP and Vista on the same system all the time. Opse, I missed one Word and a comma there. "S ...Show All

  • Windows Live Developer Forums local.live.com Interface

    Does anyone know of any resources to build an interface within VE similar to the local.live.com interface The site has a full screen VE control with menu panels that collapse / expand, icons linked to menu panes, links to routes etc. I really like the it and can see the logical step with custom VE applications is to move to this style of interface. Is the interface code for local.live.com available John. Hi, i have the same stuff in my application, i wont post the source here, but  tell you how i implemented the panels. i use a div as container for each panel, and some divs and tables for the inner panel, like title,body, footer. at runtime i have some jabba-script code, which got an array that holds the references to ...Show All

  • Visual Studio 2008 (Pre-release) UserName authentication

    Hi, I'm trying the sample about 'username authentication'. I have not changed the sources of sample. I receive this error : "An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail." InnerException : "At least one security token in the message could not be validated." Server stack trace: at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.ProcessReply(Message reply, SecurityProtocolCorrelationState correlationState, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Security.S ...Show All

  • Visual FoxPro Deleting records

    Hi, I need to delete some records from a table that has the same values for some attributes. Some attributes are part of the primary key while others not. Thanks, Hi, It needs to be done inside a code that triggers when you click a button. Then, it is a one-off operation. Thanks ...Show All

  • SQL Server Failed in installatio, ERROR:29503

    Hi, Folks My story is a bit of similar to some of the fellows. During the default installation, it failed at the last section which is "SQL server database service" because it cannot start the SQL service. The difference of my story is this is not the first time I install it on my computer or any upgrade from whatever other version. I'd installed it for a couple of weeks working perfectly before my computer seemingly infected by an adware. Since then SQL Server stopped working, then I decided to re-install it after I had the adware removed. So it shouldn't be the limitation of either CPU or memory, I think. I hope I could get an answer to it before I have to re-install the whole OS, PAINFULLY. OMG ...Show All

  • .NET Development Casting from CLR types to SQL types

    1/ When my textbox is empty, doing: pm=Mysqlcommand.parameters.add(new sqlparameter("@Address",sqldbtype.char,50)) pm.value=Mytextbox.text sends a string with empty spaces to my table in SQL server. The way I avoid that I do: if Mytextbox.text=string.empty then pm.value=sqlstring.null else pm.value=Mytextbox.text end if My Question: I want to do that automatically with only one instruction and without doing If...then..else.... 2/ How to cast string variables to sqlstring like from MyTextBox.text to a sqlstring type 3/ Sometimes, my object : Myobject is not set to an instance, but I still want to assign it to my parameter pm.value=MyObject.property Is that possible 4/ Do u know hoe to cast other types: Integer to S ...Show All

  • Visual Studio Team System Access Denied :User domain\name needs the UseSystem global permission(s)

    Hi, When i am connecting to VSTS i am getting this error Error Access Denied :User domain\username needs the UseSystem global permission(s). can you tell me how to solve it... very urgent... ...Show All

©2008 Software Development Network