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

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

anukirthi

Member List

Chris Honcoop
Samer Selo
Richard Russell
cshea
GethWho
NSJenkins
best49erfan
supagu
jbap01
LalitSRana
enric vives
Alastair Q
Cyber Sinh
mangomarey
programmer01
zhengh
Turfnsurf4me
shsu
LOGIC LORD
Sergei Dorogin
Only Title

anukirthi's Q&A profile

  • SQL Server Errors Deploying an SSIS package

    Hi All, I hope someone can help becuase this problem is issue us several headaches. We are currently trying to deploy an SSIS package to a production server. The deployment goes fine, the package runs ok when executed manually. The issues start when we try and execute it under the SQL agent. Having gone back to the drawing board and spent much of the day reading various articles and applying the various options (especially those within the MS KB article 918760 ), we are still no closer to a resolution. The SSIS package was created under an Administrator, and the SQL agent runs under a different Domain Admin account. When we set up the Schedule to read from SQL Server or the SSIS Store the standard "Executed as user: D ...Show All

  • Visual Studio Team System IWorkItemControl.SetSite question

    The SetSite method seems to be invoked when a work item custom control is instantiated. Which services are specifically available using the IServiceProvider.GetService method and what are some sample usage scenarios .. Thanks in advance. In SetSite, a pointer to IServiceProvider is given. IServiceProvider.GetService can be used to access any VS service. For example, something can be printed in status bar when using your control. Common intented use for it is to get DocumentService and then use its methods. Example usages of DocumentService are to show a workitemform for existing or new workitem, show a query, doing validation and showing error on Save event of workitemform etc. See http://blogs.msdn.co ...Show All

  • SQL Server ForEach Loop container issue!!!

    Hi everyone, I am having hard time with foreach loop container. The for each loop container in my package goes over all the rows in a ADO enumerator recordset variable and shows row values one by one in message box. The problem is that it just keeps printing the first row infinitely. Could anyone tell me what could be wrong Thanks in Advance, Check this feedback: ForEach enumeration of ADO recordset can cause infinite loop when using checkpoints https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx FeedbackID=125915 ...Show All

  • Software Development for Windows Vista Vista not appending primary DNS suffix beyond one level deep, Anyone Seen this ?

    This is new to Vista as XP works fine. When you simply set append Primary DNS suffix, the system should always append it, such that is your domain is mydomain.com, and you look up www, it should append so the FQDN=www.mydomian.com That seems to work fine, but if you do one more deep, such as www.test , you would expect as in XP and in DNS in general to append the primary suffix, such that the FQDN = www.test.mydomain.com Vista does not do this, and this is a very major problem for our company as we have many DNS zones and normally the user does not need to append the domain he/she is in and it should recursive lookup. It is not. We are not going to GPO 100 domain suffixes to each workstation just so they don’t have to type the & ...Show All

  • Visual Basic mouse_move in unfocused form while button pressed

    hi I'm trying to recreate a pseudo "drag and drop event" in my program, I have two child forms, and i want to, whenever I press down a button in one form, and after leave that form and enter in the other one, while the mouse button is pressed, the second form continue to track the mouse attributes. I tryed using mouse_move, mouse_leave and mouse_enter in both forms but the second one only seems to respond after the mouse_up. is there anything that I missed or I'm I doing anything wrong thanks for everything porces ...Show All

  • Windows Forms Best Windows Form Control to output data

    I want to display a dataset to user and let user picks and chooses some of the data and output it to a printer or textfile. Is there a Windows form control that can let me do that DataGrid allows me to add and delete, but I need to choose and press a submit button to output the chosen data. Thanks. there really isnt a control to do this unless you make your own (custom control). I guess you can select the data you want (example: select the row index, then get all the details of the row via the datatable) then output it to the printer based on the row of data. ...Show All

  • .NET Development Understanding WebService Calls from Javascript

    Hi, I have had some useful pointers on calling WebServices from within Javascript however I have the following 2 related questions which I am unsure where to post. <Message to post> Thanks for the earlier advice. I have successfully called a web service to add logout details to a database when the user either uses my Logout url or uses the [x] on the browser window. However despite the examples suggesting the following is possible: service.useService(" http://localhost/MyService.asmx wsdl ", "ServiceName"); I can only make it work using the following: service.useService(" http://[Full Url to WebService Host]/MyService.asmx wsdl ", "ServiceName"); or service.useService(&q ...Show All

  • SQL Server Connection Manager Deployment with master/detail package

    Hallo, I'm currently strugling with the setup of our packages for deployment to a new environment. We are working with a master/detail package setup. One master package is created that will call all child packages. In the master package we don't have any connection towards our source and/or target databases/sourcesystems. Everything works fine, however, starting to deploy the whole set of packages, it seems that we don't have the option to set specific properties of our detailed packages, e.g. connection properties. But this is just what we need. When we are adding a job in the Job Agent for our master package to be scheduled, we want to be able to set all different connection manager properties, not only the one from the mast ...Show All

  • Smart Device Development Mapi Message Date and Time

    Using mapi for window mobile 5.0, how do i obtain the display date and time of a message, preferably in cstring format Thanks You will likely find better support for MAPI on one of the Windows Mobile forums. Windows Mobile API : microsoft.public.pocketpc.developer microsoft.public.smartphone.developer Windows CE API : microsoft.public.windowsce.embedded General programming (not VisualStudio related) : microsoft.public.windowsce.app.development Native compilers : microsoft.public.windowsce.embedded.vc ActiveSync : microsoft.public.pocketpc.activesync ...Show All

  • Windows Forms Parameter count does not match Parameter Value count.

    Parameter count does not match Parameter Value count. what does this mean...I am trying to update my sqldb...I have all the right parameters...why elese would this come up SPROCS are the best way to go. What I am saying is, when you execute non query command, is that where the error is produced If so, check the parameter count. Then check your SPROC parameters (go into SQL and look at the SPROC)...count how many there are. Do they match up if not - that's your problem. ...Show All

  • Windows Forms Writing event in Datagridviewcombobox?

    Hi guys, Greetings! I'm creating a datagridview with a combobox column, is there anyway that I can write an event everytime the user choose from the combobox list and when lost focus on it I can control the value to set on the next column like if the user choose from the list as "Chocolates" I can set the value on the next column as "PCS" these values where from the table. I appreciate any help you can give to me. Thanks, In the editing control showing event you can add a handler to the combobox's selectedindexchanged event. Here is link to an example ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. SEHException on Device.Reset

    I've been recently getting this strange exception being thrown at me when attempting to reset my device after a lost device occurs: System.Runtime.InteropServices.SEHException: External component has thrown an exception. at Microsoft.DirectX.Direct3D.Device.Reset(PresentParameters[] presentationParameters) Looking it up on MSDN really doesn't give me much of a clue as to what an SEHException is, and why I'm getting one. In a nutshell, MSDN says: The SEHException class handles SEH errors that are thrown from unmanaged code, but have not been mapped to another .NET Framework exception. The SEHException class also responds to the HRESULT E_FAIL , which has the value 0x80004005 . So, any ideas as to what's happening, and what I ...Show All

  • Visual C# Security and Authentication

    I have a C# .Net console application I wrote that is on server 1. It needs to copy files from server 1 to server 2. The location at server 2 is a shared drive with a domain user as the only user with access. I need assistance with code or tools that will allow my console app to impersonate this domain user so that it can appropriately authenticate to server 2 and copy the files over. I can run it logged into server 1 as the domain user, but I can't schedule it to run as this domain user. Please help. Thanks in advance. There is a very nice sample about impersonating the windows user credentials at the following link. Hope it helps you http://www.codeproject.com/csharp/cpimpersonation1.asp ...Show All

  • Visual Studio Express Editions textbox math

    i want to be able to do basic math problems using a textbox example if i type 1.000+.500 in a textbox and press the enter key the 1.000+.500 would change to 1.500 how can i do this Take a look at the Math Class.... http://msdn2.microsoft.com/en-us/library/system.math.aspx Hope it helps in some way ...Show All

  • Visual Studio 2008 (Pre-release) Suggestion for C# 3.0....

    Hi! In C++ you could declare access level for properties/methods/etc' like this: public:   void a();   void b(int i); private:   void c(); and so on... In C# if you wouldn't declare a modifier for an item it would be probably considered 'private'. Well, I would like to be able to modify a bunch of items' access level all at once, and I think that the best way to do this would be something like that: class MyClass() {   public   {     void a();     void b(int i);   }   private   {     void c();   } } Just thought this would be a bit of enhanchment for the lang syntax.. Maybe the right person will hear what I said and actually do this.. Good we ...Show All

©2008 Software Development Network