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

Software Development Network >> Anand Kalyanam's Q&A profile

Anand Kalyanam

Member List

rnaumann
Steve Wright
Peer Larsen
MHerlund
Michin1
David Reynolds
jvrobert
PeteJones
Tommi S. Laukkanen
Benedito Santana
vishwas_udy
tcalbrecht
LuvWhiteSand
JoshGough
Robert Ingebretsen MSFT
Ivo Manolov -- MSFT
ashishbhatt12
David Portas
Newsco
Knuckles
Only Title

Anand Kalyanam's Q&A profile

  • Visual Studio Team System VS2005 TS RC VPC extraction error

    I have downloaded the file " Visual Studio 2005 Team System Release Candidate VPC (English)", when I extract it, error prompted "Some installation file corrupt. Please download a fresh copy and retry the installation THe extraction error shown in the WinRAR self-extraction box is CRC failed in VSTSRC1.vhd............(this line are in red colour) I have tried to extract the file on different platform but the result is the same!!!!!! Even I downlo ...Show All

  • Visual Studio Express Editions Pb with parameters in a QUery

    Hi, In "TableAdapter Query Configuration Wizard" I try to create a Query with a parameter like : Select field1, field2, field3 from MyTable where Field1 = @Field1 And it sends me an error : Unable to parse query text Can you help me for this pb. Thanks When using field and table names that might conflict with reserved words or keywords you should enclose those names in square brackets: "Select [field ...Show All

  • Visual Studio Express Editions SmtpClient MailMessage Preview

    I'm converting an app from a Win32 Pascal to .NET 2.0 c# The old program used MAPI Calls, etc to login and send emails I am able to convert the mail send functionality fine, but is there a .NET equivalent to the MAPI_DIALOG flag to preview the email before it actually sends Thanks, David You might want to have a look at the networking and communications group to see if one of those guys might be able to help. http://forums.mi ...Show All

  • Visual Studio Express Editions yo, i am not able to make a deletion using the default Binding navigator.

    Hi, I am a beginner in using visual basic 2005 express edition. And I went through the tutorials. But when coming to 'Connecting to an Existing Database' part, I encounter the problem which I am not able to update the changes to the database. When i tried to delete a record, the change is not made to the database. So everytime when i press F5 again, the data will be get back to the old one. I understand that t ...Show All

  • .NET Development 2005 IDE bug ???

    Here is an odd behavior i'm experiencing with the new 2005 IDE in Visual Basic. I have screenshots to prove this but I just noticed we cannot add images to these posts, so I will try my best to explain the problem: Recently, during debugging, as I step through code, the debugger seems to "catch" exceptions on the weirdest places, but when I look at the exception, nothing is declared. Let me explain with an example... ...Show All

  • Windows Forms Problem with visual inheritance

    Hi folks I'm trying to develop a simple heirarchy of dialogs. The base form contains standard OK/Cancel buttons whose parent is a panel docked to the bottom of the form. I've checked the generated code, and they have been placed correctly as children of the panel. When I build the project, the positioning of the buttons on the derived forms changes somewhat randomly within the panel. Sometimes they place themselves partially or entirely off LHS ...Show All

  • SQL Server Cannot create a connection to data source !!!!!!!

    I cannot get this error resolve either for myself or any users, and I'm actually part of the Admin group!  Furthermore, a user with whom I'm tring allow to view this report keeps getting prompted for their windows username and password.  I thought that since this datasource was set to Windows Authentification that it would just pass it through I'm pulling my hair out at this point: Screen Shots: ...Show All

  • Visual Studio Add-in TextEditor with syntax coloring and content assistance

    Hi all! I have a big and very urgent problem, and I need Your help: I need to make an add-in to Visual Studio .NET. It should be a simple editor, with syntax coloring and content assistance. The problem is I don't know how to start. I can't find anything like TextEditor class or something like that.. I think that there should be some class, like TextEditor, which should use something like RuleBasedScanner, for detecting specific token in te ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mouse intersect plane (Full project available)

    Hi, this has been driving me nuts for weeks now, im trying to get the point where the mouse intersects a plane. I have to have this project for college done for thur and i im just stuck. If anyone can help it would be excellent, i have created a simple test project to show what im doing, Download (118kb) Thanks for any help, -Dave Have you already looked at the Pick sample in the DirectX SDK It doe ...Show All

  • Visual C# byte Arrays in C~

    Hi I have been trying all day to get this routine to work. The scenario: I am writing a database import routine to take a badly designed Access database reegineer it and put it into a SQL Database. The Access Database has a table called Masterdatabase and for each row in the table there is a value in the column 'PreBurnPosition' this holds a bmp image in an OLE Object field. There is also a table called Diagrams which also holds these bmp ...Show All

  • Visual C# Dynamic creation of an instance by name

    I am trying to do some reflection which includes creating an object via reflection.  I know the name of the class, I just want to dynamically create the class via the name (and assembly if necessary.)  I don't want to switch on the text name of the class and hard code the creation of the class, I just want to get a reference to a new object of some type that I specify via a string.  Anyone done this   I know you can do this i ...Show All

  • Visual C++ FtpGetFile status process

    I use FtpGetFile to get a file from a ftp server and I want to out put how many percent the process complete. I do not know how to get the status. Any one have a sample code will be very appreciated. http://msdn.microsoft.com/library/default.asp url=/library/en-us/wininet/wininet/internetsetstatuscallback.asp It looks like you can specify a callback. ...Show All

  • Visual Studio Express Editions Problem on Sorting Strings

    Hi, I have this problem on sorting strings. I want to sort the Strings in ascending order. Here are my strings: A,1111 B,3333 C,2222 D,3333 A,3333 B,2222 C,1111 D,2222 A,2222 B,1111 C,3333 D,1111 I am getting them from a text file. How can I make it look like this: A,1111 A,2222 A,3333 B,1111 B,2222 B,3333 C,1111 C,2222 C,3333 D,1111 D,2222 D,3333 I have a code already but my results are like this: A,111 --->>> Sorted Elements - Provis ...Show All

  • Visual Studio Team System Check In Policy to ensure that code builds

    Is there a way to configure TFS to require that changes being checked in must produce a succesful build Yes there is.... the stupid thing though is that i don't have my dev PC handy here so i don't know exactly how Lets give it a try though: Right mouse click on your project in the Team Explorer. Choose for the setting that says something like "Source control settings." Now i think there ...Show All

  • Visual Studio Team System 503 Service Unavailable

    Guys, I'm having some problems with our TFS install. It was working fine until a couple of days ago when the SQL DB started getting transaction log is full errors on workitemtracking db. Most things were still working but yesterday when I tried creating a new Team Project I got the same error and it also said TFS could not rollback. So the project did get created since I checked in the DB tables. Well the problem was found to be that SQL serv ...Show All

©2008 Software Development Network

powered by phorum