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

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

Cole4473

Member List

bvautier
R Boyd
Fatt
Larry McCay
tvu4251
Jerome.Robert
WimB
ZNS
Mitch Denny
JimVb
Saurabh11
bogosian
Jetttik
Orogui
uga_boy
Chris Chubb
Jürgen Hefele
windypoint
smurfgbr
blouie
Only Title

Cole4473's Q&A profile

  • Visual C++ Where do I?

    Where can I find good tutorials for how to use this compiler and how to write C++ I am looking to get into programming but I don’t have much a programming background dose anyone know where the best place to start is and any good tips I should know before learning. Also I wanted to know something. People tell me that you don’t need the .net framework to use C++ applications but some people are telling me that you need the framework to to see programs created with this program... could someone tell me. Well thanks Mates ;) I would get a good book on C++: my favorites are "Accelerated C++" and "The C++ Primer". If you write plain ...Show All

  • Visual Studio Team System Failing a test step

    I have a load test which contains various web tests along with many remote servers which perform tasks based on the responses received.  The webtest performs several actions which use validation rules to check the pages are displayed correctly etc. However data contained in one of the response is passed to a custom TCP connection and transmitted to a waiting server to process. The server then does some 'stuff' with the response and sends back a pass fail status. Ideally if a fail is received I would like to mark the previous web request also as failed. Or at minimum mark the current itteration  ...Show All

  • Visual Studio 2008 (Pre-release) Stuck with Install

    I have the DEC CTP installed at work so I decided to install it at home. I downloaded the FEB CTP and the SDK failed to install. I sent the error log to Microsoft but no answers. Can I post it here What are my next steps I really wish to start working with WCF but can't get it installed. thanks Ralph Krausse STEP1: please run winfx uninstallation tool http://www.microsoft.com/downloads/details.aspx FamilyId=AAE7FC63-D405-4E13-909F-E85AA9E66146&displaylang=en STEP2: once uninstall completed,please install Feb ctp from here http://blogs.msdn.com/madhuponduru/archive/2006/02/22 ...Show All

  • Visual Studio Team System How to test Smart Client Windows Forms using VS 2005 Tester

    Is there a way to test a Smart Client Windows Forms application (one that is not invoked through IE) Or: How can we test web services directly from VS 2005 Tester without using IE as the interface Thanks, Burkhard   Yes i do see the http requests in the web server logs.....I'm thinking it's some kind of configuration issue in .NET. Can you tell me what you Listen port is set to in Fiddler Is it 8888 or 8080 Also are you using the same techonology .NET 2.0, click once deployment So the app runs independently of IE once it is launched Thanks ...Show All

  • Visual C# Code won't compile!!

    If(number < 80) {    // do stuff } dunno what's wrong ... Hi Jobby - Could you give me more information with the kind of compiler error you are seeing here   One reason you would get an error with the code you have here is the uppercase "If" statement.  Try using a lowercase if. if (number < 80) {     // do stuff }   Thanks! Karen Liu Visual C# IDE PM ...Show All

  • Visual Studio Test-driven dev of add-ins

    Hi I'm currently writing an add-in for vs2005 for a couple of reasons: 1) to take care of some of the common tasks I do inside the ide 2) to learn about the new extensibility/automation model I'm trying to do The Right Thing and TDD everything, but I'm starting to get really bogged down in mocking everything within the FileCodeModel structure because none of it is instantiatable. In the process of mocking CodeClass, CodeNamespace etc, I'm having to make assumptions on the actual behaviour of the implementation of those interfaces - but this is the information I really want to be deriving from my tests. It has occurred to me that I'm testing ...Show All

  • .NET Development How to identify webservice progress or get data duing execution

    Hello, I have problem in webservice response. I have called one Asynchronous Web Service. By this I will get around 10000 records. Now I want this records in chunks of 100 each. Is it possible.... Another problem is Is it possible to get any notification at the client side about total progress of WebService process... Means can i know how long my webservice is completed or how long it will run.. If i am not wrong then we can not access WebService public properties as it is state less. Or there is a way for this.... Now my last question is Is it possible to call my any client method by this web method.. Waiting For ...Show All

  • Windows Forms how to implement 2 method at same time?

    I have 2 datagrids on the same form,  one is on the top, another one is at bottom. when i drag and drop the row from top datagrid to bottom one,  when mouse move over the bottom datagrid i want the row to be hightlighted based on the my mouse  position. I have a function already does that using mouse move method.   but when&nbs ...Show All

  • Visual Basic Error adding new data connection

    Please, I need urgent help on this error (follow the link to the image) .The text in spanish means "System cannot find file specified". This ocurs when i try to add a new connection to a server. I'm try to reinstall all VisualStudio, but error still appearing. Somebody can helpme Thanks! Hello Sunder I'm using SQL Server 2000 Developer Edition and SQL Server 2005 Pro and Dev editions. Thanks. Jose Miguel. ...Show All

  • Visual Basic Debugger is extremely slow

    Has anyone else experiance really slow debugging in VB.Net Beta 2 Yesterday was the first time I used it to step through code line by line and I was shocked. It's a simple project with one form using a datagridview and it was horrible. We are talking a 3 - 5 second delay every time I hit the F10 key to step over... Thanks, Aaron I have found a workaround posted here: Would this be sufficient for your team to try out (or have 1 of them maybe try this out to see if it solves the problem) http://lab.msdn.microsoft.com/ProductFeedback/ViewWorkaround.aspx FeedbackID=FDBK31126#1 The other workaround is to reset y ...Show All

  • SQL Server Suggest Column Types

     Is there a parameter/ registry setting I could use to change "Number of rows" in "Suggest Column Types". Number of rows to scan is defaulted to 100. I believe the maximum rows you can set to 1000. If you try to set anything more than 1000, system will change from what ever you set it back to 1000. I came across this problem during testing. I was wondering anyone else came across this and how they resolved it! Thanks Sutha I have raised a suggestion for this. And also to have it allow for just strings to be suggested, to allow for data not be converted when it doesn't need to be http://lab.msdn.microsoft.com/P ...Show All

  • SQL Server multiple instances

    Does SQL Server express support running multiple instances of database http://msdn2.microsoft.com/en-US/library/ms165614(SQL.90).aspx Yes. ...Show All

  • .NET Development "Stream was not readable" error

    Hi, the following simplified code sample sends a post request and attempts to read the response body stream. I'm posting to the vs2005 web dev server. If i try to run this code more than once between dev server reboots i get a "Stream was not readable" error. This only happens when i attempt to post, get's work fine. the response body is exactly the same in both cases. The dev site code is implemented as an http handler. could this be some kind of buffer corruption issue thanks, steph. private void MakeRequest( string uriString) { Uri uri = new Uri (uriString); HttpWebRequest request = ( HttpWeb ...Show All

  • Visual Studio Team System non-IT examples which are in link to its potential application in an IT environment

    Hi, One of the several aspects of the IT project management is the Project Time Management. I would like know a few business examples which are in link to its potential applicaiton in the Project Time management of the IT Project management. I would like to know the business examples which we can compare or relate to the topics in the Project Time Mangement. Thank you. Hi, I didn't fully understand the question. Are you asking how you can use Team Foundation Server to time tracking Thanks, -Siddharth ...Show All

  • Windows Forms Message boxes

    How do I change the options of a message box ie The buttons (making yes and no buttons) The product that I'm using is Visual J# 2005 Express Edition Beta.  A response would be greatly apreciated as I am on a very tight schedule. Thank you Try: MessageBox .Show(this, Q1, "Question #1 for $100" , MessageBoxButtons .YesNo); where this should be any control, or: MessageBox .Show(Q1, "Question #1 for $100" , MessageBoxButtons .YesNo); ...Show All

©2008 Software Development Network