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

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

sl5

Member List

Charity_student09
Claudiu Chiorean
tempgp
Andy Ho
dtlinker
Tryin2Bgood
Tovdb
ScottyWakefield
Jonathan Ward
mranzani
Alex_UTL
黃泓量 Jeremy Wong
ahmed921983
JavaBoy
Wyatt Earp
babucherayath
stswordman
Ermac
Nima_DK
Chris Aus
Only Title

sl5's Q&A profile

  • Visual C# how do i convert a string into an arraylint?

    hi.. i have an array list called students.. i need to add all students in my database into this arraylist.. thats easy but the problem is i need each student to be an arraylist (jagged arraylist)... is that possible ! i tried to do it like this but it didnt work.. if (socketData.clientID == reader.ReadElementContentAsString()) classes. Add((ArrayList)socketData.clientID ); <=== "Cannot convert type string to arraylist" im open for ideas.. peace. what im trying to do is use the class name to declare an arraylist object.. arralylist "class name" = new arraylist(); or arraylist classes = new arraylist(); classes.add((arraylist)classname); is this possible ...Show All

  • Visual Studio Team System Custom Work Item Types - Accessing A Custom Attribute

    Naren, in his example ( http://blogs.msdn.com/narend/archive/2006/10/02/How-to-use-Custom-Controls-in-Work-Item-Form.aspx ) lists the following snippet of code for adding your custom work item field to the work item type: <Control Type="WorkItemIdReference" FieldName="MyFields.DuplicateId" Label="&amp;Duplicate Id:" LabelPosition="Left" CustomAttribute1="Custom parameters here" CustomAttribute2="Custom parameters here"/> How do you, from the C# code I have written for my custom control, access the CustomAttribute1 and CustomAttribute2 parameters I want to store information in those parameters, such as a connection string or database name, and then access it fro ...Show All

  • SQL Server Cannot change SSIS installation directory.

    Hi There I installed Sql Server 2005 and SSIS to the C: drive of a server. However i am going to install 3 more instances on this server and i want to install SSIS on the RAID drive. So i uninstalled SSIS, then i installed another Sql Server instance on the D drive. Now when i try to install SSIS, when i go to advanced and browse for installation path it is greyed out and it says that the path has already been bound to the 90\DTS\ folder of the first instance i installed on the C: drive, so basically i dont know how i can install SSIS to another drive Please help. Thanx Hi Raviv Yeah sorry i have had no feedback and found nothing, i had to uninstall and reinstall completely, let me ...Show All

  • .NET Development msi .NET dependency

    Hi, I've created setup and custom installer(C#) projects using VS2003 to package and deploy an application to a mobile device, but some users are reporting that unless they have .NET 1.1 installed, when they open the msi, they get the following message:- "This setup requires the .NET Framework version 1.1.4322. Please install the .NET Framework and run this setup again..." I know that in general .NET apps run against the version of .NET they were compiled against but this can be overridden in the app config file, but is a similar thing possible in the context of the msi These users have already got .NET 2.0 so they should not be forced into installing 1.1 just to install something on their PocketPc device. Th ...Show All

  • .NET Development Please Tell Me What is The Error In this C# Code

    I got the following C# exception When i created an Application Domain and Itried To load An object in that Application Domain The Exception Is: An unhandled exception of type 'System.TypeLoadException' occurred in mscorlib.dll Additional information: Could not load type MyClass from assembly MyLiberary, Version=1.0.2441.24027, Culture=neutral, PublicKeyToken=null. Please Help ME Please, only one thread per topic! See this thread for an answer. ...Show All

  • Community Chat zune not recognized by PC

    My PC will not recognize my zune, any other device i hook up usb i getthe old DOng ding sound and it shows up. When I hook up the zune, I get nothing. This is the second zune and third cable, it will not even charge on my PC and yes i have 2.0 usb. Any help would be great. Thanks Chad K the act of charging is irrelevant to whether or not your OS recognizes the device, USB2.0 power is simply 2 wires that feed into receiving wires in the device that typically run straight to a power supply. have you tried other USB ports are these front ports you're currently using by any chance (front ports have a greater chance of bad wiring, as they're typically not hardmounted on your mobo.) ...Show All

  • SQL Server Importing / Exporting Data using ssms

    I have installed ssms, and the toolkit. When I right click on a database I don't have Import/Export under tasks. However I do have C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard.exe installed and can invoke it manually. What do I need to do to get it to show up in tasks yep.. installing the Microsoft SQL Server 2005 Express Edition Toolkit will actually install the DTS related binaries.. both runtime and wizards.. in this case, you seems to be legally legitimated to use it... Mike regards ...Show All

  • Visual Studio Team System How to solve this problerm!

    Good afternoon everyone: I use own rules to check a website project.there are some unknown warning by the compiler,Such as VB$t_ref$L0,VB$t_i4$L0,VB$t_array$S0,VB$t_struct$N0.I don't known how to generate them.Is there any one  can tell me the reason --Tiny Have a look at this blog post: http://blogs.msdn.com/fxcop/archive/2007/01/26/faq-when-looking-at-the-names-of-locals-in-a-custom-rule-why-do-i-see-strange-names-such-as-cs-1-0000-and-vb-1-0000.aspx Regards David ...Show All

  • SQL Server How to compare SQL server stored procedures from two separate databases?

    Is there a straight forward way or a tool to compare SQL server database objects, such as stored procedures located in separate databases There are several free tools that do this. The one that I use is SQL Effects Clarity CE. It compares tables, stored procedures, views, functions, users, roles, etc. You can download it here: http://www.sqleffects.com/sfxClarityDetails.html Hope this helps. ...Show All

  • Visual Studio Express Editions Build Activex (.ocx) objects in VB 2005 Express?

    Hi, I have found, after some searching on the web, that some older versions of VB could build Activex (.ocx) objects. Is there any way VB 2005 express could do this Cheers, James The templates for creating windows controls is not supplied with VB Express. http://msdn2.microsoft.com/en-us/library/b4z62wxz(VS.80).aspx Shows you the templates for the types of project that can be created. As you will see windows and web control templates are not provided with the express products. So in order to achieve you will need to purchase a copy the appropriate edition. As VB Express is the first version of VB that has been given away for free, in the past you would have to buy a copy of the produ ...Show All

  • Visual Basic How to launch a program on log-off or shutdown ?

    Hi, I have been able to launch my software on startup but I need to launch my software also on log-off, or shutdown. I haven't found anything valuable about it on forums yet, I know that there's a way through Group Policy, but I'm asking if someone knows a much easier way. Any methods are appreciated, Thank you The TechNet Forums is the place to ask questions like this. ...Show All

  • Visual Studio 2008 (Pre-release) 3D Scatter Graph in WPF - Ideas?

    Hey folks, We're building a 3D scatter graph control and are having performance issues when adding lots of points (3000+). I don't suspect it is a WPF problem per say but rather, we are not very efficient in the manner which we are doing the graph. In short, our app adds 3D cubes into the viewport at specific coordinates. // 1. Make the 3D object (mesh and material) GeometryModel3D cube = new GeometryModel3D (( MeshGeometry3D )Resources[ "ZPlane" ], ( Material )Resources[ "SteelBlue" ]); // 2. Define how the 3D object will be positioned in space ModelVisual3D model = new ModelVisual3D (); model.Content = cube; Transform3DGroup myTg = new Transform3DGroup (); myTg.Children.Add(( Tran ...Show All

  • Visual C++ Search for values of data in .ini file

    hi, i would like to know the steps in searching for the values of data in a .ini file... example, i have these data in the .ini file: DCDInterval=10 UCDInterval=15 T1=5 T2= 10   and i wish to know the values of DCDInterval, UCDInterval, T1 and T2... on the click of a button...the values of the respective data would appear in it's respective textboxes. how do i achieve this ...Show All

  • Visual Studio Express Editions database question hopefuly my final

    HI! My program is saving data to database. I don't have problems with updating it since I changed database property (in solution explorer): "copy to output directory" to copy if newer. Everything works just fine sofar. My problem is that my application is displaying data from database in listview and is allowing user to add and delete information. Now I want the changes being instantly displayed after they were made. How can I do this What should I do so the user can see changes that were made right away. Maybe I should try datasave1.update( ) Anything please help. This is code from one of my form: Public Class UpdateEmployeeList Public numberofrows As Integer Dim x As Integer Dim datasa ...Show All

  • SQL Server What is the best way to copy database?

    I want to copy database (offline) to another machine. I can generate SQL script for table structure and stored procedures. But how can I easily copy data As far as I know, 1. Detach and attach is not 100% working if I copy the another machine with different version of SQL Server 2. Restore and backup is for the same machine 3. DTS is for online copying only Please help me. Thank you. YOu are right, in addition, you can do backups in hot mode while running the database on the server. Detaching the database will keep the database out of business during the copy process to the other server. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

©2008 Software Development Network