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

Software Development Network >> Ian Jorgensen's Q&A profile

Ian Jorgensen

Member List

nmahesh567
Mazzie
Aabra
Deepak Asani
Vlad Shimov
Jamie Thomson
Pure Krome
seadur
e_LA
Rame
pcompassion
fozgirl
Gnanadurai
Radith
vsnetdeveloper
dberce1
Michael J Brown
stang4lyfe
Tony Hughes
Rykie
Only Title

Ian Jorgensen's Q&A profile

  • Visual Studio Team System Error: No Pending Changes - But there are changes!

    Hello, Sometimes we're experiencing the following annoying behaviour with our TeamFoundation Server (RTM) and the TeamExplorer: A file was checked out and changed, and if I try to check in the changes ("Check in pending changes..."), TeamExplorer says "Error: No Pending Changes" and does nothing. This is not safely reproducible though. But it still gives our team a really bad feeling about migrating to TeamSystem (we're at it right now, and we're running into several small glitches). Whatever, right-clicking the directory and selecting "Refresh" solves the problem. Has anybody else experienced this problem and knows why or when it appears Best regards, Martin Adam, I don't ex ...Show All

  • Visual C# Error: "The path is not of a legal form" in C#

    Hello.I receive the following error Error: "The path is not of a legal form" in C# in the code string location = "List.txt" ; // Read lines StreamReader reader = new StreamReader (location); string [] file_lines = (reader.ReadToEnd()).Split( '\n' ); // Add in Lista foreach ( string one_line in file_lines) { string file_location = one_line.TrimEnd(); System.IO. FileInfo info_item = new FileInfo (file_location); if (info_item.Extension == ".mp3" ) { ListViewItem List_Item = new ListViewItem (info_item.Name, 0); List_Item.SubItems.Add( "XX:XX" ); List_Item.SubItems.Add( "Necunoscut" ); List_Item. ...Show All

  • Visual Studio Team System How can I make VS understand that a project is a test project?

    I have a project that was not created as a test project. But it was running tests in a very unit test like way, so I added using Microsoft.VisualStudio.TestTools.UnitTesting; to each source file along with the apropos [Test*] attributes so that I could run the unit tests from VS. However, VS doesn't recognize the tests. If I choose Test.Windows.TestView, my tests are not showing up there. Is there a way to get VS to recognize these tests Thanks...Rick Hi Rick, There are two ways to solve the problem. 1. Locate your project file (e.g. .csproj or .vbproj) on the file system, open it using a text editor. You will notice it is in XML format. Insert the following line (child node) into the exis ...Show All

  • Visual Basic Bookmarks Menu and Organize Bookmarks Menu

    Background: Im making my application. It is a sort of a browser which displays HTML pages save in the local hard disk of the user's computer when he installs this application. In the main form is the WebBrowser control which does this function. First, let: FolderX = a folder (intended for saving the links to the user's favorite pages) in the program directory of my application when installed. This means that this folder is not the same with MS IE's Favorites folder. PageX = the page currently displayed by the WebBrowser control in the main form. Here is the problem: I've included a MenuToolStrip in my main form. In this, there is a menu called Bookmarks . I want that when the user clicks on Bookmarks the menu will expand to: a.) ...Show All

  • Visual Studio 2008 (Pre-release) What is the lastest drop and when is the next one scheduled?

    Takes me half a day to upgrade to latest CTP/RC. Need to schedule the time. Please advise. Thanks (half-day) although I'm not blaming it on the Orcas stuff. The general process for me is:   Read release notes to see what works with what (there were some mismatches in June/July I believe)   Locate and uninstall everything.   Locate (always some confusion here) and download latest, SDK, Runtime Components, etc.   Determine proper install sequence.   Install SDK, Runtime Components, etc.   Rebuild applications. We don't have a terribly fast internet connection, so the download process is my biggest time consumer. Thanks for the info.   ...Show All

  • SQL Server SQL Server 2005 install keeps failing to install SQL Services (i.e. the main engine!).

    I am currently running Windows XP Professional Service Pack2. It already has MSDE & SQL Server 2000 installed (although I just uninstalled MSDE in the vain hope that it might present the installer with a more straightforward upgrade). I have tried installing with the default instance & a new instance (I don't really care - I just need to install the darn thing). I just want the basic database & Books On-line, nothing fancy. Here is the Summary log, for what it's worth: Microsoft SQL Server 2005 9.00.1399.06 ============================== OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600) Time : Tue Feb 06 16:45:14 2007 Machine : ANTHONYY1 Product : Microsoft SQL Server Setup Supp ...Show All

  • SQL Server Querying huge database tables

    Hi All, We will soon have a huge database table of about 1,500,000,000 records (4,300,000 new records added every day). We need to access this data in many different ways. Are you aware of any reporting engines (like MS RS or Crystal) that can query such a large data tables What else will we need to consider SQL Server limits Optimization tips Replication ... Any comments and suggestions will be gratefully appreciated. Many thanks in advance, Anton. 1.5 billion rows is not a huge problem for SQL Server 2005, assuming you have decent hardware and a very good IO subsystem. Proper indexes are critical, having more indexes will help SELECT statements for reports, but will hurt OLTP performance due to index maintenan ...Show All

  • Visual Studio Team System No permission to add work items

    A user is getting that they do not have the permissions to create a work item.  What could cause this At first I thought our work item type must have a [for=] clause associated with it, but it's the default with no restrictions: < TRANSITION from = "" to = " Proposed " > < REASONS > < REASON value = " Build Failure " /> < DEFAULTREASON value = " New " /> </ REASONS > < FIELDS > < FIELD refname = " System.AssignedTo " > < DEFAULT from = " currentuser " /> </ FIELD > </ FIELDS > </ TRANSITION > Secondly, I thought it was because this user is assigned to a custom group in our TFS project called Project Managers.& ...Show All

  • Visual FoxPro Why the datas from the .dbf file (table) on the form are not displayed?

    Hi all Need help very badly.. I purely have no idea where i go wrong. I'm trying to get the datas (such as CHEVSINSMZ 100,CHEVSINSMZ 100, CHEVSINSMZ 101, CHEVSINSMZ 102, etc) from the table (.dbf) display and then trim into "CHEVSINSMZ 100 & 101 & 102 itself. What i get the result on {.xdf_bl.value= OutPutSTring} of the form is (1)_________ when testing this form. Why cannot the datas be shown on the text field when searching for the value in the .dbf _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_ tnfjob is the name of the table. Jt_hblno is an attribute of the table (.dbf)in the form. It is like something that originally contains CHEVSINSMZ 100,CHEVSINSMZ 100, ...Show All

  • Visual C++ What #include<file> is necessary for using namespace System;?

    The Visual Studio 2005 MSDN Help Search doesn't explain the prerequisite #include<file> needed before the System namespace can be called, for example, in the case it were needed to execute the following statements: using namespace System; Console::Clear(); Does anyone know this necessarily perchance Thanks. Rightclick on your project in the solution explorer. Select "References..."->"Add new reference..." in .Net tab find System and add it. That's it. ...Show All

  • .NET Development Common language runtime error - Please help

    I was trying to load a programme & came up with the following error "Common language runtime debugging services" process id = 0xf8c(3980) thread id = 0xf90(3984 The programme wil not execute & this error continues to pop up Any advise It is trying to tell you there's something wrong with your program. Check this webpage if you want to turn that off. ...Show All

  • Windows Forms Dropdownlist checkbox or multiselect

    Can anyone point me in the direction of a control that uses checkboxes within a dropdownlist or one where I can somehow select multiple items There's a control called EasyListBox that does both of those (yes, in spite of the name, there is a dropdown feature). ...Show All

  • Windows Forms Activex .ocx to .NET

    Error message 80040154 Eror Code::-2147221164 =================================================== {"Retrieving the COM class factory for component with CLSID {BAF60A5D-DB16-459D-9734-BAB5C841ED37} failed due to the following error: 80040154."} System.Runtime.InterupServices.ComeExeption ErorCode:-2147221164 Source:"mscorlib" This exeption is called when i try to referense an ActiveX control with .ocx extension. Is it possible to use the metods of a .ocx control without having a Windows form and how I've tried with AxImp and with Visual Studio.2005, with early and late binding but it's not working. One of the exeptions I've recive is System.Runtime.InteropServices.COMException (0x8000FFFF): Cat ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DX in VB

    can i use VB to stream a video from a USB digital camara, access the video 'live' extract frames and compare them (pixels) i need to create a program to detect unattended objects. so what i want to do was to use a camara, stream the video to the PC, then extract frames to compare. if the pixels are the same for too long, like xx sec. or xxx frames, then raise an alarm i found on the net that i can use the capture class or something like that. About the variations in light problem, I was told of it and was thinking of like getting the pixel color then if its in a certain range of colors, then accept them as the same, something like that, not sure if it works though. Also i was thinking of comparing ac ...Show All

  • Visual C# Simple text to html parser

    Im trying to build a small application where you can copy text from word into a richtextbox it will then look for text written in bold, underline and if there are any bullets and simply put the text out in another box with the html tags. The way the program works it that is scan each word in each line and see if it's normal, bold, underline or if there is a bullet infront of the line. Right now it works with normal text and bold. How ever I cannot get it to detect when there is a bullet. some of the code: for ( int i = 0; i < lines.Length; i++) //loop for each line in the text { string [] words = lines .Split(delimiterChars); richTextBox2.AppendText( "<p>" ); for ( int j = 0; j ...Show All

©2008 Software Development Network