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

Software Development Network >> Will McAfee's Q&A profile

Will McAfee

Member List

CBagby
AE
pravin333
Thomas Israelsen
nickyG
NBIS
Swiftus
Colmeister
Tom Frey
Hrishikesh Biniwale
tnrajesha
Mik Dennet
Vb Fan
Phlin
ags2886
Peer Lessing
anayconsultancy
Morris LN
RajuATP
Jmarte
Only Title

Will McAfee's Q&A profile

  • Visual Studio Team System TFS Beta 3 Install Error 32000 w/ Report Server

    Have repeatedly worked through many of the other issues posted here on this forum associated with installing Beta 3.  It looked like it was finally going to complete the installation when it hit one final snag.  Error 32000.  The Commandline "C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools\creatds.exe /setup /install http://EDISVRDEV/ReportServer/ReportService.asmx TfsReportsDS "Data Source=EDISVRDEV;initial catalog=TFS Warehouse" "HTS\TFSREPORTS" "a long long string of characters here" returned non-zero value: 6. I checked permissions on the TFS Warehouse database and everything appears to be fine ...Show All

  • Visual Basic How to set the recordset of a classic ADODC (Data control) in .NET

    rst = goLists.Facilities 'function returns an open recordset Debug.Print( CStr (rst.Collect( "ID" ))) 'this ensure the recordset is really open! me.adoData.Recordset = rst 'error message occurs here Why does this give an error message saying that I need to initialize using the new keyword (or else check for Null before setting the object)  I have tried different variations of syntax, including putting this line first: Me .adoData.Recordset = New ADODB.Recordset 'but there is an error here too This simple operation (of setting a recordset on an ado data control) is something that I did all the time in VB6. What is ...Show All

  • .NET Development Consuming Endoint and updating Progress Bar

    I'm trying to use a progress bar to update status for my endpoint web service call. I'm following this article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnservice/html/service11052002.asp . The endpoint works fine when I don't try to use the progress bar implemenation. However, if I call the endpoint method and try to update the progress bar using the referenced article. I receive a "Response is not well-formed XML." The InnerException says the root element is missing. What happened to it What would the progress bar change in the way the xml is returned to my endpoint call Thanks, Kevin ...Show All

  • Smart Device Development add to windows mobile 5.0 start menu

    how do i add to my windows mobile 5.0 start menu vs2005 automatically deployed my app to my device. now i simply want to add a shortcut to it on the start menu. sounds like it should be simple but can't figure it out. In Windows Mobile 6 I use this method... In the file explorer, browse to the executable (program.exe). Use Menu=>Edit=>Copy Now browse to Windows=>Start Menu=>Programs. Use Menu=>Edit=>Paste Shortcut Rename the Shortcut to a more appealing name if you want to. It is still better to use a cabinet installer in most cases, though. ...Show All

  • Visual Studio Express Editions Dragging in Picture Box?

    Hello! I have this big map, bigger than the form is self... The map is in .jpg format... and how can I make it so that the map (a .jpg image) is draggable in the picture box component if it is not possible, are there ways to like draw out the image pixel by pixel and make it draggable If anyone just want to comment that it is merely impossible, please do so! Thank You! Keehun Nam well, I am searching but no question is resulted from the search box... Just one, although without any replies... Well, what I am trying to do is creat a picturebox effect like one they have on ...Show All

  • .NET Development Dataset & nullable types

    We still have the IsFieldNull() in datasets. Anyone know a better way of gettting a dbnull type dataset field into a nullable type other than this mess int _productId = row.IsProductIDNull() (int )null : (int )row.ProductID; DataSet v2.0 doesn't support Nullable<T> as the Nullable<T> came into the frameworks very late in the v2.0 cycle. You have to do the "if null" check using v2.0 as it would still return DBNull.Value for null values. ...Show All

  • Visual Studio Collection was modified after the enumerator was instantiated

    I have a report that takes in 4 dates, and everything is working great in the report manager.  Viewing this report in a ReportViewer control, however, is a bit different.  I understand that the date picker is not supported, and that's not a problem for me at all.  However, when I run the report, I get an exception of " Collection was modified after the enumerator was instantiated " Any help would be appreciated. I am currently working on Microsoft Visual Studio 2005 Beta 2 Version 8.0.50215.44 . When ever i am using ReportViewer control for a report having parameters i get this errror on the click of ReportViewer butt ...Show All

  • Visual Studio Team System Database Operations

    I was wondering why there aren't any default rules available in FxCop for Database operations! Is it because these may not be possible to implement I have to develop quite a few rules under DB operations and I am not able to make any headway through them. In each one, I need to parse the instruction in the ilcode to check whether a stored procedure has been used as commandtype.StoredProcedure instead of commandType.text., or whether DataAccess blocks have been used for DB operations. These are the simplest ones to name. Is it possible to implement these Will these require dataflow if you want to ensure nobody makes an assignme ...Show All

  • Windows Forms MDI Help

    Hi,     how do i display another MDI child form from an existing MDI child form, for example, i have an MDI child and it contains a button upon clicking the button another MDI child will be displayed.... but the Mdi child with the button is not an MDI container. thanks! Its really easy, your MDI Child form contains a r ...Show All

  • SQL Server SSIS WorkFlow

    Hi Can any one provide sample for work flow in SSIS . and how to excute package conditionaly like if package1 is sucess then excute package2 else excute package3 .( more like writeing batch file in Data Stage ETL Tool ). Thanks & Regards Jegan.T Have you checked BOL http://msdn2.microsoft.com/en-us/ms141221.aspx Workflow is implemented using precedence constraints. You can define that a task should execute if a preceding task succeeds, fails, or simply completes. -Jamie ...Show All

  • .NET Development No Managed DirectX for 64bit?

    I posted this issue back during Beta 1 and was told that Microsoft will look at making a 64 bit Managed DirectX after the OS and the development environment was released. That is way too late for those of us looking to release a 64 bit application any time soon! Is there any update from Microsoft on availability of even a Beta Managed DirectX for the x64 Thanks - John Sigh... I'm Still getting the BadImageFormatException with DX SQK Feb 2007... under Vista 64.... Here we go for the "/platform:x86" workaround...again Are ya kidding ...Show All

  • Visual Studio Team System TFS Setup - Cannot find Default Web Site

    Scenario: I've got one server available to install TFS. This server is also a web server with existing web sites for 3 different internet domains. The "Default Web Site" has been previously removed as it was not required. One internet domain is set up to catch all general HTTP requests (blank Host Header Value). What I've done so far: Installed all the TFS prerequisites for single server (including SharePoint Services in Web Farm mode). Added a Host Header Value to the existing default domain so that it won't be overwritten by TFS. Created a new empty folder called "C:\Inetpub\Default Web Site&quo ...Show All

  • Visual Studio Express Editions Upgrade from Beta2 to c#express released version

    Here are a set of resources to use before installing the RTM versions of VS or the .NET Framework.  The main key is to uninstall SQL Express, VS, and MSDN *before* uninstall the .NET Framework.  If you don't, you will end up with some orphaned files in the GAC which will lead to package load failures. Aaron's blog has some suggestions on how to clean that up. Tools and Tips on Uninstalling Previous VS 2005 Releases Official: http://lab.msdn.microsoft.com/vs2005/uninstall/ Official: http://lab.msdn.microsoft.com/vs2005/uninstall/preRTMuninstall/default.aspx astebner: http://blogs.msdn.com/astebner/archive/2005/11/09/491118.aspx ...Show All

  • Windows Forms Problem deploying MSDOS executable

    Hi, Here's an odd one ! My app. uses a legacy MSDOS com executable which I deploy along with other support files.   My app works fine after deployment, however when I try to access the com executable -either from the app. or directly -  I get a Win32 exception  "The parameter is incorrect". If I copy the com executable to another folder it works fine. It looks very much as if it's an access rights problem but I can access other files (eg text files) in the deployment folder directly without problem. Thanks for any help Jon Hi Sreekanth,   Thanks for responding. As I sa ...Show All

  • Visual Studio Team System Can the configuration information in build type be customized

    Hi all, During create a build type, there are fields about configuration and platform information. Can these information be customized For example, I want to add/delete/change the values in the configuration and platform list. Thanks, Leon As I remember (I don't have TFS here right now to test it) you can select a value on the list, but also "write" it, if you are asking about that. And for a Build type already created, you have to modify the .proj file of the build type, you can find it in the source explorer, under the project which owns the build type, you have a folder Team Builds (or similar) and a folder f ...Show All

©2008 Software Development Network