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

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

drdexter33

Member List

FugersonHall
fahadmoon
Christopher Yager
Amit Bhave
msw
Hallis
P. Eisel
//ph
Yasser Shohoud
Sri_Ram_77
Mario Cossi
highgame
BethW
Juan Carlos Velez
Gavis
LazyDBA
Bentes16
Anil Dhiman
tchyT
lori1171963
Only Title

drdexter33's Q&A profile

  • Visual Studio Team System Publishing test results fails - not sure why...

    I ran a unit test and wanted to publish the results back to the "operational store" to see what would happen and if I could do something with the data - however I got the following error: EndPublishRun: Server was unable to process request. ---> A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. The help is vague on what exactly is going on behind the scenes and I haven't found anything yet in my searches through the forums and various blogs. Any help to this error would be appreciated, and if someone coul ...Show All

  • Visual Studio Express Editions ClickOnce sigining, security getting checked by default during publish

    For some reason in my visual C# 2005 express installation, when ever i publish even a simple app, in the properties, the "sign the clickonce manifest" and the "enable the clickonce security setting" get checked automatically . Even if I uncheck it, it gets rechecked when I try to publish it. I have the app not check for updates and just install from CD, is there any global setting that is causing it get checked Any inputs much appreciated. thanks ...Show All

  • Visual Studio Team System Moving from one TFS to another

    I've been running TFS and VSTS for one very large project, and it's been great, except for the fact that our server was a free workstation that really wasn't up to the task.  So, we got a new server.  Now, I need to move the project from the old server to the new server.  It seems like there is no tool, which I'm OK with - if I need to do a lot of manual steps, that is fine.  I was just hoping someone had done this, and could offer any help.  Right now, it seems like the easiest solution is just have one person check out everything , and then add these projects to the new server - but we'll lose our history, and I re ...Show All

  • Windows Forms Exposing Child Control events

    Hi, I am making a control  X which has a child control Y. Control Y has a public event YZ. I want to expose this event in X. Thus X should have the event YZ in its list. For doing this i define a delegate and event. Then I can do the usual wiring by defining a couple of Methods like onYZ etc.and it works fine. I think  ...Show All

  • Visual Basic How do I implement contains in a bindingList of T.

    Hi I am trying to understand how to use "contains" in a binding list Suppose I have the following example As you can see i placed when using Contains.COuld you show an example Better still do you know a link where it shows how the methods of the binding list are implemented Imports System.ComponentModel Public Class Form1 Dim cars As BindingList( Of Car) Private Sub Button1_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles Button1.Click CreateList() End Sub Private Sub CreateList() cars = New BindingList( Of Car) cars.Add( New Car( "Fiat" , "punto" )) car ...Show All

  • Windows Forms open login form like in taskvision

    hi, i see that in the taskvision application the login form open simultaneously the main form.. how i can replace it with my application i see the code on the main form and it call the DisplayLoginForm() on the load event.. if i try, my mainform not open first i've closed (with cancel or ok dialogresult) the loginform.. how i can thanx ...Show All

  • Visual Studio Team System What is the best way to get our CSR's onto TFS?

    We really don't want to buy more licenses for .NET for our CSR's to access our TFS Work Items, reports etc. Currently, all members of staff: Sales, CSR's, Secratary, CEO, Managers are able to enter issues in our current Product Tracker system. We want to keep this with TFS, however we do not want to purchase additional licenses for people that might only input a few issues a month. Is there some sort of client that can access TFS We do not want to use our office licenses to put excel on all these computers. Nor do we want our sales people looking at MS project because they will get confused... very quickly... I remember heari ...Show All

  • SQL Server Decoding Decimal Form of HRESULT from ErrorCode

    I have an OLE-DB Command transformation that inserts a row. If the insert SQL command fails for some reason, I use the "Redirect Row" option to send the row to another OLE-DB Command transformation that logs the error on that row to a "failed rows" table. In this table I log the ErrorCode and ErrorColumn values that come with the error path from the first OLE-DB Command. OK, that's all working great. However, here's the kicker: there's no error description value. The ErrorCode value, naturally, is the decimal form of an HRESULT--for example, -1071607696. Without some further information, however, this code is not useful f ...Show All

  • Smart Device Development Matching a ListView Item

    Hi, I'm trying to write some code that will search the items in a ListView to find a match with a string. Once this has been matched, I want the item's checkbox to be checked. I have tried using a Do Until, but I can't seem to find the correct syntax. Can anyone help me on this Thanks Dim l_lvi As ListViewItem         For Each l_lvi In Me.ListView1.Items             If l_lvi.Text = "Test" Then                 l_lvi.Checked = True   & ...Show All

  • Visual Studio Team System Exporting Load Test Results - Again...

    I am running the load test in separate location and need to export test results to local system. Unfortunately user accounts are different, machine names are different and there is no way to export data from database to database directly. The only I have remote desktop connection and can upload and download files. I've tried to backup LoadTest database and restore it on local system but it doesn't work. The local system can't get tests results from the database. May be any work around exists to resolve this situation Thanks, Gregory When you restore the database on the local system, are you ...Show All

  • Visual Studio Team System Team Foundation Server Access over Proxy

    Hi I'm wondering if it's possible to authenticate to a TFS (Beta 3 refresh) over a web proxy server I do a lot of onsite work with the repository, and some customers have proxy servers set up which I authenticate with to get to the outside world. VS keeps saying that it cannot contact the server. Thanks very much. Mat With a standard installation, the server is set up to use Windows authentication (NTLM), which won't work through proxies.  You would need to change it to use HTTPS and HTTP Basic Authentication. Check out the following thread for some details. http://forums.microsoft.com/msdn/showpost.as ...Show All

  • Visual C++ Error LNK2001: unresolved external symbol "__declspec(dllimport) public: class CString __thiscall

    Hi, I am trying to use 3 rd party API interface in VC++ module. Below is all that I got in the package.   CdCore.dll CdCore.lib CdCored.dll CdCored.lib CdDefs.h CdSdk.h   This is my program   #include <cstdio> #include <conio.h> #include <sys\types.h> #include <string>                                   #include <iostream>             ...Show All

  • Windows Forms No Response When Opening a .EXE Via HTTP

    We have a VB.NET 1.0 app that is deployed on our intranet so it can be launched via a http://server/dir/myprog.exe URL, but it is not working when we try to launch it on our corporation's new WinXP SP1 image (it does work on all Win2K clients).  When I navigate to the URL in IE, nothing happens, I don't even see an IEExec.exe process&nbs ...Show All

  • Visual Basic Calculation in Visual Basic 2005 express

    I need help please on this question and i could not understand where to begin.The question say, Input Calculate Circumfrunce Area of Circle. Value and surface area sphere. : Pi i = e Pi i square =theda 4/3 Pi i cube = V 4Pi i square = SA please, some give at least some sort of direction i'm just a starter in Visual basic. thanks guys. i'm covering a pillow. i know the diameter, 16". i couldn't remember the simple formula to measure the piece that goes around to attach the top to the bottom. a measuring tape you be to unseamly. thx ...Show All

  • Visual Basic Connecting to a server

    im using the exportXML command in Microsoft Access 2003 to export a .xml file to my website. I have been experiementing with the exportXML command and have been able to export a table to a folder at my website. The problem is that before the table is exported i get a connect to website dialog box where you enter your server user name and password. Once submitted the .xml file is exported successfully. I would like to write some code that hides the connect to website dialog box and fills in the information automatically so users of my database dont see the connection. I have searched and search the net and are struggling to find exam ...Show All

©2008 Software Development Network