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

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

Mohit6032

Member List

Daljeet
Kimani
XxxFG
Dan B.
Vasanthsr
Bruni
MattShepherd
Elvia
Renderflash
masum
Carlos Pérez
Nezos
vitalcc
Muljadi Budiman
Borat
Omar80
HongZ
cdgifford
kurra kiran
Ron Moses
Only Title

Mohit6032's Q&A profile

  • Visual Studio Team System Comparing fields of a Work Item when filtering event notification

    Hi, I'm having some troubles setting the Event Filter when subscribing to the WorkItemChangedEvent. I need to compare two values of the work item. For example, I want to know if the Assigned To field was changed. I tried the following: "CoreFields/StringFields/Field[ReferenceName='System.AssignedTo']/OldValue" <> "CoreFields/StringFields/Field[ReferenceName='System.AssignedTo']/NewValue" but notifications always are sent even if the Assigned To field didn't change. Am I doing something wrong Thanks a lot! I'm afraid the filtering only does comparisions with constants on the right side o ...Show All

  • Software Development for Windows Vista New Windows SDK installation

    Hi all, I intend to install the new feb ctp (rc, vs express,...,and windows sdk) and it is not clear (at least for me) the right order to install things. Besides, my OS is winxp pro sp2 and regarding windows sdk installation, i read (in the readme) something about uninstall previous versions of windows sdk, platform sdk. I have now installed the WindowsR Server 2003 SP1 Platform SDK (version 5.2.3790.0). Should I uninstall this sdk to avoid potential conflicts with the new windows sdk. Thanks in advance Hi Chico, Regarding order of installation dependancies...we've tried to remove as many of ...Show All

  • SQL Server Selecting maximum from a varchar field in a data flow

    I have a problem selecting maximum values inside a data flow, when the field is varchar. For example, I could have an incoming text file with following rows (the real life problem is a bit more complicated, but the idea is the same) ID Desc 1 Car 1 Truck 1 Bicycle 2 Horse 2 Cow Now I would like to group by ID, and have the maximum value from the Desc field, resulting ID Desc 1 Truck 2 Horse I tried to sort the data flow first with ID ascending and Desc descending, followed by sort with ID ascending and "Remove duplicate sort values" turned on. However, the sort does not seem to select the first Desc value it ge ...Show All

  • .NET Development Not Working In asp.net <DllImport("WININET.DLL", EntryPoint:="FtpPutFileA")>

    I want to Upload a file using ftp using WININET.I AM USING ASP.NET1.1 Its WORKING IN WINDOWS APPLICATION IN VB.NET. WHEN ITS TO IMPLEMENT IN ASP.NET its not working, It will work in local iis, If we Upload an application to web server(www),it will not work and if we call the application from another system in network it will not work Pls help me.Its Very urgent. I think <DllImport("WININET.DLL", EntryPoint:="InternetConnectA")> _ is working too in asp.net and creation of directory too Pls help me i am in big trouble Error come out as cannot Transfer file (file name url) <DllImport("WININET.DLL", EntryPoint:="Ftp ...Show All

  • Visual C# Custom HelpProvider to store help in SQL Server

    We have an app that we'd like to set up so that the help is stored in a database rather than a help file.  Can HelpProvider be used, or extended to use, ADO.NET or a Web service, to display help that's not stored in a file   Is there some documentation or sample that shows what has to be overridden if this can indeed be done   Thanks. Yes u can bind your hepl provider with ADO.net or web service. Suppose u set your help like this this.helpProvider1.SetShowHelp(this.zipTextBox, true); this.helpProvider1.SetHelpString(this.zipTextBox, "Enter the zip code here." ...Show All

  • Smart Device Development Howto create an Index for DataTable

    Hi, I'm searching for a method to create an index on selected fields in a System.Data.DataTable that is a member in a System.Data.DataSet. I have created the primary key but lookin' for a possibility to create secondary indices. In SQL thats not a problem ("CREATE INDEX...") but I have to work without SQL... Anyone out there, who can help Thanks in advance Reiner Ilya, thanks for the hint... best regards Reiner ...Show All

  • Visual Studio Team System ?!

    I have just installed the Team Suite. Now, should I be able to use it without the server Under File->New, I only see 'Team Project'. Is that how it is supposed to be If that is the case, I assume I now have to install the server part too. That wouldn`t be good... Thanks Rob. I apologize for not answering earlier, but I never got alerted about your reply. I decided to completely reinstall XP, Visual Studio... Btw, I dont remember choosing any profiles. I think the problem was caused by installing Team Foundation Server before installing Team Suite. Off the topic but... Is there a good tutorial on usi ...Show All

  • Visual Studio 2008 (Pre-release) Question about change in behavior

    In prior CTP/Beta releases of WPF attempting to add an element as a child of another element would fail if the element was still a child of some third element.  Has this changed   I am currently encountering a situation where adding an element as a child of another element suceeds even when it is already a child of the new parent element. For example: par.Children.Add(child); par.Children.Add(child); Would suceed.  The actual case is more complex so the above may not suceed, but some scenario is making the parent show the child twice in the Children collection.  This ends up creating a stack overflow elsewhere ...Show All

  • Software Development for Windows Vista navigate page/forms?

    Can I use workflow to navigate the order of forms(winform) or pages(web) Some code are apprecated. Tx Kha, This looks related to : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=164124&SiteID=1 Arjun ...Show All

  • Visual Studio Tools for Office Keyhook event handling at Word Document level

    Hi, We are on VSTO Customizations for Word 2003. We binded the XML Schema to the word document. At some of the nodes we need to capture the keys entered by the user and based on that we need to do some action. For that we have written KeyHook events. The following link is the source of our reference http://msdn.microsoft.com/msdnmag/issues/02/10/CuttingEdge/ For that we added filters and allowing the keyhook event only being fired based on the matching filters (or keys for which we enable firing). The keyhook event is getting fired when user presses a key (which matches filter conditions set) at the document window. ...Show All

  • Visual Studio Plugging in the SDC WiX tasks to Team Build

    One for the sdc team! I am trying to use the CompileMsi task from Microsoft.Sdc.Tasks, the documentation uses the following example:                     <CompileMsi                         SourceFiles="SourceFile1.wxs;SourceFile2.wxs"                         OutputFile="OutputFile.wxsobj"       ...Show All

  • Visual C# A C# Program Failed to initialize on friends computer, please help

    Hello all, I know this maybe a stupid newbie question, but I need help with it all the same, so please bare with me. I'm a graduate student in psychology who has a BS in computer science. I am currently writing a program in C# that I need to be able to give to other researchers to use. I wrote a beginning sample and when I sent the release .exe off to a colleague to check it out an error appeared when he clicked on it that said the program failed to initialize. Is this because he does not have the .Net framework installed on his computer If so, is there a way around this that I don't have to have all these different researchers go to wi ...Show All

  • SQL Server OLE DB Provider - Saving SQL UserName and Password error

    I have created an SSIS package, which uses an IBM OLE DB Provider for DB2 to access some data. In this case it is not possible to use Windows NT Integrated Security, so therefore I stored the username and password in the connection. It works fine for the current user,  but if I log on to Windows with another user and try to change the OLE DB connection I recive the following error:   Error 1 Error loading BaliAdslUge.dtsx: Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B  "The key is not valid" (in danish "Noglen er ikke gyldig for anvendelse i den angivne tilstand." ) . ...Show All

  • SQL Server Subreports don't work in 2005 that did work in 2000

    I have embedded subreports which use Parameter Driven Stored Procedures as their record sources which work just fine in Reporting Services 2000/SQL Server 2000 but do not work in Reporting Services 2005/SQL Server 2005. Is there something that has been updated that would cause this to be the case I have exactly the same problem. But instead of not working, it works in the preview very well, but in the data view it is not... ...Show All

  • Visual Basic checking properties of folders

    Hi all, I am trying to run some processes to tidy up our SAN storage.  A couple of the things I am struggling with are : 1)   Checking the security of the folder properties to check who the owner is 2)   Checking the security of the folder to check if "Inherit" is ticked 3)   Search a text file for specific text I already have a process to run SETACL to fix ownership and permissions, however this will run regardless.  What I want to do is first check the Ownership and permissions before I run the process. With regards to the 3rd point, the SETACL pipes the results to a text file, so I wa ...Show All

©2008 Software Development Network