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

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

PCM2

Member List

FoxP
Tim Haughton
MAdWizard
CBerk
SivaRaja MSFT
mcm_ham
Jimmy Lu
TavodelaCruz
Alex Thaman
alexqiu
Ambiguous User
AVI13
barnabya
J.V.
kamisama
Behzad Karim
Krutika
Steven82
Scott Mason - MSFT
Tony Chun Tung Siu
Only Title

PCM2's Q&A profile

  • Visual Studio Team System State&Reason fields

    hi, i am trying to populate my drop-down boxes on the web interface with the correct fields i.e. state - active,resolved, closed, reason-... the state and reason fields are linked in team system, is there a way to call any methods to populate the drop-down boxes with what it should be, or do i need to manually code all field values and link them thanks, Daz If you are using the Work Item Tracking APIs, you can get an AllowedValuesCollection from a Field to give you a context sensitive view of the valid transitions. ...Show All

  • Visual Studio Problem Running Projects After Upgrading From Beta

    After upgrading from beta to the final Visual Basic program, when running any project – old and new – would result in this error:   “ Error while trying to run project: unable to start debugging the binding handle is invalid”   After extensive searching, I found out that to fix this issue I would need to enable Terminal Services. Indeed, this fixes the problem.   But, WHY is TS needed for this It was not needed for the betas.   Additionally, it is an institutional policy to have all of the TS services disabled. A solution that would allow the usage of VB without the need to run Terminal Ser ...Show All

  • Visual Studio Msgbox On Windows Server 2003

    Hi Guys, I'm really new to .Net development and need your advise on this. Recently I've completed a web application using VB.net (Visual Studio .Net 2003). In the application whenever the user clicks the delete button, a msgbox will appear prompting the user to confirm the deletion via the Yes or Cancel button. On my own machine (Win 2k IIS5), the msgbox appears without any issues. However when I deploy the application on a Windows Server 2003 machine, the msgbox will not appear and a event will be captured in the system log as "Application Popup" containing the text that I wanted to display (e.g. Do you really want to delete this user rec ...Show All

  • Visual Studio Team System The ASP.NET 2.0 QFE is not installed on this computer

    Hi All, I have been trying to install VSTFS all week and have finally almost got to the point where it will actually install but I get the following: The System Health Check has detected a problem that will cause Setup to fail. Description The ASP.NET 2.0 QFE is not installed on this computer Workaround / Remedy ASP.NET 2.0 QFE 4014 is a prerequisite for this product. You must first install ASP.NET 2.0 QFE 4014, which is included on the Team Foundation Server installation media, before you can install this product. More information For additional information and help please refer to: http://go.microsoft.com/fwli ...Show All

  • SQL Server Web Assistant Wizard?

    I have used the Web Assistant Wizard on SQL Server 2000 DB's, and wanted to utilize this again from the SQL Server 2005 Managment Studio, but cannot seem to find it - has it moved is it no longer available is there still a wizard I know there are the sp_makewebtask or similar, but I was hoping for a quick fix with the wizard. Please advise. Cory ...Show All

  • Windows Forms dynamically creating a ContextMenuStrip

    ok, I am wanting to dynamically create a context menu strip using an existing menustripitem from the form, I used to do this by creating a context menu and merging the differant main menu item i need to the context menu then when the user click the context menu it just fired the main menu item code. The problem I am having is that if I use context .Items.Add( this .child2ToolStripMenuItem); then the main menu strip item is removed from the main menu strip. Is there a way around this or do I just need to do this a differant way I'd create the ContextMenuStrip, then share it with your menustrip assig ...Show All

  • Visual C++ How do you work with minidumps?

    Via the WinQual service we receive minidumps from users who's systems have crashed using our software. Does anyone have any idea how we can use these to debug the program I checekd which version was used and installed this on my system. I then open the minidump file in VS 2003 and run the debug. For the DLL in question it states that there is no symbol information which is correct as this is a release build. So I rebuilt the same version to create a .pdb file for the dll but now visual complains that it's an invalid file for this DLL. If I replace the DLL with a debug version it complains it can not find the binary. So can ...Show All

  • SQL Server Deny access to a view

    I'm having trouble creating a read-only view. I've got 1 or more tables that I wish to remain updatable but I want to create a view that covers the table and/or spans all the tables. However, I want the view to be select only. I can't seem to get it to work. DENY UPDATE ON [dbo] . [MyView] TO [dbo] CASCADE All that seems to execute my dbo user can still use... Update MyView set SomeID = SomeID + 10 Plus, ideally I just want to say, DENY UPDATE ON VIEW TO ALL Any thoughts On that view object, in EM, try removing all permissions other than SELECT. HTH For more SQL tips, read my blog (b ...Show All

  • Visual C# Visual C# express edition help

    Hi, I downloaded Visual C# express edition . I can get only Help for some things. All the time I typed F1 to get help for certain thing, I get: Information not found. It seems that the help files arn't complete, eventhough I installed the nvironment perfecly. How can download the complete help, to use it as local help... Please help. Regards...  There was a fix for the Help system released after the Beta 2 release, Check here . This should fix the problem. Mykre www.ircomm.net - Managed DirectX and Game Programming Resources ...Show All

  • Visual Studio 2008 (Pre-release) constructor not executed on deserializing

    When using wcf to send an object over the wire, it seems the default constructor is not executed on deserialization. My breakpoint doesn't get there. Also fields with initialization code are not initizialised on deserialization. I'm implementing [ OnDeserializing ]. After that the members that have been marked as DataMember are being set. At that point I noticed the wrong state. Yes your are right. Constructor is not called for DataContract types. OnDeserializing should be called instead of the constructor. If you need your callback to be called after the DataMembers have been set, then please implement OnDeserialized. I hope this h ...Show All

  • Windows Forms Deployment (validation & localization)

    in vs2005 how can i validate textboxs of a deployment projects TEXTBOX dialog. and i cant use Turkish characters in deployment projects labels. for ex: " , , ,c..." thank you for your help ...Show All

  • SQL Server SQL Mobile and Vista

    Are there any plans to support SQL Mobile running on Windows Vista I have an application that runs SQL Mobile on Tablet PC's. I would like to support Vista the same way. Thanks, Joe SQL Server Everywhere will support the Vista x86 client platform based on what I have heard from Microsoft. For more info on SQL Ev, see the announcements I posted in this forum a few days ago. Darren ...Show All

  • Windows Forms using resources for bitmaps on buttons

    When creating a button in Forms Designer a dialog box is shown with either local or file import. Whatever I do, the icon is added to the list of resources (tree depending on the solution root in solution explorer). But when adding new items on the tree I am unable to use it to insert a images... I lack doing something (declaring each resource as embedded, or whatever), what I can't figure out what. Any idea, please thanks You have to insert the reference for the new image on the Resources.resx file in the properties folder, look at image you added using the desinger and you will get the idea, also, you need to ad ...Show All

  • Visual Studio Passing string parameter (without parameter field)

    Hi wise guys and gals scenario: Windows Form (using C#) calling a Crystal Reports .rpt file via CrystalReportViewer. Problem: It appears, I can only pass ReportName (name/loc of .rpt file) and ReportFilter (cystal-kind of WHERE clause), .... all I want to do is to pass another parameter (string) that I wish to display as Report Heading/Title/Whatever.  OR  CONVERSELY .rpt file to expose a field that I can plug a value into. I have discounted parameter fields because the user has already made the selections/choices on the calling Form (resulting in a synthesised ReportFilter string), ... and I could not find a way of suppr ...Show All

  • SQL Server ForEach Loop utilisation

    Hello, ForEach Loop Item allow to make operations row per row. How can i do operations 10 rows per 10 rows or 100 rows per 100 rows Thanks ! Sorry... Those functions looks nice but are not made to my problem... I'm trying to resolve my problem with a transformation script to make a recordset containing rows in the correct format. If you want, i'll send you the script Nico ...Show All

©2008 Software Development Network