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

Software Development Network >> Stephen Provine's Q&A profile

Stephen Provine

Member List

Loic Baumann
JackBriggs
NicoTech
BigSquare
Evan Tupper
BDH
AAx
NSchoemaker
Steven Zhao
spazman
Bob Lafleur
LECTRONX
kushpaw
david Laub
Mikael....
John P. Greiner
Donckers
Allen Clark - MSFT
ThomasB.
Wilfred Tang
Only Title

Stephen Provine's Q&A profile

  • Visual Studio VisualStudio .NET 2003 - Setup - Won't Install Prerequesites

    Upon insertion of CD1 of VisualStudio .NET 2003 I am asked to install the Prerequisites first. When I click the link I am greeted with the following error message: Setup has detected that another program requires the computer to reboot. You must reboot the computer before installing the VisualStudio .NET 2003 Prerequisites. Once the system reboots, you need to restart setup. Click OK to reboot. Click Cancel to exit setup and install later. I've tried rebooting and disabling all antivirus and firewall software however it still doesn't work on my Windows XP Home Edition system. Why Have just tried th ...Show All

  • Visual C++ Link Errors After Upgrading from 2003

    I'm currently tasked with evaluating VS2005 for my company's tools team. The team has been focusing on .NET applications in VS7.1 for the past six months, and we've been doing great. Unfortunately, when I converted one of our 7.1 projects over to 8.0 (2005), I encountered several linking errors I could not clear. The /clr is set to "oldSyntax," because this project is far too large to convert over to the new /clr syntax. We are linking to native (unmanaged) libraries. Here are some of the errors I receive (Note, I actually have 60 of these, but I'm not going to paste them all): 1>LIBCMT.lib(crt0dat.obj) : error LNK2005: _exit alr ...Show All

  • .NET Development Detecting .NET Framworks installed in System using Reflection

    Hello, Would please some one tell me how may i detect .NET Frameworks installed in my System using Reflection in C# Regards, You can detect version of .NET Framework which is used while running your application, use System.Environment.Version property ...Show All

  • Smart Device Development Need some advice from the Pros

    Hi, I need some advice developing a DSP app on PocketPC (specifically iPaq 2215 , which is PPC2003 I think).  I have been developing Windows apps for a long time using VS with C++ as well as C#.  So I am quite familiar with Win32 and the .Net framework on Windows but when it comes to developing for the PPC I am a complete newbie. I have the following requirements for my PPC app: 1) Must be able to record and play back audio at the same time (full duplex). A typical example might be a spectrum analyzer that also needs to send out a test tone at the same time. 2) Need as small as possible latency from recording a buffer of aud ...Show All

  • Visual Studio Team System Team Foundation Client for Visual Studio 2005 Professional

    Hello! I installed Team Foundation Server 2005 Beta 3.  Then I installed Team Foundation Client for Visual Studio 2005 Professional. And I can perfectly work with Team Explorer from VS 2005 Pro. What limitations will I have if I use VS 2005 Pro with Team Foundation Server 2005 Thank you. Vladimir. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=151798&SiteID=1 This post might help you. ...Show All

  • .NET Development How is performance affected by calling a 1.1 assembly from 2.0 service?

    When / how frequently does the 1.1 runtime have to load Surely not with each call to the service Hi Brad, I'm going to move this post to the Common Language Runtime web forum where I think they will be able to better answer your question. Daniel Roth ...Show All

  • .NET Development Accessing an Access database on a network share.

    Hello, I am having a problems connecting to an Access database hosed on a network share and I am running out of ideas and time. I have referenced several threads in this forum as well as other sources with little success. I have attempted to add the user id and password to the connection string as in post, <http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=95215&SiteID=1 >, which failed. I have tried both the user id and password you see below as well as my own user id and passwork which has "Admin" privileges on both the server hosting the website and the server hosting the network share. Connection Strin ...Show All

  • Visual Basic Get Full Name from Active Directory

    I am trying to get the full name of a user (Jeff Reed) by using the login name of (jreed). The server name is Crash1 @ 10.10.10.33 and the domain is Test.com as seen below. I have tried this ten different ways and can not get “Jeff Reed” out of it. Yes, Jeff Reed actually exists in Active Directory and his login is jreed. Where have I gone wrong and how do I get this up and running My.User.Name.ToString returns “jreed” Messgebox.show( GetFullName(My.User.Name.ToString)) Private Function GetFullName( ByVal pName As String ) As String Dim domainEntry As DirectoryEntry Dim searcher ...Show All

  • Visual Basic RTF Location No2 - VB2005

    Hi, I asked this Q a while ago and got a response. The question was that how to get the Column and Line location for a text editor. This code works perfectly, but it shows line and column 0,0. I would like it to start on Line, Column position no. 1,1. Dim Ln As Integer = Me . RichTextBox1 . GetLineFromCharIndex ( Me . RichTextBox1 . SelectionStart ) Dim Cn As Integer = ( Me . RichTextBox1 . SelectionStart ) - ( Me . RichTextBox1 . GetFirstCharIndexFromLine ( Ln )) Dim MyString As String = "Line: " & Ln . ToString & " Col: " & Cn . ToString Me . ToolStripStatusLabel1 . Text ...Show All

  • .NET Development Row index and problems with deleted records

    I have two problems, I use Visual studio 2005 First i have filtered dataset, in DataGridView i se filtered data. Ockey then when i preseed my button i do delete data1.Table1.Rows[dataGridView1.SelectedRows[0].Index].Delete(); but this selected index is index of recorviewed in grid and not the right index coresponding to dataset, how can i get the right index so that i can delete the right record in my dataset ! Why is all this so complicated :( Second DataRow [] dr; dr = data1.Table1.Select( "" , "" , DataViewRowState .Deleted); why this is not working, i get no rows, but delete was made, than ...Show All

  • .NET Development SqlConnection.Close(), why can't it be called from a Finalizer?

    I've just written a class to handle connections to a SQL database. I'm suprised to discover that I can't close the connection from within the Finalizer of the class (I get an InvalidOperation exception). Why is this Is it just because the SqlConnection object handles the closing of the connection from within its Finalizer or something like that The finalizer is generally going to have multi-threading implications -- GC may run the finalizer while other threads are still executing code within the targetted instance. Since connection objects are not thread-safe, you could corrupt their state, and, more i ...Show All

  • SQL Server Scheduled Jobs & emails ( Sql 2k)

    Hi All, The name of the Server was changed which in turn gave me the following error when I tried to delete the jobs Error 14274: Cannot add, update, or delete a job (or its steps or schedules) that originated from an MSX server. The job was not saved. Knowing that it has to do with the Originator server in the sysjobs table; I hacked the table ( now I think not a good idea ) and deleted all the jobs that I wanted to delete and performed the same task on sysjobservers. Now although I have accomplished the deletion of the jobs. But I still get emails ( job failure notifications) for the deleted jobs exactly at the time th ...Show All

  • Visual Studio Team System How to get the list of valid users in a particular project?

    i would like to get the valid users in my team server (with a particular project) and i will put it in a lets say, dropdown list. so that i can use it in adding workitems with the use of ASP.Net i used the IGroupSecurityService but i can get only the Group Names and not the members inside the group. any ideas Thanks,. (btw, im using ASP.Net-C#) i still cant get it... i dont want to use my alternative way of doing it.. (getting the username and then validate it). i want it to be in a list... anyone tried and made this, that can help Thanks. ...Show All

  • Visual Studio Team System AT for Team 1 on same machine as DT for team 2

    Another wierd configuration question:  I have a machine that's currently hosting the DT for a TFS installation.  I'd like to install the AT on that machine, pointing at another machine for the new DT. I have three machines: S1 - AT (machine is flakey) S2 - DT S3 - unused I'd like to end up with the configuration S1 - unused S2 - AT S3 - DT So, can I install the AT on my current DT machine (S2), pointing at my new DT machine (S3) and have both TFS installations working at the same time   I would then finish-up by uninstalling the AT from S1 and the DT from S2.   I gave up and just d ...Show All

  • Microsoft ISV Community Center Forums How do you find out the Windows User Name from VBA

    We log onto our network with a three letter user name e.g. ADG. Can I return the user name of the person opening my Access Database with VBA I want to customise the options available to the user without using the security features built into Access. Hi Access isn't my strong suite, but isn't there something like ... Application.CurrentUser that gives you the information you need Peter Mo ...Show All

©2008 Software Development Network