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

Software Development Network >> Raghu Deshpande's Q&A profile

Raghu Deshpande

Member List

Manolis
Lee Gillie
guilhermecvm94558
Leslie Mason
2326ac
Thomas Petersen
Serapth
Turfnsurf4me
DQM
Dordorgum
Jeff-B
LalitBoliya
Daniel_Geo
RobDever
SudriptaRakshit
PramodJ
Steve98796
David Graton
Harri Pesonen
Dave198026
Only Title

Raghu Deshpande's Q&A profile

  • Smart Device Development Error message - ObjectDisposedException - MS Win Mobile v5

    i am getting an error message when running a small Auto Updater application. it is based upon MS. NET Compact Framework Sample : Auto Updater and uses the exact same code to download and install onto pocket pc the auto updater application downloads a cab file and installs it onto the pocket pc - this all works fine on MS pocket PC version 4.20.1081 but when i try to run the auto updater on a pocket pc using MS Win Mobile v5 - the application does download the cab file and then installs it. but then i am presented with this error Updater.exe ObjectDisposedException WaitHandle::CheckResultInternal+0x1c ManualResetEvent::Reset+0x11 TASK::Wait+0x18 Control::Invoke+0x83 frmUpdate::OnDataRead+0xa9 LazyAsyncResult::InvokeCallback+0x ...Show All

  • Visual C++ LNK2001 unresolved external symbol error !

    HI I am compiling a project in VC++ 6.0 and these are the errors: Linking... LINK : warning LNK4049: locally defined symbol "_exit" imported LINK : warning LNK4049: locally defined symbol "_printf" imported LINK : warning LNK4049: locally defined symbol "_sprintf" imported LINK : warning LNK4049: locally defined symbol "_free" imported LINK : warning LNK4049: locally defined symbol "__getcwd" imported LINK : warning LNK4049: locally defined symbol "_calloc" imported LINK : warning LNK4049: locally defined symbol "_fclose" imported LINK : warning LNK4049: locally defined symbol "_fwrite" imported LINK : warning LNK4049: locally defined symbol "_fopen& ...Show All

  • SQL Server KB918222 Windows 2003x64 R2 fails

    When I try to apply this post SP1 patch to SQL Server 2005 x 64 on a Windows 2003x64 R2 system it fails everytime. The following is the HOTFIX log: 07/12/2006 15:02:06.781 ================================================================================ 07/12/2006 15:02:06.781 Hotfix package launched 07/12/2006 15:02:08.046 Product discovery successfully completed during the install process for MSSQLSERVER 07/12/2006 15:02:08.046 SP Level check successfully completed during the install process for MSSQLSERVER 07/12/2006 15:02:08.046 Product language check successfully completed during the install process for MSSQLSERVER 07/12/2006 15:02:08.046 Product version check successfully completed during the install process for MSSQLSERVER 07/12/2 ...Show All

  • Visual Studio Express Editions Database search

    This has probably been asked and answered before but here goes. I have set up a login for my application and need to serach my database for username/password combination. Neither of which is the primary key. This is the code I have come upi with so far but it doesn't work! I have used username/passwords that are in the database so it should work. Please can anyone help me Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim user As String = Me .UserName.Text Dim password As String = Me .Password.Text If user = "Admin" Then ElseIf password = "pass" Then Dim myAdminMainForm As New MainForm ...Show All

  • .NET Development access sql server database with vb

    hi, i'm currently working on a vb.net application doing simple accessing processes to a sq server database. can you please help me with some code on connecting, selecting, inserting and others resources would be great too. thanks in advance dave thanks ahmed, these links will come in handy ...Show All

  • Visual Studio Crystal Reports XI and Visual Studios 2005 Questions?

    OK I have read a lot of post here that lead me to believe CRXI is not compatible with Visual Studio 2005. Or should I say not till CRXI r2 comes out in which case it will support VS2005 .net Framework 2.0. On a Project that is updated to VS2005 from VS2003 and CRXI for the most part went very smooth.   Except and for me this is major CR Version is 10.2.3600.0 in VS2005 where as it was VS2003 it is Version 11.0.3300.0 for me. Ok from all the post I understand this has dumbed down my reports since CRXI is not ready for VS2005 till r2. In the mean time should we just use the dumb down version of our reports I have seen a lot of post that indicate people can not do this do to controls, processes, or design of there certain proj ...Show All

  • .NET Development c# sending records to webpage using Inet??

    this function should  help me sending records to webpage and waiting for response from it .. the response  from web page write to me number and this number tell me the situation if the records is sent successfully or there is some validation error >>> this is the code for the function   private void Send_Record( string id, string name, string age, string gender, string number, string dob) { string URL = "http://localhost/web/WebForm1.aspx username=123&password=123"; string Result; try { URL = (URL + ("&id=" + (id + ("&name=" + (name + ("&age=" + (age + ("&gender=" + (gender + ("&number=" + (number + ("&dob=" +dob))))))))) ...Show All

  • Visual Basic Resx designer class

    Visual Studio 2005 generates strongly typed classes from *.resx files that simplify accessing resource strings, etc. The classes are created as internal. I would like to be able to package these *.resx files and associated classes into an assembly that can be shared between custom web controls in an ASP.Net application (i.e. a satellite assembly). To use these auto-generated classes, I have to manually change the class and method definitions from 'internal' to 'public'. Is there any way to automatically generate these class and method definitions as public (I have moved your post to a more appropriate forum). Using the IDE, there is currently no way to automatically generate public classes (although we are planning this functional ...Show All

  • Visual Studio Merge not getting all files

    Hi all, I am trying to do a merge between my root branch and my own development branch, some of the files are missing from my dev branch. I did a treediff and it shows that there are new files in the root branch, but when i try to merge it does not show those files. I tried the command line and there is an asterisk next to the changeset which was merged in. I looked at the documentation also and this is what I could find. "The asterisk ‘*’ next to changeset 147 indicates that only some of the changes in that changeset #147 were merged into changeset #167." Is there any way to resolve this and make sure that everything is merged I have tried using the UI as well as the tf merge command but of no help. Suggestions are w ...Show All

  • Visual Studio Team System Bug: Remove Becomes Delete

    I have a project from which I did a "remove" of a source file. My intent was to re-add it to a seperate project. However, when I checked the "Source Control Explorer," I see that the file I "removed" from the project is pending for "delete." I don't want the file physically deleted, I just want it removed from the first project. And yes, after hitting the remove request and being presented with the option for "remove" or "delete," I had selected "remove." Is this normal and I'm not understanding something, or is this a known bug Ok, if its not a bug, then it is an oversight on behalf of the TFS developers. The "Remove" command should not pend a dele ...Show All

  • .NET Development Failed to add DataTable

    Help! When I create a new dataset in VS 2005, and try to add a DataTable to it, and I get the following error: Failed to add DataTable. Exception has been thrown by the target of an invocation. This happens to every DataSet I create, I cannot add anything to the DataSet, all I get are errors, and it applies to a TableAdapter or a Query, etc. I have no idea what to do... FYI: I previously had VS 2003 installed (VB & C#) Thanks for your help! Gary Hi, It would be quite helpful for others if you can post the solution when microsoft gets back at you. And also try re-installing or repairing your installation of visual studio. cheers, Paul June A. Domag ...Show All

  • Visual Studio Express Editions Chronometer!! and alarm

    Hey there, please help, I'm trying to create a chronometer within my application... I need it with this format "hh:mm:ss"... and also when it get's to 3 minutes it must display this "Succes" Now... I'm using a timer to do all this, but in order to get the time at the moment I'm using this code... Dim Timex As Integer = CInt (Format(Now, "hhmmss" )) But I think it's wrong cause when I'm going to set the ChronLabel I'm using this: ChronLabel.Text = CInt (Format(Now, "hhmmss" )) - Time so what should I do, please help!!! Here's a simple example. Public Class Form1 Dim Start As DateTime ''' <summary> ''' Set th ...Show All

  • Windows Forms Regarding Textbox resizeing in runtime...........

    Hi, my question is ...How to resize a text box in runtime.... can we show the boder line resize frame during runtime... thru which the user can resize a picuturebox or textbox or anything..... Is this possible....!! Thanks, sathyan You could implement your own "designer" so that your form would have a design time look like Visual Studio has. See this article: http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/ ...Show All

  • Visual Studio Team System FXCop 1.35: Hidden Targets and Rules tabs

    Hi, The FXCop 1.35 application window does not display the targets and rules included in a project and the messages generated when as analysis is performed. Please, help. Try deleting the file located (by default on Windows XP) at C:\Documents and Settings\davkean\Application Data\Microsoft FxCop\1.32\UserPreferences.xml file and see if that works. ...Show All

  • Windows Forms Future .NET framework features

    Hi. I need to develop component which will host different Office components. And I want to put such component multiple times on form. I made some research how to do it and I found that there is no easy way to do it. There are few options (each of them not supporting multiple controls on form good): 1) DSOFramer control http://support.microsoft.com/kb/311765/EN-US/ Have many limitations. 2) Use Web Browser http://support.microsoft.com/kb/304662 Have many limitations. 3) Some components developed by few companies. They have almost identical problems as 1) or 2) My question: is any chance the in the next release of .NET framework we‘ll see such component Yevgeny ...Show All

©2008 Software Development Network