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

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

darthziv

Member List

Avi_harush
cunha
gpugelni
peterfajardo
DanMoseley - MSFT
Tovdb
ReneeC
DavidThi808
moncali
Sijumon
BrettDerry
gumtoo
Kamii47
AksaiGora
Davids Learning
akuehn
ray_newbie_SSIS
msksurfer
Eric-NZ
RayClark096
Only Title

darthziv's Q&A profile

  • Visual Studio Team System Error when viewing workitem details over web

    I have my build server runingnicely, but when an exception occurs, it creates an email to me with a link similar to the following: http://<tfsserver>:8080/WorkItemTracking/WorkItem.aspx artifactMoniker=283 However, clicking the link displays the message: "The given key was not present in the dictionary." I understand that this is probably a mis-configuration of the data warehouse data, but I'm unsure where to look. Can anyone offer suggestions as to where to look first I tried the trace also (on WorkItemTracking, not WareHouse), and got a similar result: # Team Foundation Trace for component WI started at 10/18/2006 13:34:10 [note all date/time values are in GMT]. # Trace listener: Microsoft. ...Show All

  • Microsoft ISV Community Center Forums Call Windows API to store hyperlink path to external documents

    Hi there, this is a toughie! I am in the process of building a new system using access and VBA. One of the major requests from users in terms of functionality for the new database is they would like the ability to store word documents, excel documents, PDF documents, scanned documents e.g. gif, tif, bmp etc against either a company or a contact within the database. I do not want to bloat the size of the database because initially it will be an Access back end. I would like to create a documents table and link it to the company table and on the company form i will then have a command button that will open up a documents form relevant to that company. On that form i would then like to be able to press a command button that will call the w ...Show All

  • Visual C# How do I represent a "/" slash in a string?

    I have a command to add to a list box: listBox1.Items.Add("c:\Data\dragndrop1.txt"); The compilet dosn't like the "\D". How do I represent this as an ascii Thanks in advance! ...Show All

  • Smart Device Development How to deploy pocket pc application to device and necessary prerequisites before deploying

    Hi I wanted to test pocket pc application on device. But I have basic queries like, What are softwared I should install before testing on device vs.net tool provides an option deploy on to device, is the way to test or we should deploy on to device by making setup file. I have already taken vs.net 2005 and SQL Developer 2005 authorized( Licensed ) copies. Framework, SQL Mobile comes as part of VS.NET 2005, those are helps me to install on device or any other s/w is required Please suggest any one with little details, I would appriciate your time and reply. thanks, If you are running Microsoft Visual Studio 2003 using .NET Framework 1.1, then follow the instructions in the following URL: http://ms ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. GraphicsDevice component not found.

    Hello, XNA is great, but with the Beta 2 release, I have been forced to change my code in many cases. One such case has not yet been resolved and I could use a little help with it. When I run this line: Sprites[x, y] = content.Load< Texture2D >(@ "Images\Block" + LevelCollision[x, y]); I get a ContentLoadException and am given the text "Error loading "Images\Block1". GraphicsDevice component not found." The file does exist in the right location and I do have its properties set to be built by the Content Pipeline and to "copy if newer". Thanks in advance. Make sure you're creating a GraphicsDeviceManager somewhere, preferably the constructor of your game. Make sure you're do ...Show All

  • Windows Live Developer Forums Map inside a HTML table

    Hello All, Newbie to this map dev stuff. My apologies if this has been discussed. I am trying to draw a map inside a table and have the table take up the full width and height and then the map take up the full height and width of a call. The problem I have is the table takes up the enture page but the map only takes up a portion of the cell. Here is the code <TABLE WIDTH=100% HEIGHT=100% BORDER=1 CELLSPACING=1 CELLPADDING=1> <TR > <TD>Hello</TD> </TR> <TR WIDTH=100% HEIGHT=100%> <TD WIDTH=100% HEIGHT=100%><div id='myMap' style=""position:relative; width:100%; height:100%;""></div></TD> </TR> </TABLE> What am I doing wrong ...Show All

  • Visual Studio 2008 (Pre-release) Moving images but no redraw

    I have 5 images (image controls) on a canvas and I want to move them from one side of the screen to the other. As if they were sliding in. This is done by changing the Margin in a For..Next loop x times. The problem I have is that they are not drawn as they move across the screen. In old VB a Doevents would solve this problem but I can see from other posts that that is no longer an option. Some have suggested using the Dispatcher but I can’t quite figure out if Microsoft thinks this is a good idea or not. What else is there. Maybe moving the For...Next loop into a new Thread. Surely not... Any ideas All code bits in VB please. rune you can do something like this <Canvas&g ...Show All

  • Visual C# How parallel programming is achieved in C#

    I am doing a project using C#.NET on "Performance evaluation of sequential and parallel execution of various sorting algorithms". I want to know whether parallel programming is possible in C# or not .If possible plzzz tell me how it can be What technique will be used to do so Correct me if I'm wrong, but I think Swati might be refering to multi-threading ("... parallel execution of various sorting algorithms") , which is definately possible in C#, and actually quite easy too. The System.Threading namespace will contain just about every thing you need to do simple parrel execution of algorithrms (assuming the processor the program is run on supports it). Try using the System.Threading.Thread class; I do not f ...Show All

  • Windows Forms Help...DatagridColumn Problem

    helloo vb.net 2003, sqlserver 2000 Im binding my datagrid to a table where there is a bit field(1 or 0) when im not creating a tablestyle, the bit field is shown as checkbox in the datagrid, but when im creating a tablestyle the bit field is shown as true or false in the dataGrid, how can i create a tablestyle and keep this checkbox for the bit field in the grid If im using DataGridboolColumn, checkbox is appearing, but always checked Can anyone help mee My problem is solved.. I deleted the datagridboolColumn and created again and kept everything as default, and gave the column its mapping name ...Show All

  • Visual Studio 2008 (Pre-release) does not support .Net Framing

    We have a windows service that proccesses imcomeing data and puts it in a SQL Server database. To monitor this service we have a small windows forms app that attaches to the service useing WCF and displays some statistics about the data being proccessed. This work OK (so far) if both the service and the Monitoring app are run on the same box either dev machine or our server 2003 machine. If however we run the service on the 2003 machine and try to run the monitoring app on another machine we get the following error. All mathines have RTM .net 3.0 We are using net.tcp Any Suggestions where to start. I have not been able to find anything anywhere about about a ".Net Framing" System.ServiceModel.ProtocolException: You ...Show All

  • Visual Studio Team System Upgrade from Workgroup Edition to Standard

    We just upgraded from workgroup edition to standard edition. My understanding is that the "Licensed Users" group would be gone and the 5 user limit would be lifted. The group is still there and still only allows 5 users to be added to it... is there a way to correct this without reinstalling Hi, We don't remove the group but it is not used after installing the other version. Just add your users into the project groups or into the Team Foundation Administrators group which is automatically added to each project administrators group. Thanks, Brad ...Show All

  • SQL Server "Certificate not yet valid"

    Hi guys, I'm having this really strange issue with mirroring. I've followed the instructions on http://msdn2.microsoft.com/en-us/library/ms191140.aspx to the letter, leaving out the witness server part, as I don't have one. All works OK, but when activating the mirroring on the principal server I get the usual error 1418 error. I fired up SQL Server Profiler to see what was happening, and the following error emerged. Connection handshake failed. The certificate used by the peer is invalid due to the following reason: Certificate not yet valid. State 104. Anyone have any ideas If you live in the eastern hemisphere the newly created certificate is not yet valid at creation for a ...Show All

  • .NET Development How can I detect muliple rows in dataset using XSL ?

    Hi I have the follwing dataset(Tbl1 and Tbl2 with two rows).I have xsl file(given below) to restructure the xml file. Tbl2 may have more than one row and the dataset may change time to time(Tbl2 will be 1 or more rows) If Dataset with 1 row of Tbl2 I can handle xsl file to manage it. But If Dataset with more than 1 row in Tbl2 (please look at the xml file below) How can I write the code(xsl)to detect the rows and place the data in between the elements in the output(look at output xml file) Scenario Dataset <Dataset> <Tbl1> <A>aaa</A> <B>bbb</B> <C>ccc</C> <D>ddd</D> <E>eee</E> </Tbl1> <Tbl2> <1>one</1> <2>two</2& ...Show All

  • SQL Server Design Question

    Hi, Iam having problem designing a proper solution for the current architecture, we have for a web application. I would like to make use of Analysis Services, but not sure how to.... These are the typical course of events, which happen : 1) Data is uploaded into a maintenance database Here during the data upload, a lot of calculations take place and some tables which contain the result of calculations are altered/populated. Usually, this takes hours to take place because of the number of rows being updated, deleted and added.(Usually in millions) Scenario: previous data is deleted (not all, only the required) the tables corresponding to the uploaded data are modified(around 20 tables) calculations are per ...Show All

  • Visual Studio How to change colors for Error List viewer & Resource viewer (Strings) ?

    Well, I searched & searched and couldn't find an answer to : "How do I change the colors for the Error List & Resource viewer (strings). " My windows colors are white text on black background, these Visual studio viewers enforce the text color to black, but they do not enforce the background to white, as a result I get black on black = invisible. Yes, I looked already in Tools->Options->Environment->Fonts & Colors and there's nothing there. It'll be good enough to know this is not possible to stop looking. Thanks. R I have reproduced the problem on my computer. It seems a bug to me. Stop searching and report the bug at Connect: http://connect.microsoft.com/fe ...Show All

©2008 Software Development Network