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

Software Development Network >> Harendra Singh's Q&A profile

Harendra Singh

Member List

Dredger
Jbarbeau
RoyAF
jcbuchin02
Dave1111
chemaster
CSFDeveloper
DanielBenito
Spirit of Missouri
parygark
Vaishnavi
QuickFox
Ricardo Tome
SchallerJe
mjoc69
SCM
Super132
HamidFULL
RandyC
Iouri Simernitski - MSFT
Only Title

Harendra Singh's Q&A profile

  • SQL Server HELP: Failed to create the task. (Microsoft Visual Studio)

    I created my first SSIS project in BI Dev Studio but get the following error when trying to add a data flow task to the Control container: ================================== Failed to create the task. (Microsoft Visual Studio) =================================== Value does not fall within the expected range. (Microsoft.SqlServer.ManagedDTS) ------------------------------ Program Location:    at Microsoft.SqlServer.Dts.Runtime.Exec ...Show All

  • Visual Studio Express Editions Unable to "require" or "use" classes and functions from a included .cs file

    I am using Visual web developer 2005 Express Edition and i have right clicked the project file in SolutionExplorer and included a .csharp file.It got added inside a App_Code directory. When i created an object for the class constants the dropdown was visible and constants class was selected. Constants cons = new Constants(); When i ran the webform an error occured indicating: CS0246: The type or namespace name 'Constants' could n ...Show All

  • Visual Studio Express Editions How do I know if count is counting up or counting down

    I have a MCU (PIC) in which I'm using to send serial information (0-255 ASCII) out to my VB program. How can I find out if the data is counting up or counting down. Please keep in mind that I am new to VB so please speak slowly. P.S. Is there a way to differentiate between odd, even and positive, negative numbers. Thank you in advance. Ken Hi again, Is this q ...Show All

  • Visual C# connecting to sybase server on network from a .net application

    there is a sybase server installed in a one of the machines in our network, say machine A. and in my machine i hv installed sybase network client. how can i set connection string in my application to use the server on Machine A at present my connection string is : AsaConnection connEQ = new AsaConnection("Data Source=eq2gents;UID=DBA;PWD=SQL" ); pls help me. sajitha The connectionstring format: Data Sourc ...Show All

  • Visual C++ Halting Keypresses?

    Hi all,     I am writing a program that is supposed to lock a user from the common key presses, i.e. Alt + F4, Crtl+Alt+Del, etc.  I know I have to have case WM_KEYDOWN:     switch(wParam)     {     //The Keypresses     }     break; My problem is that I do not know how to halt the keys from doing anything.  I am certain that VK_F4 is for the F4 ...Show All

  • Visual C# Custom Marshaling of DateTime

    Hello, Is it possible to marshal a c++ char[20] which contains a datetime in the format "yyyy-MM-dd HH:mm" directly to a C# DateTime I can marshal it to a string using: [ MarshalAs ( UnmanagedType .ByValTStr, SizeConst = 20)]  public string Birthdate; but When I try it with a custom marshaler like this: [ MarshalAs ( UnmanagedType .CustomMarshaler, MarshalType = "DateTimeMarshaler" , MarshalCookie = "20")] public DateTime Birthdate; ...Show All

  • Visual Studio Express Editions Automate Excel from VB Express

    I am trying to get VB Express to talk to Excel 2003, pass Excel cell values to VB variables and vise versa.  When I have a reference to Excel 11 Object Library, Dim oXL as Excel.Application gives me 'Type 'Excel.Application' is not defined.'  When I have a reference to Excel 5 Object Library, oWB = oXL.Workbooks.Add says Member not found and Add is not in the autocomplete list. What am I doing wrong yo ...Show All

  • SQL Server Auto-increment key id field help

    I have a key field ID (int) for a table.  How can I auto incremnt the key so that when I insert a new record I can get a new key.  I should not have to know the next available number in my table.  What settings do I use for the field. Thanks in advance MoonWa ...Show All

  • Windows Forms BindingSource.item not a valid property?

    I am trying to set an item in my binding source. The class documentation tells me that BindingSource has an item property that i can get or set. However, the intellisense can't find the property. Even if i force it in, i get a compiler error. The workaround i am doing right now is: DataRowView row; row = ( DataRowView ) this .accountsBindingSource.Current; row[ "AccountName" ] = this .accountnameTextBox.Text; I don' ...Show All

  • Visual Studio Team System Source Control Explorer - Sort by file extension?

    Is there a way to sort the files by extension We added some files into the tree that don't need to be there. Is there a quick way to delete them Thanks, Ted Unfortunately, no. A possible quick way: tf del *.extension . ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Moving character against moving world

    Hello, I'm building my first D3D game, a clone of Lander (the user must land off on a specific portion of ground with a maximum speed set instead of crashing) I'm wondering what is the best way : 1. Make the land module center of the world, camera looking at it and moving the ground mesh 2. lock the position of the ground and move both land module and camera accoring the user input. What are pros and cons about these two manners What about other ...Show All

  • Visual Studio Express Editions Database Update in C# 2005 beta 2

    I am using the following code line to update the database: hardware_InventoryTableAdapter.Update( equipmentDataSet .Hardware_Inventory); ...Show All

  • SQL Server Install Developer Edition & Express?

    Hi: I have installed SQL 2005 Developer Edition and VS 2005. Do I need to also install SQL 2005 Express edition too My version of VS2005 is proffesional. I cannot seem to find SQL 2005 Developer Edition in the Server Explorer of VS2005. So I am wondering if I need to install SQL 2005 Express. Before I had SQL 2000 and MSDE installed with VS2003 and there was no problem. Thanks Thanks Blair. I will ask MS support when I am talking t ...Show All

  • Visual Studio Team System No Object Test Bench?

    I am using the VS2005 beta2 and can use the test tools fine. However i cant seem to get access to the object test bench.  Should it be there Na its not there. I cant get to it via the Class View or Class Diagram dialogs either (as in by selected 'Invoke object' ...Show All

  • Windows Forms Change publish.htm !!

    How can I change the design of publish.htm page !! How to: Customize the Default Web Page for a ClickOnce Application ...Show All

©2008 Software Development Network

powered by phorum