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

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

Arunachalam

Member List

luke1234564759
JonnyDeep
DevMatt
Macavity452
kehoe
Pedro Rui Silva
Silkflour
Mrbaseball34
nesteroff
bbbbbbb
Nico.Kaiser
Armadillo
Alistair Black
MCMICKS
Erratis
Keith Rogers
psychogeek
R-man
Umut Alev
Juan.Faustino
Only Title

Arunachalam's Q&A profile

  • Visual Studio Team System TF30162: Task "WITs" from Group "WorkItemTracking" failed

    I got following exception during project creation after TFS installation. Here's my configuration OS : Windows 2003, SP1 TFS: Beta 3 Refresh Single Server Installation (Server is PDC as well) Here is the log: 2/22/2006 7:03:29 PM | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0 seconds 2/22/2006 7:03:29 PM | Module: Wizard | TF30227: Project creation permissions retrieved | Completion time: 0.0312508 seconds 2/22/200 ...Show All

  • Visual C# Output in console style possible?

    Hi, is there an easy way to include a control in my Window to display Information in a console style I have seen installers using such a Control, but i don't know which language they are written in. try this: textBox1.Multiline = true; textBox1.Height = 200; textBox1.BackColor = Color.Black; textBox1.ForeColor = Color.Gray; textBox1.ScrollBars = ScrollBars.Vertical; for(int indice = 0; indice < 10; indice ...Show All

  • Visual Studio Express Editions Configuration Manager In C# Express

    How to change Configuration Manager in C# Express 2005. I try to open Configuration Manager dialog box but Configuration Manager menu is disable. i try with this step: 1. Select Solution in Solution Explorer. 2. Choose menu Build - Connfiguration Manager am i miss something thanks. best regards, OktaEndy You need to reference the System.Configuration (version 2.0) library in your Solution References. ...Show All

  • Windows Forms GetSelectedRow from Datagrid

    I want to read the selected Row from a datagrid. How is this possible  Anything like: object mySelectedObject = gridControl.getSelectedRow() but I didn't find a way to do that !!! thanxx for help! THANK YOU!!!  I know you posted this last y ...Show All

  • Visual Studio 2008 (Pre-release) XAML Futures

    Is that possible to produce something like a main logo at: http://www.relate-software.com/uk/ using XAML I mean the shape itself and 3D effects as well Thanks. You could model a 3D shape like that shown. The rendering in WPF would be true 3D not the mock 3D shown. So the lighting would be more accurate in WPF, but require more hardware to perform well. For a single logo on a page it may not matter m ...Show All

  • Visual Studio Team System Check In: Operation not performed

    I'm getting the following error and can't find any help on it: TF14091: You cannot perform this operation on workspace ..... because you are not the owner of the workspace. I created the workspace, now I can't add files to source control. Where do I go about giving access or confirming I have access to the workspace. I have full administrative priviliges. Running VSTS2005. Thx for any help in advance. ...Show All

  • Visual Studio Check in web service that are already under source control for VS2003

    At this moment we are upgrading web services, that are already under source control, from VS2003 to VS2005. The upgrade is successful, but when we want to check these web services in VS2005 is complaining that the *.asmx is already under source control and stops with check in of the other files. For a web service we checked the other files in with our source control manager and reopened the project. VS2005 do not notice that these files (app_cod ...Show All

  • Visual C++ Convert char type to int

    Dear C++ Programmers How can I convert Char data type to Int data type , for sample when i use this code , it not work properly int MyNumber; char MyCharNumber='12'; MyNumber=int(MyCharNumber); it was return 49 or 51 to the int data type otherwise my char contain 12, please help me Do you mean how to convert a string to an integer type Converting from a char (a single character in C and C++) to an integer type is a ...Show All

  • SQL Server Advantages of Multiple Instances

         Where can I find advantages of Multiple Instances on a single Server.   Instances are fairly well isolated from one another. They can run under different service accounts, store data by default on separate disks, etc. In 30 second of looking through BOL I couldn't find a good summary description of instances but I bet it's in there somewhere. Do you have a more specific question ...Show All

  • .NET Development Visual Studio 2005 Beta 2 - Trouble with System.DirectoryServices Reference

    We have an ASP.NET web-app here at work that employs a Forms authentication method to authenticate against our Active Directory. So far all it does is allow a user to log in and out. It's supposed to slowly evolve into an interacive helpdesk website but I'm really stuck on this error. The program worked fine and users were able to log in and out when it was only created under Visual Studio .NET 2003, but the problem starts with the VS2005 B ...Show All

  • SQL Server Partitioned view & computed column..

    Hello, please enlighten me regarding an issue with partitioned view... There are 3 tables in my DB of a similar structure: CREATE TABLE Table1 (value1 varchar(1)) CREATE TABLE Table2 (value1 varchar(1)) CREATE TABLE Table3 (value1 varchar(1)) INSERT INTO Table1 (value1) SELECT 'a' UNION SELECT 'b' UNION SELECT 'c' INSERT INTO Table2 (value1) SELECT 'a' UNION SELECT 'b' UNION SELECT 'c' INSERT INTO Table3 (value1) SELECT 'a' UNION ...Show All

  • Visual Basic Use ViewState easier...

    I'm sure many of you have used ViewState in your controls. I see it all the time in walkthroughs and examples. The thing is that each time someone uses it they put in all the code nessesary to check if there is a value and set it to a default if there is not one... (There are a few variations of doing so) Public Property Text() As String Get If ViewState( "Text" ) Is Nothing Then ViewState( "Text ...Show All

  • Windows Forms Get current Window handle count for current process

    Is there a way to get the current window handle count the current process is using   Thanks, Jim Do you mean just of the current window within the process and nothing else If not... Have you tried the HandleCount property of a Process instance ...Show All

  • .NET Development XmlDsigExcC14NTransform

    Hi I am trying to find hash value based on part of a xml documnet. here is my code:         Dim myDoc As New XmlDocument         Dim fileNAme As String         fileNAme = Server.MapPath("Test.xml")         myDoc.Load(fileNAme)         Dim Forms_Xpath As String = "/ ...Show All

  • Visual C++ August CTP

    I arrived late to this party starting with the July Professional CTP from MSDN 4 weeks ago. In that time I've found and reported 3 significant bugs. I've been waiting for the August CTP to kick its wheels but now I find that it's by "invitation" only. Given that I'm actively participating in this beta trial - how do I get an "invitation". Alan The August CTP of the Express editions are available to anyone: ...Show All

©2008 Software Development Network

powered by phorum