Software Development Network Logo
  • SQL Server
  • SharePoint Products
  • Visual FoxPro
  • Windows Forms
  • .NET Development
  • Smart Devicet
  • Game Technologies
  • Windows Vista
  • Visual C#
  • Audio and Video
  • IE Development
  • Visual Basic
  • Visual C++
  • Visual Studio
  • VS Team System

Software Development Network >> DaveParr's Q&A profile

DaveParr

Member List

David Parreira
Debra in arizona
Ken Villines
TEJKIRAN
amicalrahul
goh6613
mnaples12
Kay-Davis
asiaindian
3456
JohnnyP34
Giten
MeeNge
Alex-MyRpg
Brown_Jeff
Mohsen Kokabi
Pramod_SN
Chrisull
peking2toronto
Whoisit
Only Title

DaveParr's Q&A profile

  • Visual Studio Team System Security Problem with Importing a New Work Item Type

    I have a security problem with importing a new work item type: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE>witimport.exe /f Task.xml /t MyServer /p MyProject Warning: TF26171: User/group '8bf66fb8-4812-4ee3-86f6-1d610dac52fb\Developers and Testers' is not found. TF26204: The account you entered is not recognized. Contact your Team Foundation Server administrator to add your account. The work item type definition file, Task.xml , does exist in the appropriate location. The Team Foundation Server, MyServer , does work and is accessible. The team project, MyProject , does exist. The project group, "Developers and Testers" , does exist, though it was added manually today. What should I do ...Show All

  • SQL Server How to group by time that spans two dates! Help!!!

    Lets see if some of you RS Gurus can help me on this. I have a start_time column that returns the date and time. I have converted these out to return the date for one column and the time (24 hours) in another column. I have a report that I need to group by a 24 hour period that starts at 20:00(8pm) and should end again 24 hours later (20:00) 8pm. This should be my time period for each day. The problem is that when I group for each day it is returning the results for the day on a default 00:00 to 00:00 time period. I need to group for each day but I need that days time to be from 8pm to the following 8 pm. So for my polling results I am getting some stores that look like they posted twice for one day instead of once so my count is ...Show All

  • Visual C# Limit Textbox to numerical input only

    I have been looking for a solution to this for more time then I care to admit to. Anyway nice and simple: private void yourTextBox_KeyPress( object sender, KeyPressEventArgs e) { if (! char .IsNumber(e.KeyChar)) { e.Handled = true ; } } Hope this helps someone else ! boban.s wrote: NumericUpDown control should be also considered. Great one boban.s! ...Show All

  • Windows Forms enable the user to install the .net 2.0 & crystal reports for .net 2.0 runtimes through my application as prerequisite automatic

    Hi, I have a question regarding how to install prerequisites using ClickOnce on a client PC not having the required runtimes installed. How can I enable the user to install the .net 2.0 & crystal reports for .net 2.0 runtimes through my application as prerequisite automatically In my publish tab, i selected: Download prerequisites from same location as my application. But when i run the URL: htp://enigma/publish.thm it gives me a page saying to install the prerequisites & a link to INSTALL. when i click install, it only installs the EXE. It doesnt install the .NET 2.0 framework & crystal for .net 2.0 files. I can see package directories being created for Crystal Reports & .net 2.0 in my deployment server. Alex ...Show All

  • Visual C++ export <exe> resource from my program.. how?

    Can anyone help me with API calls needed to export an .exe file attached to my program as the resource and copy this resourced .exe somewhere else Thanks Anton ...Show All

  • Visual Studio 2008 (Pre-release) Can't Display XML file in Frame

    I have a frame control. I execute: FrameControl.Navigate(new Uri(@" http://www.microsoft.com ")); *it works!* FrameControl.Navigate(new Uri(@" c:\temp\myfile.htm" )); *it works!* FrameControl.Navigate(new Uri(@"c:\temp\myfile.xml")); *EXCEPTION* "Failed to convert resource into object." ....now it gets stranger....the Frame control is on a form we'll call TheModalForm. This form is being displayed by a form we'll call ParentForm. Parentform contains the following... TheModalForm tmf=new TheModalForm(); try{ tmf.ShowDialog(); }catch(....){ } so, ParentForm creates an instance of TheModalForm and calls ShowDialog. The other form shows up. The user happily interacts with different ...Show All

  • Visual Studio Team System Import Schema

    running ctp5, I create a new sql 2005 project. I import schema against a database using a user who is sysadmin and dbowner of source database. Import schema completes in under a second and no schema is imported, can someone advice how I can get this import schema to work TIA Rob I am not sure what is broken here, I think we would need to have access to your schema in order to be able to tell for sure. If you are not comfortable with this. Can you tell me if there is anything unusual about that schema that you are importing mairead ...Show All

  • Visual Studio 2008 (Pre-release) How to host multiple services at a single location in WCF?

    Hi evryone, WCF is totally new to me, so I need to learn from all of you. After learning WCF by download examples in Microsoft‘s website, I still not quite sure how to design the software for my company using WCF technology. Example: I need to develop software which needs to have many contracts to implement by many classes Interface I EmployeeCtrl ( ServiceContract) implement by: EmployeeCtrl class Interface I SalesOrderCtrl ( ServiceContract) implement by: SalesOrderCtrl class Interface I PartCtrl ( ServiceContract) implement by: PartCtrl class Interface I SalesOrderCtrl ( ServiceContract) implement by: SalesOrderCtrl class and many more …. Based on what I know about WCF at this point, I ...Show All

  • Visual Studio Tools for Office Demand Loading of my Add-In

    Hi all, Is there any option to load an add-in to excel on demand. I do not want the add-in to be made visible always or only for specific document. I want this add-in to run only on one instance. Excel allows multiple instance to be open and as well open multiple instance of a document (in read only mode). Is there any way, I could call my addin as a command line parameter while opening Excel.EXE Hi Cindy Thanks...I can see light at the end of the tunnel. Yet to be certain if its the way out. I tried calling Excel.exe /a ( http://office.microsoft.com/en-us/excel/HA101580301033.aspx ). I need to have a ProgID for my Add-In. How do I do that ...Show All

  • SQL Server How to Save a query result in ANSI in SQL 2005?

    Hi When I was using Enterprise Manager (SQL 2000) and stored my query result (to file), it was stored in Ansi Encoding. After I upgrade to SQL Server Management Studio (2005), it seams that when I store the query result to file it's Unicode Encoded. This give me a lot of trouble, when I use other program who I must read this file. For small result set, I can open it in Notepad, save it as ANSI, and then use it in my other program. When the result set is so big that Notepad not can help me, I can't use the stored result set. There must be a way to store my Query result in Ansi encoding, but I don't know how I can do it. Hope some one know, and can help me solve this big problem. JF When the Save Results dialog box Open cli ...Show All

  • Smart Device Development WM 5 & Vista & Emulator Sync-over-DMA

    Hey gang. I am using VS 2005, Windows Mobile 5 SDK and I've tried the VS 2005 Device Emulator and the Device Emulator 2 BETA CTP that is available. I can't seem to get anything to "Cradle" with Windows Mobile Device Center. Can the current software Cradle properly on Vista If so what do I require I have also tried the following. I downloaded the VPC Network driver, and it doesn't work either. When I launch the emulator I receive the following error: "Failed to open VPC Network Driver". I'm really having a difficult time to debug internet enabled applications at this point in time because of this issue. Barry Bond said to ask for an ETA for DeviceEmulator V2's ship date He mentions the V2 that ships wi ...Show All

  • Windows Live Developer Forums windows live space weather?

    Hi there Well this is kinda funny tho. first of all you need to know my english aint the best in the world but im trying. I have no problem with adding kinda advanced things to my space.But there is 2 problems i have and i think it's easy as hell to fix it or add it. Weather info - yeah lets bring some weather info to my space. But how i belive i have looked everywhere for any info about it. look at this mans space: http://ezotee.spaces.live.com/ you will see he has a weather info or section if i can call it that to his space. i just cant find out how to add this or where to find any info about it. i have checked these spaces for info also but without no luck: http://thespacecraft.spaces.live.ccom/ http://d3vmax. ...Show All

  • Visual Studio 2008 (Pre-release) turn tooltip visible

    How can I turn a tooltip visible (forced). If I use IsOpen = true, then it stays there forever. What I actually want to do is: if the mouse is hovering over the control, and I need to display some info to the user in a tooltip, then I want the tooltip to show. Currently, if I am hovering, and I change the tooltip property to Visible, it doesn't also show it. Any ideas I a little bit confuse on this discussion. I try the code above and I didn't found any propertied of IsOpen on tooltip. I also want to show the tooltip manual even not focused on the control that I want the tooltip to be showing. e.g I have put a textbox and a button, now every I click the button the tooltip on the textbox will be showing. An ...Show All

  • Visual Studio Team System Always ignorean object during schema compare

    In some of our databases we have objects that we use only for development purposes. They don't need promoting through our test/QA/live environments. e.g. We have a sproc that renames all keys and constraints according to our internal naming conventions. Whenever I do a schema compare it picks up these objects. It would be nice to be able to tell Scema Compare - "Always ignore object XYZ". Is that a good idea Is it worth submitting at Connect -Jamie Jamie Thomson wrote: In some of our databases we have objects that we use only for development purposes. They don't need promoting through our test/QA/live environments. e.g. We have a sproc that renames all keys and constraints according to our internal naming conventi ...Show All

  • SQL Server Merge Join - HELP

    Hi, I have a SQL Statatment: SELECT  *   FROM TABLE1 AS A     JOIN TABLE2 AS  B       ON A . X = B . X     AND A .Y = B .Y When i execute this code in sql server returns 549 lines. I created a package with two oledb sources one for each table, sorted the tables with fields X and Y after placed a Merge Join with the fields: A.Y join B.Y order 1  A.X  join B.X  order 2 both fields with the Join Key checked But my package return 411 lines. What's happened :( When a i have the code: SELECT A .X , A . Y , B . X , B .Y   FROM TABLE1 AS A     JOIN TABLE2 AS  B ...Show All

©2008 Software Development Network