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

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

Tsprao

Member List

mnborja
Marty.M
Ron_S_MWA
cool_shezz
Vignesh_dev
JasonJackson
Vu Tran
corny_cory
iambad
PeterJMoore
Ephraim Shurpin
Nickstef
mcoulton
Rulery
John Wilkie
almir
Etherline
timbailey
Gavin RTE
Bui Duy Hi?u
Only Title

Tsprao's Q&A profile

  • SQL Server Oracle - Select based on Parameter

    Hi All I have about 50 reports that I am working on, and need to be able to choose a select statement based on the value of a parameter. So when the user runs the report, if there is no value entered for the parameter, I need to run one query, and if they enter a value, I need to run another query. Is there an easy way to do this I thought about just writing a small function in the report to do a check on the parameter value, then put the st ...Show All

  • Visual C++ Class designer

    Hey, Do you know of the class designer for c++ is included in the final version of Visual C++ 2005 Or will it come with an update, or with a next version of VS Martin Richter wrote: AFAIK the class designer ist not and will not be part of 2005! I am not sure but we can expect it in Orcas. Thats a pity. Do you know of there are other programs to design classes for c++ (no too expensive) ...Show All

  • Visual C# Changing the Default Unhandled Exception Dialog

    Hi Everyone, Is it possible for me to customize the default dialog that pops up when .NET encounters an unhandled exception Thank you. I spoke too soon..Your answer seems partially right -- probably I am missing something obvious since I'm new to .NET. The approach you described allowed me to add a new UnhandledExcepionEventHandler that responds to uncaught exceptions but I was unable to un-hook the d ...Show All

  • Visual Studio Team System Language

    Hi, I tried to analize my code using spanish as the language to use for spelling options but I still get spelling errors for all the words in spanish (and no errors for words in english). Is there any way to get FxCop to recognize spanish words without adding them all to the custom dictionary Thanks Oh that must have been the problem, I thought the project default language applied for the current project too. Maybe it would help if it wa ...Show All

  • Visual Studio Team System TFSDeleteProject and Error TF30076

    I've used TFSDeleteProject before with limited success (you're not allowed to create a project with the same name as you just deleted), but now when I run it I get the following error: TF30076: The server name teamserver.int.bre.com provided does not correspond to a server URI that can be found. Confirm that the server name is correct. Anyone have any ideas on this C:\Program Files\Microsoft Visual Studio ...Show All

  • Smart Device Development Problem debugging CE5 app with VS2005 (no activesync)

    Hello all,  After much searching I have been able to get the deploy feature running with my c++ App from Vs2005 to my CE 5 device.  Unfortunately, I am unable to debug.  I get a "Unable to start debugging" error message from Visual Studio and not much else. The exe makes it to the device and I can run the exe from the device.  I just can't debug it.  I still have eVC++4 on my machine so I tried that and I am able to d ...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

  • SQL Server IS install after SP1 fails

    Subject says it all; I need to install IS, but the installer says v.2047 of IS is already installed; it it NOT installed. When I go to add/remove programs, under the Sql Server 2005, it allows me to try to install IS, but that also fails, as no components are found for installation. This is SS dev edition, W2003. I can uninstall SS2005 and start over, but is there a quicker way to fix this I don't think this ...Show All

  • Windows Forms Ambient Properties Question

    I'm trying to make a property of my control act just like BackColor does. Here's the code that I have that's not quite working. Private _AlternateBackColor As Color = Color.FromKnownColor(KnownColor.Control) <Category("Appearance"), AmbientValue(GetType(KnownColor), "Control")>&nbs ...Show All

  • Visual C# How can I make the IDE create correct code?

    I implement a component, but I can't get it's paraent (a control which contain the component). So I want to get the paraent from constructor's parameter. But the IDE can't create corrent code for my new constructor. How can I make the IDE create correct code I want to let the IDE automatic create the correct code, because I want to get the paraent in Design Time mode. example: The  illegal code:    &nb ...Show All

  • Visual Studio Tools for Office Calendar Date Range

    How can I find out which Outlook Date Range is currently active in Calendar Day, Week, Month … Is there any Property I can ask Thanks, Hi, I understand that you are looking for the active date range. Please post generic Outlook question to the Outlook newsgroups. They will be able to help you more quickly. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.outlook.vba&lang= ...Show All

  • Visual Studio Express Editions Deploying a VB Express + SQL Express project

    I am starting a new thread because I simply cannot find a definitive guide on how to achieve this,  there are lot of snippets of information, but very little appears to be included in the actual Beta 2 Express I have been using. (As an example: the MSDN on-line documentation refers to concepts such as a "Setup and deployment project template" and a "Installation file Manager" neither of which appear to exist i ...Show All

  • .NET Development bug in Int32.Parse

    In Visual Studio 2005, the following throws a FormatException and it definitely shouldn't.  The same code works fine in Visual Studio 2003. This is the version that I am seeing the problem, running on XP:     Microsoft Visual Studio 2005     Version 8.0.50727.42  (RTM.050727-4200)     Microsoft .NET Framework     Version 2.0.50727     Installed Edition: Profes ...Show All

  • Visual Basic Navigating round a text box array

    Hi I have an application in VB 2005 Express edition which displays a 9x9 array of text boxes which I wish to navigate round using the Up/Down, Left/Right keys. The following bit of code illustrates what I am trying to do: Public Class Form1 Dim iWidth As Integer = 20 Dim iHeight As Integer = 20 Dim Square(81) As TextBox Dim iTop As Integer Dim iLeft As Integer Private Sub Form1_Load( ByVal sen ...Show All

  • Visual Studio Team System New Team Project Wizard - Error downloading MSF Agile process template...

    Hi! When I try to create a new team project using the New Team Project Wizard, the following error occurs after I click Finish. We are running Team Foundation Server June 2005 CTP in dual server topology. Both servers are running fresh installs of Windows Server 2003 Standard with Service Pack 1, and both servers are part of the same domain. We are running Visual Studio Team Suite June 2005 CTP on the client. Error The New Team Project Wizar ...Show All

©2008 Software Development Network

powered by phorum