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

Software Development Network >> Vincent Gould's Q&A profile

Vincent Gould

Member List

Cuno Evertzen
shahin_mohaghegh
Dan Harris
J Mike Rowland
Lee2040
Teo
David Navarrete
abhishek.cbsa
Jeremy Sheldon
The Elk Mechanic
Saila
Sean B.
Andrew Chapman
Amitabha
Jeff Williams
Grant Holliday
shama
Discofunk
Tovdb
Jarda Kroupa
Only Title

Vincent Gould's Q&A profile

  • Visual Studio Team System WIQL and the QueryWorkitems SOAP method

    Hi, I'm working on a Java based TFS integration project. The project is using the Axis library to make SOAP calls to the TFS webservices. I'm hoping someone familiar with the work item tracking webservice can answer a question about it. In the workflow to query for and display work items, it looks like the Team Foundation Client calls (among others) the webservice methods GetStoredQueries and QueryWorkItems. QueryWorkItems appears to take an XML representation of a work item query, while GetStoredQueries returns the WIQL (Work Item Query Language) representation of each query. I'm guessing that code to parse the WIQL is inside the Work Item ...Show All

  • Visual Studio Team System New setup fails regarding missing STS_Config_TFS database

    This is an everything-on-one-machine type of install. The only semi-unusual bit is that there is already SQL Server 2005 Standard installed and it's supposed to be hosting the database(s). I've got all the prerequisites done to the satisfaction of the "System Health Check", but it still fails with the following: "The required Windows SharePoint Services configuration database (STS_Config_TFS) is not located on the Team Foundation Server data-tier computer. To proceed, you must exit setup and uninstall Windows SharePoint Services. Then, reinstall Windows SharePoint Services in accordance with the Team Foundation Installation Gu ...Show All

  • SQL Server Permissions on a new stored procedure

    Help! I usually use SQL 2000 at work but upon deciding to work from home have installed and setup SQL express 2005. I use the management studio to write table and sps but for new sp I cannot find how to allow permission. I have been able to allow permission for all sps on the database I restored that I am now working on and have successfully allocated permissions to a new table but cannot do the same with the sp. The sp is viewable in the database but permission is denied when attempting to execute via my ASP script. Any ideas   Error Type: Microsoft SQL Native Client (0x80040E09) EXECUTE permission denied on object 'procBa ...Show All

  • Visual Basic Visual Studio Is Busy?

      Pentium IV - Northwood 3.5 Ghz - I Gb of Ram. XP SP2 .. all current patches applied. VS2005 RTM Team Suite On occasion while debugging the IDE becomes nonresponsive and I receive a Bubble message informing me that "Visual Studio is busy waiting for an internal operation to complete - If you receive this message often, please inform Micorosoft" After I receive this message the IDE never recovers. All I can do is to delete the process and restart it. Any idea what's occurring ReneeC may be onto something (or not) with the Data Access comment. Everything I write accesses a SQL server in one way or another u ...Show All

  • Visual C++ __event alternative

    The following page : http://msdn2.microsoft.com/en-us/library/6f01ek09.aspx says that __event -based event handling is deprecated. In that case, what is the best way to do event handling I have a class HWClass, that talks to a hardware device. Several other classes need to read from this hardware device. However, the reading is asynchronous and HWClass needs to notify the calling object if the reading process is finished. (Bt the way, this is native C++ and not CLR) Thanks! I can not see how the __event keyword would help you Also I can noit see that it is deprectated. Also it has nothing to do with p ...Show All

  • .NET Development Failed to map the path '/App_GlobalResources'.

    Server Error in '/' Application. I recommend posting to the ASP.NET web forums with this question: http://forums.asp.net Daniel Roth ...Show All

  • Windows Forms datagrid cell handler

    Hi all, Do anyone know can I override the handler of datagrid cell items so I can customize the next action to be done in the datagrid E.g. When I press "enter" in a cell of the datagrid, I can capture the  "Enter" action in handler and then handle it in my own way and what to do next. Does such kind of handler exist &nbs ...Show All

  • Software Development for Windows Vista [winhttp]Request headers only available after successfull response?

    This call fails (invalid handle state) when my callback function tries to retrieve request headers on WINHT TP_CALLBACK_STATUS_SENDREQUEST_COMPLETE: WinHttpQueryHeaders(hRequest, WINHTTP_QUERY_RAW_HEADERS_CRLF | WINHTTP_QUERY_FLAG_REQUEST_HEADERS , WINHTTP_HEADER_NAME_BY_INDEX, WINHTTP_NO_OUTPUT_BUFFER, &dwSize, WINHTTP_NO_HEADER_INDEX); Why does that happen Will it be changed in further versions (Wininet works normally with requests, but it doesn't support timeouts in asynchronous mode) ...Show All

  • Visual Studio Team System App Tier - Error 32000 - setupwarehouse.log

    I cannot install Application Tier (Dual-Server deployment). Everything made exactly like described in the newest Installation Guide (April). Clean installation on Virtual PC. Tested platforms: Polish version of Windows Server 2003 Standard, English version of Windows Server 2003 Enterprise with SP1 - same error on both versions. At the end of the installation I still get the same error: Errorr 32000: The commandline '"C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\bisdwserver\bin\SetupWarehouse.exe" -n -s "TFDT" -d BisDWDB -c "C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\bisdwserver\b ...Show All

  • .NET Development URL Rewriting in .Net Framework 1.1

    Hi all, I am using .Net Framework 1.1 and in my website I have most of the URLs displayed like MyApp/Test.aspx ID = 1 etc. Please tell me how to rewrite these URL s to user friendly ones like MyApp/Home.aspx , MyApp/ContactUS.aspx etc, but I cannot create these pages --- Home.aspx , ContactUS.aspx . I got the URL http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnaspp/html/urlrewriting.asp , and another one http://www.15seconds.com/issue/030522.htm but I find it a little bit complicated to understand and implement it. Pls anyone help me with this This appears to be an ASP.NET issue. Please repost ...Show All

  • .NET Development One public/global connection or not?

    I'm in a dilemma, others suggest just using one and just open and close it as necessary, others say instantiate one as the need arises, which is which I hope to get clarifications from you guys... BTW, this is for desktop application only. TIA Here is a link to MSDN that provides a number of resources about connection pooling for all the .NET data providers: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconconnectionpoolingforsqlservernetdataprovider.asp Regards, Dave ...Show All

  • Visual Studio Express Editions BindSource and DataGridView

    I have some textboxes that are bound to a bindingsource coming from a database. I also have a datagridview that displays the contents of my bindingsource. My bindingsource is an array of class instances that was returned from a web service. My issue is users need the ability to add, edit, and delete the instances, but they can hit cancel if they like. I created a property in my class, which is the contents of the array, that says whether I need to add, edit, or delete this class instance from my database. If they hit the cancel button, I do nothing. If they hit OK, then I loop through my array and using the property I know to add, edit, or d ...Show All

  • .NET Development MDAC in Embed WIN98

    I facing a problem when i try to install MDAC into an embed WIN98 OS and it need IE 4.01 SP2 to be installed. Is that any way to install MDAC or enable connect to MS-ACCESS database   If you are using the .NET Framework on Windows 98 to connect to the Microsoft Access database, Internet Explorer 5 needs to be installed anyway before being able to install .NET 1.0/1.1. ...Show All

  • SQL Server firewalls?? port numbers?? ancient curses cast upon my servers??

    Hello All, Hopefully someone has come across this... I have the client side of my application installed in the US , with the application and the database servers running in london .   The program language is C#, all built in .net, with the .net installer. When the user in the US runs the program and it gets to the import progress part (background processing occurring on London servers), they are getting no feedback as to the progress of the import.   ie, nothing is being sent to the US from the london server.   But everything runs smooth the other way, ie, tables are written to the sql db's in london etc... &nb ...Show All

  • Smart Device Development Strategy/technology choice for Mobile App on VS 2005

    We have a non-mobile web app which runs asp pages with a VB.NET 2005 business rules DLL in the middle and either sql or oracle at the backend. The VB.NET DLL is activex enabled. Now we are developing a mobile app in vb 2005 for mobile data collection. This is running Sql Server CE. I would like advice on the best way to connect the mobile application to the main app (a) when the app is connected on wireless or activesync and (b) when the app is disconnected. The web app already has an integration toolset so it can create and receive XML files and it can connect to external databases to import and export data. It seems a bit goofy to ...Show All

©2008 Software Development Network