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

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

loydmoseby

Member List

kpvgiri
luiz s.
Marcel Kulicke
nadeemmar
Gregoire
Shanmuk
bracken
kvkris
dstock
johnsmith2005
Stilletto
Simon Harriyott
Morpheo
jamhow
JohnFromOz
windozer_
RedSox75
pallavi_020
kimoz
jim_wizware
Only Title

loydmoseby's Q&A profile

  • .NET Development Array class problems.

    Hi, I have som array problems, I have looked for informations about my problem, but can't find any solutions. The code below i a simpel exampel of my problem. Gratuful for any answear of my question. BR Matt Sweden --- using System; public class TelephoneBook { //!QUESTION!-HOW SHOULD A CONTRUCTOR LOOK LIKE FOR "arrPhoneBook" //!QUESTION!-HOW SHOULD A DESTRUCTOR LOOK LIKE FOR "arrPhoneBook" //Methods public void setPhonebook(string connection_type) { //!QUESTION!-HOW SHOULD I DECLARE "arrPhoneBook" IF I DON'T KNOW THE ARRAY ITEM AMOUNT 3,2 string[,] arrPhonebook = new string[3,2]; ...Show All

  • Visual Studio Team System VSS Converter error

    I've installed Visual Studio 2005 Team Suite and tried to migrate a VSS database to TFS but get message that VSS 2005 is not installed. I thought VSS was supposed to come with Team Suite If I recall correctly, the VSTS sku includes VSS, but it is not part of the default install package. If you do custom install and include VSS (or do a full install), that should do the trick (you can also run change/remove on VSTS from Add/Remove programs, and add VSS). If you try that and still get this error, reply back and we'll investigate further. ...Show All

  • SQL Server SQL Login using a computer account

    In SQL 2000 I use to be able to grant a computer account access to a SQL DB by adding that computer account to the SQL Logins using DOMAIN\COMPUTERNAME$. I have not been able to do this so far in SQL 2005. Does anyone know if this is still possible or has this functionality been removed from 2005 This functionality should continue working on SQL Server 2005. The way I have tested this functionality is by allowing access to a machine account using the following script: -- Create a login for the machine account CREATE LOGIN [ Domain \ machine_name $] FROM WINDOWS Go -- Verify newly create ...Show All

  • SQL Server Can't Run any DM Until Delete Lost Cube? (even when I start a new Project from scratch!!)

    Can't Run any DM Until Delete Lost Cube Even if I start a new Project from scratch I get the same error , Even if in the new Project I press "start debug" before I create anything. There is no connection, no data source view, no ... Can you provide more details What error are you seeing Are you seeing this error in Business Intelligence Development Studio ...Show All

  • Visual C++ application compatibility

    My company provides an SDK for our hardware product. The SDK is compiled with VC 6.0 and we are looking to move to a more recent compiler. We are concerned that our customers which rely on our SDK will find that the new version of the SDK, compiled with Visual Studio 2003/2005, no longer works with their application. We cannot control which compilers our customers use to build their applications. Can someone provide guidance regarding how we should move forward and minimize the affect on our customer base That rather depends on what you ship in your SDK. Header files shouldn't be an issue. .LIB files and DLLs can be a problem becau ...Show All

  • Windows Forms Event of close ToolBar

    I have ToolBar. ToolBar in floating window. What event comes when do I close a this floating window Assuming this form is a .NET 2.0 Windows Form... Take your pick of listening for FormClosed and FormClosing as one or both of them would be your best bet. ...Show All

  • Visual Studio Team System 28940 Error when Installing TFS

    I get the following error when attempting to install TFS: Error 28940.TFServerStatusValidator: Calling the Team Foundation Server ServerStatus Web service failed with 503 HTTP ServiceUnavailable status. Verify that Internet Information Services, Windows SharePoint Services, and ASP.NET are configured correctly and that ASP. NET v2.0 Web Service Extensions are allowed . For more information on troubleshooting this error, see the Microsoft Help and Support Center. Any suggestions on how to troubleshoot this problem would be appreciated. This is an extract from the log where the error occurred: 05/05/06 13:08:25 DDSet_Status: Hidin ...Show All

  • .NET Development Member of Group

    Hi, please can you tell me, how I can obtain a user that belongs to the specified group It is a domain user and a domain group. I already connect to the Activ Directory via LDAP. When I found a user he has property called MemberOf that contain a list of groups the user belongs to it. But only some user has filled up this property. Thanks The “memberOf” attribute contains all the groups except the primary group of the object. To get the primary group, you need get the “primaryGroupId” attribute and then find the group which has it’s “primaryGroupToken” set to this value. (This is when using the LDAP provider) There is one examp ...Show All

  • Visual Studio Express Editions Controls Collection

    I would like to save the name of a PictureBox so I can later change the image.  I won't know which PictureBox until run time.  I have put the name as a string in the variable FirstCard and declared ctrl as Control For Each ctrl In Controls      If ctrl.Name = FirstCard Then            ctrl.Image =        End If Next My problem is I get the message "Image is not a member of 'System.Windows.Forms.Control' I am able to do cntrl.Visible = False and other choices intellisense gives me. Is this just not ...Show All

  • Visual C# Active Solution

    I have created a button in one of the VS.NET IDE toolbars. What i'm basically lookin for is to be able to display the path of the currently opened solution file in the VS.NET application environment when i click on that button. I've been trying to play with EnvDTE, System.Reflection etc. for quite sometime now, but have basically ended up nowhere. Kindly throw some suggestions my way ! yes i do, but i am having difficulties in referencing the 'DTE' interface. How do i instantiate an object of this interface. could u try and put up a code snippet for the same. I've been stuck with this for quite sometime now. ...Show All

  • SQL Server ODBC Data Source

    I am new to SSIS packages and want to use an ODBC data source connected to an old Btrieve set of data files. I set up the ODBC DSN, and my SQL Server Data Connection, and can browse the tables in the Server Explorer. However with regards to my SSIS package, I'm not sure whether to use an OLE DB Source or Data Reader Source. I have futzed with both of them but haven't had any luck at seeing the tables. Can someone please give me some tips. Thanks, Carson Bob, where is the option for new ado .net connection Thanks ...Show All

  • Windows Forms Listbox not displaying text on XP Home Edition but OK on XP Pro

    I built a simple Windows Forms application with a list box and a combo box with five items. When I run this application on my XP Home (Version 2002, SP2) with .NET 2.0 or .NET 1.1 framework I do not see the text in the ist box. However the same application when executed on XP Professional shows the list items just fine. Any suggestions as to what might be wrong with my setup Thanks, Anup Since you did not get any exceptions it means the system has correct .NET Framework and CAS security settings for your application to work. Have you customized Windows themes or changed the Appearance th ...Show All

  • Windows Forms ClickOnce problem after SharePoint installation

    We have got realy strange problem with CO. After we have installed SharePoint we get 2 types of exceptions while we install our product. 1st one is with message: + Exception occurred loading manifest from file SOME_DLL.dll: the manifest may not be valid or the file could not be opened. + File SOME.dll is not a valid Portable Executable (PE) file. + PE file does not have enough data. Every time we get this message with different dll. 2nd exception we can get is: + Exception reading manifest from http://ourhost/our.manifest: the manifest may not be valid or the file could not be opened. + The '' character, hexadecimal ...Show All

  • Software Development for Windows Vista Welcome Tablet PC/Mobile PC users and the world!

    We stand ready to answer your questions! Moderators are standing by! Can you give a few examples of a  "Mobile PC"   I've heard of "Windows Mobile", as in a "Windows Mobile Pocket PC", but not a "Mobile PC". ...Show All

  • Visual FoxPro seek char+date

    dear all, i seek stockist code+invoice date but failed to seek. why what i had done... use invoice shared index on code+dtoc(inv_date) to invoice.idx set index to invoice.idx seek code+dtoc(thisform.txtInvdate.value) but failed to seek. thanks. What do you mean by "failed to seek" Did it error or simply couldn't find a match If you mean no match then probably you're switching "set date" in between. Instead use dtoc(,1) which is not affected from set date. ...Show All

©2008 Software Development Network