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

Software Development Network >> Jim Duffy's Q&A profile

Jim Duffy

Member List

Deanrm
isearcher
thelion
Sentient
jpav2005
EmilF
Ruyana
jkh1978
David Parker
richard_deeming
Brant Yin
David Jones
Owen T. Soroke
TomC456
Hartog
Frank zhou
Nathansl2003
Richie Blake
bcn
Krishnaraj Varma
Only Title

Jim Duffy's Q&A profile

  • Visual Studio Express Editions Visual Web Developer Debug error

    Visual Web Developer Debug error Using Visual Web Developer Express Beta 2 Trying to debug a simple  application fails with a Prompt message box and the message "Enter username and password". I have no idea what username and password it's looking for. It gives the error: Server Error in '/WebSite1' Application. This is due to a security alteration. The webserver that runs within Visual Web Developer, uses NTLM security by default, so if you have insufficent permissions you'll get this error (this has been logged @ http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=8ee15019-d7e5-49c0-8f00-9fd59ce21 ...Show All

  • .NET Development WebClient.DownloadFileAsync

    Hi Guys, Really strange problem I am experiencing... I have setup a virtual directory with Read Only permissions on an ISA/IIS server (SBS 2003). In that virt. dir., I placed 1 file (setup.exe). I then use WebClient.DownloadFileAsync (.NET 2.0 Pro.) and all downloads well including progress bar indicator, bytes received, etc... Here is the problem: When I replace the file (setup.exe), with a different, larger file, it still downloads the old/original one. I guess ISA/IIS server must keep a cache of it somewhere. I've searched the entire hard drive, but cannot find it. Is there any way to circumvent this caching which is causing my ...Show All

  • Visual Studio Express Editions Printing a form

    After following the code found here   to print a Windows Form I now have this Dim memoryImage As Bitmap Private Sub CaptureScreen() Dim myGraphics As Graphics = Me .CreateGraphics() Dim s As Size = Me .Size memoryImage = New Bitmap(s.Width, s.Height, myGraphics) Dim memoryGraphics As Graphics = Graphics.FromImage(memoryImage) memoryGraphics.CopyFromScreen( Me .Location.X, Me .Location.Y, 0, 0, s) End Sub Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click CaptureScreen() PrintDocument1.Print() End Sub Private Sub ...Show All

  • SQL Server Multiple initiators to common target

    Information for configuring Service Broker when you have multiple initiators seems to be thin on the ground. The examples are all point-to-point and seem to require separate logins for each initiator and corresponding exchange of certificates using a multi-pass installation. E.g. Rushi's ServiceListing API. We have an application with several hundred workstations which need to send transaction data to department servers and then on to corporate. There is also a need to replicate small amounts of reference data to all levels. The examples seem to generate an installation and administrative nightmare. I have a question - would the following s ...Show All

  • Windows Forms Group Box Value

    Hi - I am trying to determine what radio button in a group box has been selected or if any radio button in a group box has been selected.  It is a validation check to make sure something in the box is selected before the code runs off to do something else.  Can't seem to find the way to do it in .Net Thanks for any he ...Show All

  • Smart Device Development Failed to Deploy Error 0x80070003

    I am getting the above error (0x80070003 The system could not find the path specified.) when I try to deploy a simple app to my iPaq4700.  The output file folder is %CSIDL_PROGRAM_FILES%\tester1.  I have also tried to install to the root directory of my PPC \tester1 with the same result. I am using VS2005b2 with the DMA patch installed, and Active Sync 4.0.   I am able to sync my device ( an iPaq4700) and explore it and transfer files. I can deploy (and debug) my test app (a simple Form1 with no controls and no extra code, NetCF ver 1.0) on the PPC 2003 SE Emulator, but I get the "can't connect - no address is detected" ...Show All

  • Smart Device Development Fail to connect to emulator

    Hi, I've got a problem, I can connect with emulator using IDE command "tools - conncet to device", when ActiveSync4.0 is in "not connected" state. I'm wondering whether Visual Studio is linked to emulator using ActiveSync So what is the relationship among Emuator, Device emulator manager, AtctiveSync 4.0 and Visual Studio Is it using following order to link together? Visual Studio --> ActiveSync --> real device  and Visual Studio --> ActiveSync --> Device Emulator Manager --> Emulator And what's about DMA When using DMA transport, are the ActiveSync and IP configuration  still neccessory When Emulator is bind to ...Show All

  • Visual Studio Team System Adding New Team Projects Fails (Worked Yesterday)

    After perusing many a blog till the wee hours of the morning, I finally got Team Foundation Server installed and running. I created a few new Team Projects and everything worked fine except deleting the build files from my own local temp directory and I can clear those manually. My problem is that today I came back to add a couple more Team Projects and when I get to the final step of the wizard (Specify Version Control Settings), the “Branch from:” option is disabled and the drop down for the list of current Team Projects shows “[Loading list of team project folders…]”. I tried this from another developers machine (also a member of the Nam ...Show All

  • Visual Studio Team Development with Visual Studio .NET and Visual SourceSafe

    Hi! Does anybody know any updated version of a guide like 'Team Development with Visual Studio .NET and Visual SourceSafe' of MSDN (http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/tdlg_rm.asp) This guide was written in 2002 and some things seam to be out of date (for instance a web project can also be access throught the file system with VS2005) Thanks Dimitris ...I'm looking forward to it! I haven't had the chance to look at the Team Foundation Server. I guess that it's job being team development, means that documentation like the one we talk about should be considered obvious. However, documents ...Show All

  • Windows Forms LoaderExceptions?

    My app has a base Form class, called FunctionForm, from which all forms inherit. This worked fine last week, when I was using VS.NET 2005 Pro but this week, while using VS.NET 2005 Team System Developer, I get the following while working in the designer. The form compiles and runs fine, but I can't design it. Firstly, is the stack trace the LoaderExceptions property Secondly, how do I approach a work around Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. at System.Reflection.Module.GetTypesInternal(StackCrawlMark& stackMark) at System.Reflection.Assembly.GetTypes() at Mic ...Show All

  • Windows Forms Creating Custom Controls

    hi, i'm developing some custom controls for an app , and i was wondering if it is stricly necessary to have code for serialization and UIEditor Iterfaces, i'm asking this because i cannot understand very well the FlashTrackBar example  that's  on  MSDN , i  can  understand  the FlashTrackBar class but  still can't seem to find the right info on the FlashTrackBarValueEditor and  FlashTrackBarDarkenByEditor,  supposing that  i would  handle all the changes of my control in the code instad  of the design time is it necesary to implement  these editors here's a link to the exampl ...Show All

  • Smart Device Development How to change current UI culture at runtime?

    HI. I have a form and I want to change its UI culture at runtime. The method System.Threading.Thread.CurrentThread.CurrentUICulture = ... does not working in .Net CF. I am using VS .Net 2005Beta2, C#. Thanks. System.Threading. Thread .CurrentThread.CurrentCulture = new System.Globalization. CultureInfo ( "en-US" ); ...Show All

  • Visual Studio Tools for Office VB.Net COM Add-In for Excel Nightmare! please help.

    Hi I am urgently trying to create a COM Add-In for Excel. I cannot see the Extensibility Projects folder in the Other Projects folder. I installed the following in the order shown: 1. VB.net Standard Edition 2003 2. Microsoft Office 2003 (Complete Intallation) 3. Visual Studio Tools for Office. Is this a version issue Should I have installed Visual Studio Professional instead of just the Standard version. Any help woulds be greatly appreciated Thanks Murray As noted in the other thread, Visual Basic 2003 Standard does not include templates for add-ins. It looks like you probably need Visual Studio Profession ...Show All

  • Windows Forms How to set forecolor to individual cells of datagridview ctrl based on their val

    Hi all, I didn't had this problem in VB6 flex grid control. The cells of the unbound datagridview will have different values like P,H,S,CL etc., based on their values I need to change their forecolor. Is it not possible in VB 2005 If not what will be other alternative I can use I will be very greatful if somebody can help me in this respect. Thanks. Check out the DataGridView FAQ and use the CellFormatting event OR directly set the Style property for a cell by getting a cell: DataGridView1.Rows(3).Cells(1).Style.Backcolor = Color.Red -mark DataGridView Program Manager Microsoft This post is provided "as- ...Show All

  • Visual Basic Filter datetimepicker (Start Date end Date)

    Hello I've got a database in access and i'm trying to do my first steps in VB Express 2005. I had made a datagridview from one table of my database which contens many columns, one of that column is the field DATE. 1. I want to filter the datagridview by date ( lets say 1/1/2005 to  31/06/2005 - i had made to DateTimePicker fields with value of date). 2. How can i set default value "*" or "ALL" to a Combobox and then use it to filter the datagridview (Combobox get values from a datasource and contains names of CustomerField) Sorry for my very bad English Thank's you can either use the rowfilter propert ...Show All

©2008 Software Development Network