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

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

Sachin1979

Member List

Shon
reklis
Jason Hales
David Weller
robertkwapiszewski
Genyus
Laxmi NRO MSFT
RickK
Mirko Messori
Bruce H
Bob D
H.Saber
joe moe
William Lai
James Mayer
PaulMcElroy
Bobyang2
Minakovic
Shaun Miller MS
jollyguy
Only Title

Sachin1979's Q&A profile

  • Visual Studio 2008 (Pre-release) Installation problem Winfx 3.0 beta 2

    I have the famous 1603 error. [06/18/06,21:00:53] Windows Communication Foundation Beta 2: [2] Error: Installation failed for component Windows Communication Foundation Beta 2. MSI returned error code 1603 [06/18/06,21:01:10] WapUI: [2] DepCheck indicates WinFX Runtime Components 3.0 Beta 2 was not attempted to be installed. I followed all suggestion found on internet: unistalling all previous versions with microsoft tool, check for infoca ...Show All

  • Visual Studio Express Editions Error Installing Visual Studio C++

    Hi guys I have a problem installing VC 2005 Express and I hope that you can help while installing it I get this error " Error. Writing to file: Microsoft.VSDesigner.dll.   Verify that you have access to that directory. " then when I click retry I get this " The installer has encountered an unexepected error installing this package. This may indicate a problem with this package. The error code is 2350 ." I'm very sure that the CD ...Show All

  • Visual C# simple calculations on decimal data from text boxes

    Hi, I am making a calculator using text boxes. I need to perform a multiplication on two numbers fetched from two text boxes, and then display the result in a third text box. I tried parsing the arguments into 'float' or 'decimal' but this does not seem to work. Simpler example: MyTextBox.Text = ( Convert .ToDecimal(AnotherTextBox.Text)).ToString(); Even this does not display the information correctly, when i type in numbers like 9.7 ...Show All

  • Smart Device Development VS 2005 beta2 - Referenced package not found

    I have just installed VS 2005 beta2. I created a smartphone application with a simple textbox and when I try to run (F5) using emulator I get a deploy error. The output log shows: SMP1 -> C:\dev\SMP1\SMP1\bin\Debug\SMP1.exe ------ Deploy started: Project: SMP1, Configuration: Debug Any CPU ------ Referenced package not found. ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ========== ========== Deploy: 0 s ...Show All

  • Visual C# i need help with basic things

    Im new to visual C, but i know the fundimentals of prgramming, and i cant figure out how to make a form pop up or how to change the start screen to another form, any help It does work (tried it before I posted, just in case :) ).  He didnt actually specify he wanted any result from the new form or anything, so I just did a basic example :) for a splash screen (which he sort of references in his first post) ...Show All

  • Smart Device Development Visual Studio 2005 Beta 2 - Emulator problem

    Hi! I've got a problem and wonder if anyone else has it (and has resolved it ) My problem is as follows .. I create a new device application and try to run in in emulator.. the emulator starts just fine, but it won't connect to it! At all! The error is "Connection failed. The system cannot find the path specified." Thanks in advance, Tadej I had the same problem so from a previous tip for vs.net 2005 beta 1 I ...Show All

  • Windows Forms VB.net help needed involving Printing and Print Previews

    Hi everyone, new programmer here. I'm working on a new .net windows form project, involving Print Preview and Printing. I just need to know how to send certain objects to the Print Preview window, then Print from there. Here's what I got so far: Public Class frmVBACCW Inherits System.Windows.Forms.Form Private Sub mnuFilePrintOrder_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuFilePrintOrder.Click 'Begin the ...Show All

  • Windows Forms Combo Box Problem with String Display Member and Number Value Member

    Hi, I have been trying to figure out what wrong for a few day already. I was not able to find any answer to the problem in the forum. If anyone know of any or know what's wrong pls help me. Thank you. Table Information: PurcOrder Table PurcOrderID PayeeID (Datatype ==> Number) ... ... Payee Table PayeeID (Datatype ==> AutoNumber) PayeeName (Datatype ==> Text(72) ) I'm writing a project managment system for co ...Show All

  • Visual Studio Signing a delay-signed assembly

    In our current build process, assemblies are delay-signed during the initial build.  All developers have the public keyfile (via source control) in order to make this possible.  This results in partially signed assemblies whenever a compile is done on a developer's workstation (which is ok because developer machines also bypass strong name validation for our public key). On the build server, an additional task is performed (we current ...Show All

  • Visual Studio Team System Problems with versions of code in Visual Studio 2005

    Hi! TFS, Visual Studio 2005 and SQL Server 2005 are installed on the server. On my machine are installed le client version of TFS , Visual Studio 2005 and SQL 2005 too. We saved a primary C # solution (solution 1) on the server using source control. Next, we develop a second solution (solution 2) that extends and modifies solution 1 but we don't save this second solution yet in the source control. But when we execute solution 2, we ...Show All

  • Windows Forms Force a column in Dataset to be null?

    I want to force a column in Dataset to be null. Following statement raises an error like "date column cannot be null. use DbNull instead....." dataset1.Tables("table_name").Rows(0).Item("date1") = Nothing I would appreciated to let me know the correct&nb ...Show All

  • Visual Studio Error 0x80072F19 while using Source Safe 2005 Beta 2 via SSL

    Hi, I use the Source Safe 2005 Beta 2 via SSL, source safe database has users with names Admin and Administrator with a not empty passwords. If I connect to this database from logged on user named Administrator, then I able to use this database (password not required, and I don't understand why), but if I use the same database from logged on user named, for example, Test , then I see the following error: "Cannot contact the Visual SourceSafe Int ...Show All

  • Visual C# Best C# book

    Hi! I'm looking for the best C# book. I already know C++. Which is the best according to you Thanks.   Luca Ok. I've just ordered "Programming C#" by Jesse Liberty, even though it's been tough to choose. I chose that one when I read the sample chapter; I just liked the way Jesse Liberty explains the concepts and the nice and useful tip boxes for C++ programmers the author adde ...Show All

  • SQL Server SQL Server 2000 sign-on to 2005

    Good morning, I'm wondering if it's possible to connect to SQL Server 2005 from 2000 I'm having no trouble going from 2005 to 2000 but I can't seem to connect the other way. Any help would be apprciated. Thanks, Yes, it is certainly possible to create a linked server from a 2005 server to a 2000 server.  I have one set up on this end, with no problems.  What issue a ...Show All

  • Visual C++ change Visual C# code to C++ ?

    Hello, I have got the code below to work using Visual C# 2005 Express Beta 2 but would liek to change it to Visual C++ using Visual C++ 2005 Express Beta 2 as I am told (please correct me if necessary!) that with Visual C++ 2005 Express and Windows SDK I can write a Win32 app which would then not require the large .NET Framework software when installing on another PC...my app being very small it seems foolish to have to add the .NET Framework .. ...Show All

©2008 Software Development Network

powered by phorum