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

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

PadmaKiran

Member List

timseal
Ariel Weinstein
AndyP
IanBlackburn
WhatIsBigBang
Dafrapster
Ronan_g
Jonx
hazz_ardz
Garrett Fitzgerald
jsmahesh
andyroz
Tesfaye
rogsonl
Shinya Watanabe
ultrabit79
KhurramShahzad
MichaelS
Luke81
taumuon
Only Title

PadmaKiran's Q&A profile

  • Software Development for Windows Vista Problem: Install Vista 5308 on Virtual PC?

    I need to install Vista on a Virtual PC to test installation and running of some current apps I've developed. When I try to install Vista, it boots from the DVD I provide but when I "Install Now (->)", I get an error dialog box: Also, The latest Beta 2 installs without any problems at all and works fine under Virtual PC (so far as I can determine). ...Show All

  • Windows Forms Reading data from a cell in datagriview

    Hey I use datagridview in visual basic 2005 and i have filled it up with data (read only) and now i would like to select a row and my program should read the number in the first column of that row. But how do i get it to read a value that can be stored in a variable I cant seem to find anything about it. DataGridView class has a property called rows, which contains cells. You can access what you need f ...Show All

  • Visual Studio Express Editions cl broken

    Hello,  I'm tring to compile an image processing library (DCMTK) with CMake. CMake performs a check for a functional compiler (cl) and allegedly tries to compiles a test program. This part of the process is failing  - giving me a message  "cl is broken". I'm assuming that the CMake files provided by the DCMTK guys is correct and that I've missed something in my VS2005 Express set up. Does anyone have any ideas Thanks ...Show All

  • .NET Development Compare time

    Hi, Im having a lil question. Im trying to compare 2 times with eachother. One time is in an xml file. The other one is the time at this current moment. If the time is older than 1 month, it should remove a whole table from the xml file. This is the code i produced so far: static void Main(string[] args) { try { DataSet xmlFile = new DataSet(); xmlFile.ReadXml("test.xml"); foreach (DataRow dateR ...Show All

  • SQL Server Help with SSIS error

    I execute my package to transfer a full database SQL 2000 to SQL 2005, and the transfer fails with this error: TITLE: Microsoft.SqlServer.DtsTransferProvider ------------------------------ ERROR : errorCode=-1071636471 description=An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "Arithmetic overflow error converting numer ...Show All

  • Visual Studio Team System load test without agent

    Hi, I am testing a web app without the load test agent functionality. I have 2 web servers load balanced. Is there anyway of using the ip switch functionality without having the load test agent installed At the moment all my traffic is going to the one webserver as the load balancer is doing its job correctly as its balancing on ip address. The ip switching funcionality is only available with using the Load ...Show All

  • Visual Basic Visual Studio 2005 project in 2003

    In my class we must use Visual Studio 2003, but I am extremely excited that I have recently got a copy of Visual Studio 2005 Standard Edition (Microsoft presentation in my city).  I have been told that there is a way to save a project from 2005, and then open it in 2003, but I have been unable to find where this feature is hiding.  Any help is much appreciated. Thank you, Chris Dwyer foulplay2@gmail.com VS2005 did not exist when ...Show All

  • Visual Studio Team System Whidbey FxCop 1.32 ignores certain methods ?

    Does the Whidbey FxCop 1.32 have built in intelligence for ignoring certain methods I ask because I have various rules which check ASP.NET generated assemblies. They run fine using the .NET Framework 1.1 FxCop 1.32 but when I run them on ASP.NET 2 assemblies using the Whidbey FxCop 1.32 none of the private generated methods are visited. This makes me wonder if they are being deliberately excluded. Guy We can chan ...Show All

  • Software Development for Windows Vista Mail to James Conrad

    Respected Sir, I have a problem with the example code for ASP.net Workflow example which was given in the Windows Workflow offcial site private void StartWorkflow() { // Define the parametes for the Dictionary < string , object > parameters = new Dictionary < string , object >(); parameters.Add( "FirstName" , txtFirstName.Text); parameters.Add( "LastName" , txtLastName.Text);   WorkflowRuntime workfl ...Show All

  • .NET Development Suggest Collection

    I need a collection for the following purpose: 1. Should be key based 2. contains single value 3. Iterate and read the value 4. manipulate the value for a key, if reqd, after reading while iterating I cannot use any IDictionary collection(ex: Hashtable) as the pt 4 will not suffice. Please suggest which collection I should opt for. Thanks and Regards, //Samik. ya.. I avoided enu ...Show All

  • Visual C# running an application from resources

    Hi i embbed a application as resource.. can i run that app from the resources.. or how can i now extract and put it some where that app and run it.. please post some sample code How did you store the application as a resource As a byte array If so, then I would use the Assembly.Load method to load the assembly into your process's memory, use the CreateInstance method to create an instance of the assembly and then invoke the method that ...Show All

  • Smart Device Development Bluetooth connectivity?

    Hi there. In .NET 2.0 (and also 1.1) is there a way I can transfer/recieve files via bluetooth I guess we could open the serial port for COM7/8 (the bluetooth COM ) in .NET 2.0 but how would we do this in .NET 1.1 As well as this, How would I be able to transfer/recieve a file I have done things like this (transferring) using serialization and so on but I am wondering if we, I assume we do, use the network stream to get the byte ...Show All

  • Visual Studio bscedt build error with VS2005 SDK Sep 05 CTP and VS2005 RC

    I have installed VS2005 RC and the Sep 05 CTP SDK. Building the bscedt sample gives the following error: ..\BscEdt.idl(57) : error MIDL2025 : syntax error : expecting a type specification near "_DTE" interface IBscEditor : IDispatch { [ propget , id (1), helpstring ( "property DTE" )] HRESULT DTE([ out , retval ] _DTE* *pVal); Is this an incompatibility between VS2005 RC and the SDK Thanks, Zartaj ...Show All

  • Visual C# Error sending filled form via email

    This is the code I use to send my form via email: protected void sendMail(string strFrom, string strBody) { //create the mail message MailMessage mail = new MailMessage(); //set the addresses mail.From = new MailAddress(strFrom); mail.To.Add("myEmail@myDomain.com"); //set the content mail.Subject = txtSubject.Text; mail.Body = strBody; mail.IsBodyHtml = fal ...Show All

  • SQL Server SPIDs blocking itself

    Running sp_who2 on our SQL Servers during peak time (where more data come in), that the same spid is displayed multiple times and some of them blocking itself. DISKIO and Lastbatch on all these will the same, while the CPUTime are different. This is how the result of sp_who2 looks: SPID        Status         BlkBy      Command  ...Show All

©2008 Software Development Network

powered by phorum