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

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

Jithendrian

Member List

Pinnaka Syam Babu
Surezsu
LennardF1989
blindi
Alex Stevens
faith2006
Markus Fritz
kangalert
Tryin2Bgood
bobbins
Calvin Bell
Sameer C T
dusda
0xDEADBEEF
Kevin Rodgers
connect2sandeep
Nick Palmer
mrmckeb
James Stetson
twychopen22
Only Title

Jithendrian's Q&A profile

  • Visual Studio Help crashes Visual Studio 2003

    I am a computer science major at a university that has Visual Studio 2003 available through the MSDN academic alliance. I installed VS without the MSDN library for an assignment and everything was great, then when I later tried to install the library it won't work. If I try to directly open the library, a message comes up saying "updating help..." then Document Explorer crashes. If I open VS the same message comes up and the whole program crashes. I can get to VS by clicking on a file that is normally opened by it, but as soon as I do anything that changes settings or causes the help update message to come up, it crashes. I downloaded a free alternate to Document Explorer, and can look at the library just fine with it, but this d ...Show All

  • Software Development for Windows Vista Vista Compatibilty with Access

    Morning, Over the past ten years my department have been creating bespoke applications that in same cases required using an external small data source. Access was the database use in most cases using 95, 97, 2000 and 2003. I know Vista is a little off being ready but is it known yet if any of the above will be incompatible with Vista so we can have time to perpare the changes required. Many thanks, Dan Wright ...Show All

  • Windows Forms how do I conditionally change a DataGridViewButtonColumn?

    I'd like to change the text and disable the column if a certain condition is true in the row. What events or methods should I be altering Hi, As I said, when to check the condition is all up to you. You may check it after the data is loaded or updated everytime. Because your conditions are related to your business rules, you'd better not hard-code the rules. Write the rules in another file, therefore you have more flexibility. ...Show All

  • .NET Development Separating Schema and Services during versioning

    I have my WSDL contract from my web service. I want to separate my services and data definitions and make these static across versions. I followed this MSDN article , but despite most people referencing it when discussing this topic, i don't find it particularly clear. I also looked here , but as this guys next article was suppose to discuss this and he never got round to writing it i suspect he also had some problems. Firstly, I have two versions and so i have my types defined under two namespaces - fine. I extract these type definitions into v1Types.xsd and v2Types.xsd. I then redefine the wsdl:types element as follows: <wsdl:types> <s:import namespace=" http://myns/v1/ " schemaLocation=" h ...Show All

  • SQL Server ADO.NET SP throws ArgumentException after migrating to SQL 2005 Standard

    I just migrated a database from SQL 2000 Developer Edition on W2k Server to a production machine running SQL 2005 Standard on W2k3 Server Standard. A Web Service was also migrated from .NET 1.1 on the development machine to .NET 2.0 on the production machine. Since the migration, a stored procedure that worked on SQL 2000/.NET 1.1 now throws a System.ArgumentException: "No mapping exists from object type System.RuntimeType to a known managed proider native type." This occurs with a date value - the stored procedure is filled from XML data the Web Service receives from the client program by a generic subroutine that recognizes the applicable table names and primary key column names, selecting the appropriate stored procedure ...Show All

  • Visual Basic Office Interops

    Hi, not sure if this is the correct forum, but here goes: My VS2005 VB application uses excel interop 11.0 library to communicate with excel 2003. In the publish settings I have interop.dll as a required prerequisite (auto). The problem I'm having is that some users naturally have different versions of excel & I'm not sure how to get over this. The application will not run without the assemblies - it gives an error: "The application requires that assembly ...interop excel version 11.0.0.0 be installed in the GAC first". Where they have excel 2003 it's a simple matter of running O2003PIA.msi, but I now have users with 2002 & 2007. Can I change the publish settings to include the dlls Will this then instal ...Show All

  • SQL Server sql express edition

    Hi I'm using sql express edition with vb express edition 2005 and when I try to run to program it is attached to the server goes down. I can refresh it an it will show that it is back up but I still can't save information to it. Can someone please email me and let me know if there is a setting I have to set to get it running when I run the program thank you Larry Hi, Could you post the error message!!! Or describe your question properly so that we can understand. You have wrote "server goes down" , means When you try to save information what error it gives Hemantgiri S. Goswami ...Show All

  • .NET Development GetFileSystemInfos() does not seem to return file names

    I tried following code to search and delete all .PDF files from a folder and its subfolders. But it does not return any file at all, even though PDF files exist in its sub-folders. I can see those files when I use Search function of the Windows Explorer. How can I correct my code please String directory = @"W:\Dev\PDF"; String searchString = "*.pdf"; DirectoryInfo dir = new DirectoryInfo(directory); if (!dir.Exists) { throw new DirectoryNotFoundException("The directory does not exist."); } // Call the GetFileSystemInfos method. FileSystemInfo[] FSInfo = dir.GetFileSystemInfos(searchString); // Iterate through each item. foreach (FileSystemInfo ...Show All

  • Visual Studio Team System Add FireFox to browser mix

    How do you add FireFox 2.0 to the browser mix for load test Can you please explain more about browser definitions or point to me some documentation/ref etc The posts regarding how to add newer browser type was helpful however I want to understand how this works internally. I am trying to figure out if can we use this feature to test load for a Windows Mobile 6 browser (IE Mobile) as we have apps running on Smartphone browsers. (currently on Pocket PC 2003 and going forward Windows Mobile 5/6). Thanks. ...Show All

  • Visual C# Email messages displayed without the HTML tags

    Hi: 've written a report using Visual Studio 2005 that includes the body of email messages stored in a Microsoft CRM system. I now need to format this field so that it simply displays text and not all the html code. I can't find a way to do this! Can anyone help Maria ...Show All

  • Visual Studio Team System Limit to amount of characters that FxCopCmd will take as arguments?

    Hi, I'm running FxCop 1.35 from VS2003, and if my argument list gets too long, FxCopCmd throws an error. In the output window I can see that after a certain amount of characters, my argument line gets chopped, causing the error. As soon as I shorten the argument line (by moving my rules to a different location, like d:\rules) everything works fine. Not sure if this is a VS problem or an FxCopCmd problem. Anyone else experienced anything like this Incidentally, I could shorten my arguments if I could figure out some way to combine something like $(ProjectDir) and "\bin\Debug". Anyone know the syntax for this Much Thanks, Henri This is likely a limitation of Visual Studio. FxCopCmd ...Show All

  • SQL Server Context Search

    Hello, I have a web application that I need to search based on what the user entered in the input box. e.g when the user enters in the box something like "Brain Boom" I need to search the column in the DB table where there is anything word like Brain or has Boom or all the above. How will I accomplish this Thanks Since these values are in one Text box, How would I know that there are two words in the text box Do I have to always loop through the text box to check if it is a tab/comma delimited list ...Show All

  • SQL Server FOR XML Clause TYPE option

    Hello, Could anybody tell me if it's possible to named the result of this query SELECT User_Id, Name, Surname, Age, Nationality FROM [Basic Data] FOR XML PATH, TYPE, elements, root('AllPrimaryData') The result of this query is an XML Document in a column without a name and I'm trying to name it but I can't. Could anybody help me with that Thanks a lot. Try something like this: select nameOfColumn from ( SELECT User_Id, Name, Surname, Age, Nationality FROM [Basic Data] FOR XML PATH, TYPE, elements, root('AllPrimaryData') as myXMLTable(nameOfColumn) or do it with a CTE: with myXMLTable(nameOfColumn) as ( SELECT User_Id, Name, Surname, Age, Nationality FROM [Basic Data] FOR XML PATH, ...Show All

  • Visual Studio Express Editions DetailsView & GridView with AllowSorting="True"

    Hi... I need join a DetailsView with GridView and my DetailsView.AllowSorting = "true" protected void GridView1_SelectedIndexChanged(object sender, EventArgs e) { This solution was posted in this forum but it isn't work when AllowSorting = "true" //DetailsView1.PageIndex = GridView1.SelectedIndex; This solution return a big error, Why SqlDataSource2.SelectCommand = "SELECT * FROM emp where empno = " + GridView1.SelectedDataKey.Value; } Thanks To get a good answer, be sure to post ASP.NET questions at forums.asp.net and to tell us exactly what kind of error you get; "big error" isn't enough. Forced to guess: try GridView1.SelectedDataKey.Value ...Show All

  • Visual Basic Visual Basic Express application stops before showing form on another computer

    I have now tried 3 separate applications, one being just a simple form with no underlying code at all. All three applications will run fine on my Dell desktop (XP) and Dell laptop (2000) but will not run on my Toshiba laptop (XP). I do the development on my desktop so I cannot run debug on the Toshiba laptop. When I run the applications on the Toshiba, the process explorer shows it starting and immediately stopping. Placing a few log statements in the code, I noticed that the application is stopping when the form is trying to display. Load form is working fine but show form does not seem to be. This must be a configuration issue with the Toshiba as it is the only computer that does not work. However, I have done all MS ...Show All

©2008 Software Development Network