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

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

rajithakhandavalli

Member List

Scott Kennedy
bill4012
John Paul Fullerton
gmork
Hafiz78664
JBaynton
Attila Fogel
mystical
ZaceOne
mcl7cdm
GaryM
Piotr Krakowiak
Chris.G
Anders Sneckenborg
Pramod
Paventhan
ShreyN
Ken Culp
TAG275
pixelpajas
Only Title

rajithakhandavalli's Q&A profile

  • Visual Studio VS 2005 Setup Errors

    I am trying to setup "Visual Studio 2005 Team Suite Edition Beta 2- English" on my machine. I am currently have vs 2002 and vs 6.0. It says.. The following component failed to install X Microsoft .NET Framework 2.0 Beta 2 The following component was not attempted X Microsoft Visual Studio 2005 Team Suite Edition Beta 2- English Error Log [06/08/05,16:57:30] VS Scenario: [2] *** Blocking Components exist and must be satisified before continuing to install *** [06/08/05,16:57:30] VS Scenario: [2] Windows XP Service Pack 2 Update Information [06/08/05,16:57:30] VS Scenario: [2] *** End of Blocking Component List *** [06/08/05,16:58: ...Show All

  • SQL Server Cannot create a report - VS 2005/SQL 2005

    I cannot seem to create a Report based on an SQL Server 2005 database. The IDE and the database server are on the same machine. The reports server is installed and running. During both installations (VS and SQL Server 2005 ) I opted for the complete install. I create a reports project - when I right click the reports folder and select Add New Item > Report - nothing happens. When I invoke the Report wizard and continue till the last step - pressing finish generates the following exception : =================================== Exception of type 'System.Runtime.InteropServices.COMException' was thrown. (Microsoft Visual Studio) ---------- ...Show All

  • Software Development for Windows Vista Installing ISA Firewall Client in Windows XP 64 Bits

    Hello, My name is Rubens, I'm from Brazil... I have a MS ISA Server 2004 in Windows 2003 Server 32Bits, but, I have a workstation running Windows XP x64bits, I Can't install MS Firewall client in this machine, because my version is 32bits Where I found 64 bits for this version(64 bits) Firewall client I hope you answer!! Thanks!!! Rubens G Araujo rubens_ga@hotmail.com ...Show All

  • .NET Development Populate DataSet from CSV

    Hi there! I'm trying to populate a DataSet from a CSV-File. The CSV-File looks like: "Name";"Given name";"Department";"E-Mail";"Telephone" "Test";"Test";"Dep 1";" Test@Test.com";"+49  555 555 555" And my Code looks like this: string  strConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + System.IO.Path.GetDirectoryName(strFileName) +";" + "Extended Properties=\"Text;HDR=YES;FMT=Delimited\"";   System.Data.OleDb.OleDbConnection conText =  new  System.Data.OleDb.OleDbConnection(strConnectionString); new  System.Data.OleDb.OleDbData ...Show All

  • Visual Studio Team System Error in creating a work item via the webservice

    Hi, I am writing a java webservices client to interact with the work item database. I have written some test code to try to create a new work item in the database. I used a packet sniffer to figure out exactly what parameters need to be set in the soap calls. Anyhow I am getting the following error from the server. Can anybody help me figure out what is causing the error thanks.. faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client faultSubcode: faultString: System.Web.Services.Protocols.SoapException: Forcing rollback ---> Microsoft.TeamFoundation.WorkItemTracking.Server.ValidationException: Forcing rollback ---& ...Show All

  • SQL Server Can not attach SQL Server 2005 Express database

    I got the folllowin error while trying to attach database. The directory is there... TITLE: Locate Database Files - H001335\SQLEXPRESS ------------------------------ C:\Documents and Settings\Administrator.H001335\My Documents\Visual Studio 2005\WebSites\Import\App_Data Cannot access the specified path or file on the server. Verify that you have the necessary security privileges and that the path or file exists. If you know that the service account can access a specific file, type in the full path for the file in the File Name control in the Locate dialog box. ------------------------------ BUTTONS: OK ------------------- ...Show All

  • Visual Studio Team System Creating work items.

    Hi, I'm relatively new to TFS and from what I have seen so far it looks great. I have a question for you all though. As a developer it is easy for me to log bugs / enhancements (aka WorkItems) by using the Team Explorer from inside VS 2005. I was wondering though, what is the method a help desk / support engineer should use These people won't have VS installed on their doesktop. And how about consultants, these people are often on the road most of the time; is there some sort of default web site in the portal that allows people to create WorkItems Thanks for you help Graham In addition to the Team Expl ...Show All

  • Windows Forms Disable the X

    Is there anyway that i can disable the X close button but i still want to have maximize and minimize. I just want X to be either gone or X to be grayed out so it can't be used. hi, I tried out this coding. but i am getting this error. 'User.CreateParams': no suitable method found to override Can u suggest some solution for this. Thanks.. ...Show All

  • Visual C# C# Process Events

    Hi all I am workign on a program that acts as an installer for multiple programs. My program simple runs other install programs as processes from C#. I was trying to use the process.Exited event in order to trigger the next step of the installation, but this event never seems to get triggered even when the processes is finished and terminates itself Does anyone know why this is and a solution to it. I need a way to control the different steps in a linear fashion and prevent multiple processes from running simultaneously. I would use the .WaitForExit() method but this prevents my windows form from refreshing and placing a different object on ...Show All

  • Visual Basic Calling a sub while reading an array?

    I'm not the most sophisticated programmer, so you'll have to forgive me as I may be approaching this totally incorrectly. One of the programs I'm working on now deals with Morse Code and different methods to output data to the user in Morse Code...example, PC beeps or with wav files. The concept is this: User selects output method, user selects demonstration and clicks play. The demonstration directly corresponds to a specific file. Read in the file when the user clicks play and then sound the file one character at a time (including spaces) via the output method chosen by the user. I've got almost everything working but I'm ha ...Show All

  • Windows Forms Streams and Serialization

    Stream I-O I am trying to do the following: 1. Serialize a simple object to a stream and then write the stream to a string 2. Change the string back into a stream then deserialize it into the original object Something wrong with GetObjFromString function: I do not seem to be able to change the string back into an object. Probably something simple but I ...Show All

  • SQL Server How to show the border of the table?

    hi, How to adjust/display/hide the table border(including all cells) I see in the property page, there is a BorderStyle for the table, but it only changes the outline of the table border style, I want to change the border style including all cells, like we did in html page, is there an easy way to do this, or I have to make the setting for all cells Thanks   Oh... When I created a report table by the wizard, it can be set to have the gridlines. From the rdl file, seems it sets this for each cell, not the whole table. ...Show All

  • Visual C++ Running a signed managed assembly with an unsigned unmanaged dll

    Hello, I have an unsigned (no snk), unmanaged DLL from a 3rd party supplier written in C++. I have written an assembly in Visual C++ (using managed extensions) that invokes functions in the DLL. This assembly has a strong named key. When I try and invoke the application (it is a web app) I get the following error message: Could not load file or assembly '<signed assembly>' or one of its dependencies. Strong name signature could not be verified. This is because, I think, the DLL is not signed and hence cannot be loaded into component services (the managed assembly inherits from EnterpriseServices). It used to work under Visu ...Show All

  • Visual Basic How to specify Directory for a FileStream

    I am trying to read and write a image using a "stream" from one directory to another directory and need to know how do you specify the directory....   Dim ImageStream As IO.FileStream Dim ImageFile As IO.FileInfo Dim ImageByte() As Byte   '**** please specify here how to ADD directory and FILENAME ********* ReDim ImageByte(ImageFile.Length) ImageStream = ImageFile.OpenRead ImageStream.Read(ImageByte, 0, ImageFile.Length) ImageStream.Close()       ' do I close the stream   ****** I'm probably missing something here too ******** ImageStream = Imag ...Show All

  • Visual Studio Express Editions PSDK Installation Problem

    I use Microsoft Visual C++ Express Edition on Windows XP SP2 and I wan't to download Platform SDK.Very good....I have downloaded the PDSK file and start the installation.But at 50% of installation I receive a error: "A necesary file from C:/Windows/Installer is corrupted." But I have an antivirus (BitDefender 9 Internet Security) and I have tried on another Windows XP system from my computer (I have 2 Windows XP) an I received the same error.What I can do Help me.... PS: I don't speak very good english because I am from Romania, and I am 15 years old sorry...................it says that that ...Show All

©2008 Software Development Network