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

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

Ihabd

Member List

Duncan Faulkner
staceywilliam
madhukeswar
programmer1
bfellner
frtrembl
Shawnee1111
lvance1611a
NateF
PaulPT
Milind Vengurlekar
Jaap Wagenvoort
overpeer
cunnus88
Jennifer LaMacchia
DonW
blue3952
Nick3
Troy_Dot_Net
Carsten Witte
Only Title

Ihabd's Q&A profile

  • SQL Server SSIS Error: Unable to use Excel as a data source

    Here's the error: ------------------------------ TITLE: SQL Server Import and Export Wizard ------------------------------ An error occurred which the SQL Server Integration Services Wizard was not prepared to handle. ------------------------------ ADDITIONAL INFORMATION: Exception has been thrown by the target of an invocation. (mscorlib) ------------------------------ The connection type "EXCEL" specified for connection manager "{9341ACF8-D41D-4295-B4FF-8E93E5E28096}" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Chec ...Show All

  • SQL Server sql 2000 installation on windows 2000 advance server

    I am trying to install microsoft sql server 2000 enterprise edition on a windows 2000 advance server. I keep getting error message A previous program installation created pending file operations on the installation machine. You must restart the computer before running . I have restarted machine and no change. What does error message mean and what is solution Try this. 1. Run command regedit, remove the key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Pendingfilerenameoperations 2. Reboot the machine ...Show All

  • SQL Server Call to Report Manager through Internet

    Hi All, Is it possible to call report manager through ASP.NET application We are using Microsoft Active Directory to validate users. If the user type is admin then we would like to call the report manager so that the admin can create roles etc. Does anyone knows how to do this Report Manager uses the report server SOAP API to perform management tasks. You can use this same API for your own applications. See http://msdn2.microsoft.com/en-us/library/ms152787(SQL.90).aspx ...Show All

  • Architecture how to install several programs in farm

    I am beginning in a project which is a total disaster. The company has done a lot of things that I don't like so much, but I am an analyst-programmer, so I have not voice for changing anything. One issue is that all the modules of the different programs are in all the machines of the farm (>100 servers). So the load is balanced between all of them. I think that this works but isn't a good policy: 1) Perhaps if a program fails It could make all the servers to fall down because it is in all of them. 2) The loads aren't understood, because it is difficult to view which projects are the heavy. 3) Having >100 IISs makes AS ...Show All

  • Software Development for Windows Vista Inline code

    I have a .xoml file with some inline code (<x:Code> element). I can create and start the workflow if I compile the .xoml into an assembly with wfc.exe. Pointing an XmlReader to the .xoml and using CreateWorkflow will cause a validation error (can't use x:Code without creating a new activity Type). I'm guessing this is a security feature and the behavior won't change. Yes No Scott - I am not sure it is a security issue - but it really relates to how CreateWorkflow works - it doesn't compile anything - so the Code element won't work. You can also compile the xoml with the WorkflowCompiler and then execute the wo ...Show All

  • Software Development for Windows Vista update to m3edia centre 5270 problem

    can someone email me the 32 bit update asabowes@hotmail.com There is a patch released my MS for m3edia centre 5270 problem. It's hardly 1.4MB patch available on MS downloads site. ...Show All

  • Visual Studio Extending Project Property Pages

    Hi,   Is it possible to extend the project property pages For instance, adding a MyBuild under the "Configuration Poperties" in the property pages of a project. Thanks, Bart Hi Bart, If you created the project system and your project system is based on MPF, then you can follow the instructions at http://blogs.msdn.com/jim_glass/archive/2005/03/23/401010.aspx . Notre ...Show All

  • SQL Server Deploy Integration Service

    Hi All, I had created a Intergration Service on my workstation computer, run as well. now i want to set a scheduling and run that Intergration Service on server, so should i deploy my Intergration Service to the server i had try to use my workstation computer, open the "SQL Server Management Studio" connect as "Intergration Services", and Import the dtsx file (Package file) in it. but if i had some modify on that dtsx file, i need import the dtsx file on the server again any another way to deploy my Intergration Service Thx a lot. Laputa Have you tried the deployment tool that is provided with SSIS ...Show All

  • Visual C++ Where is stl.net? Is it included in beta2? I can't seem to find it.

    Hi hdp203! I downloaded and installed VS2005 beta2. I can't seem to find cliext/vector, map, etc. in the installed dir.  Where is it if I try to  # include <cliext/vector>, I get C1083. Is it included in beta2   Yes. At least for me without any problem... (but it was aclean install ontop of XP-SP2). -- Greetings Jochen My blog about Win32 and .NET http://blog.kalmbachnet.de/ Is stl.net included with VC++ Express Beta 2 I have installed/uninstalled/re-installed several times and have not gotten any of the cliext files, ins ...Show All

  • .NET Development An economical way of filling a listbox?

    An economical way of filling a listbox I fill an authors listbox using the table adapter. It's one thing with a lookup table with 30 or so rows, but I have hundreds of authors.  Above the listbox the user has a choice of adding another author(s).  When that form closes the AddAuthors button refills the table adapter. Is there a more economical way of doing this   I don't need to move among the authors or delete them.  I have a separate form for that.  This addform merely fills some textboxes and listboxes then uses an insertquery to add and close. Dennist Can any one help me I ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Invalid Win32 application

    I've just downloaded the MechCommander Source release ( a couple of times) but Windows tells me thet MC2.exe is not a valid Win32 application. Do I need to install the XNABuild before I use MC2.exe I am running XP Professional, service pack 2 and have the full Visual Studio 2005 Professional installed on the system. Thanks happyT happyT - I moved your post to a new thread since it was off-topic from the previous thread. XNA Build is not required in order to install MechCommander 2. Can you try downloading and running XNA Build though You don't have to install it (you can click cancel after you get to the license agreeme ...Show All

  • Windows Forms My Class shows the class name as text not the text i give it

    Hi Have a question. My own Lable class shows the classname at design time and not the text I give it in the property editor. At runtime all seems to be just fine. I woul be super hapy if some one could tell me what is wrong. here is the class definition: public partial class LabelLTT : Label , ITranslatable {   private int _intLTTTranslationCode;   private string _strLanguage;    public LabelLTT()   {     InitializeComponent();   }    protected override void OnPaint( PaintEventArgs pe)    {       // Calling the base cla ...Show All

  • Visual Studio Express Editions Linking Problem

    I hope this is an easy question. I've a lot of unresolved sybmol error messages while linking my executable. I think that I probably forgot to add the additional libraries that I wish to link against. How and where do I tell VC++ express that I would like to link with my libraries I searched in the IDE for awhile, and I couldn't find it. Thanks!!! Take a look at http://msdn2.microsoft.com/en-US/library/ba1z7822(VS.80).aspx for adding your libraries to the linker command. Hope this helps! Thanks, Ayman Shoukry VC++ Team ...Show All

  • Windows Forms Progress Bar Help!

    Guys, i am currently developing a program that has an MDIForm, and this MDIForm contains a status bar with a progress bar... What I wanted to do is whenever i want to load a form.. I want my progressbar to increment its value. Like that of an internet explorer... Did anyone encountered this problem already Hey Guys I got it working already.../ Hehehehe.... Without threading... Below is my code for the child load event... private void PatientMasterList_Load( object sender, EventArgs e) { this .Show(); //Application.DoEvents(); (( Form1 ) this .MdiParent).progressBar1.Minimum = 0; (( Form1 ) this .MdiPare ...Show All

  • Visual Studio Express Editions How do I change the primary key of my SQL data base?

    I set the primary key of my SQL DataBase to First_Name, Last_Name, Birth_Date. So, the records are in First_Name, Last_Name sequence. I want the sequence to be Last_Name, First_Name. How do I change it hi, first of all primary key doesn't have anything to do with your columns sequence the columns sequence depend on your design wich column you want it to be the first one the last thing is that you can't depend on firstname , lastname, birthdate to be primary keys at all because names can be duplicated and you might have 2 persons have the same name or birth date hope this helps ...Show All

©2008 Software Development Network