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

Software Development Network >> Randy Chapman's Q&A profile

Randy Chapman

Member List

dariusj18
grcor
Ivan Farkas
Michael Barnett
J-rod
omerkaan
Triple B
Blisardo
Electro808
Kulwant
picoSam
moodyj
JGVT
CraigAP
Scott S Sikora
GaltSalt
CoolMicheal
SebastienR
Trem
EnergyCrush
Only Title

Randy Chapman's Q&A profile

  • Visual Studio Team System How to assign more then one guy to single item?

    In Microsoft Project I can assign as many resorces to one single task as I want. But wen I try to publish this kind of task to TFS then I get an error that "Assigned To" property has invalid value. If I change it and assigne only one developer then everything is ok. As far as I know, you can only assign a work item to one individual at a time. You might want to break up a work item into multiple work items that would be a small ...Show All

  • Visual Studio 2008 (Pre-release) Endpoint not found exception when more than 20 clients connected simultaneously

    Hi, I am developing a WCF application in which more than 100 clients will connect to the server simultaneously and in each request server may send large data (say 25MB per request). While testing the app, I realized that only 10 request can be handled at a time and client will not get any exception till 20th request but after 20 request it start throwing Endpoint not found exception for the rest of the connection. Below a ...Show All

  • Smart Device Development Windows Mobile 5.0 Developer Resource Kit

    Windows Mobile 5.0 Developer Resource Kit is available for Order. Please see http://msdn.microsoft.com/mobility/windowsmobile/howto/resourcekit/default.aspx What's inside the kit Tools and Technologies Visual Studio 2005 Professional Edition (90-day trial)* Windows Mobile 5.0 SDKs for Pocket PC and Smartphone ActiveSync 4.1 .NET Compact Framework 2.0 Localized emulator images and other useful developer tools SQL Se ...Show All

  • Visual Studio Express Editions How to connect vb2005 express and SqlServer Express through a network

    Dear all, I installed Visual Basic 2005 Express and SqlServer Express. I tried some features of both of them but I'm not able to connect a databse through a network. To explain, I have two computer in the same work group. In one of them I have installed SqlServer Express and the other one works as client, i mean, i want to develop a software able to connect to the first one and make operation with the database. Using the "DataSource Configurati ...Show All

  • Visual C# Csharp

    could u pls tell me about c # assemblers The assembly that is created by any .NET language, so C# included is MSIL. Here is a little list of resources: MSIL Tutorials Introduction to MSIL Rewrite MSIL Code on the Fly with the .NET Framework Profiling API Check under the MSIL hood to see how the CLR is running Mandelbrot set in MSIL ...Show All

  • Windows Forms Hide print status

    I am having this problem to hide the print status dialog during the print and I haven't found any good solution to it hope this post gets me the solution. My problem is I dont want to display the print status dialog which says printing page 1 of 2 with cancel buttons & everything. Is there anyway to disable that dialogbox appearing. I found in few places to use StandardPrintController but even that doesn't help. Any suggestions ...Show All

  • SQL Server that is unic at all . but how to generete it depend on relation??

    I have 2 table . main table & sub main table that have data like this: Bank's (code 001 ) in main table and visa card (code 0001 ) & master card (code 0002 ) in submain table. GOOD's(code 101 ) in main table and BMW X5(code 0001 ) & BMW X3(code 0001 ) in sub main table. as you see the code 0001 is non unic in sub main table. But it is unic depend on main table. I can use code like this (main code+sub main code ...Show All

  • Windows Forms Windows Installer

    Not sure if this is a good forum to post this in, but I haven't been able to find anywhere else to so I'll give it a try. ******** Is there anything different that I need to do when creating a Windows Install Program from Visual Stuid ...Show All

  • Visual C# event

    ok i read 1000 articles about events, they are all saying how to do what to do and i think i got that reall good, but still remain one big clarifing question: On click event how does even the event know that the user clicked the mouse Well... this "how does the event know that the user clicked the mouse" doesn't really have to do with events but with how Control class does it. The Control class from WinForms is in fact a Win32 ...Show All

  • Visual Basic SaveFileDialog won't save my file.

    I have never used this before and can't get it to work right. I got this: Private Sub menuSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles menuSave.Click Dim save As New SaveFileDialog Try save.CheckPathExists = True save.FilterIndex = 0 save.OverwritePrompt = True save.RestoreDirectory = True save.ValidateNames = True If save.ShowDialog <> Windows.Forms. ...Show All

  • Visual C# I need simple code editor component on web browser

    I need simple code editor component on web browser. i want color syntax code editor using on my web project. please help! thanks all! You want and IDE Then you can use Visual Studio Express editions for free, you can grap the Visual C# 2005 Express Edition here . For more information about the Express editions and a overview you can take a look at: Microsoft Express Editions . But if you want a only code editor like the one i prov ...Show All

  • SQL Server Problems getting to the uninstall tool for SQl Server

    Hi everyone, I was so glad to get SQL Server Standard Edition that I forgot to remove the .Net Framework last.  I almost removed all SQl Server files. I tried to remove the remaining files dealing with SQl Server(including add/remove programs) but I can't remove them all.  I tried to go to the page to use the unstall tool for SQl Server 2005 but I get is the following: You are not authorized to view this page You might ...Show All

  • Software Development for Windows Vista Problems with state persistence and timer services

    Hi, I've experimented with adding the SQL state, timer and tracking services to the Lab1 sample step 4 (the expense report approval workflow). The tracking service works fine, but it seems that the state and timer services get the engine stuck on the ListenForManagerApproval activity. If I disable the state and timer services the workflow unfolds as expected. I use the (really cool) Workflow Monitor sample to view the results, and the progress ...Show All

  • Windows Forms Reposition mdi child form

    I'm trying to figure out how I can reposition a MDI Child form when the MDI container form has been resized. Private Sub MDIContainerForm_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize         For Each ChildForm As OperatorBaseChildForm In Me.MdiChildren             If ChildForm Is Me.ActiveMdiChild Then   &nbs ...Show All

  • Visual Basic Mapped network drive's UNC in VB

    Anybody know how to get the UNC for a mapped network drive in VB2005   IN VB6 it was easy.  There was .ShareName property under the Drive object in the FileSystemObject.  That property seems to no longer exists in VB2005. WNetGetConnection http://searchvb.techtarget.com/vsnetATEAnswers/0,293820,sid8_gci954149_tax293674,00.html http://msdn.microsoft.com/library/default.asp url=/library/en-us/wnet/wnet/wnetgetconnec ...Show All

©2008 Software Development Network

powered by phorum