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

Software Development Network >> Rob Mauii's Q&A profile

Rob Mauii

Member List

Emersion
SergioFlorezM
NickUk
John Bristowe
Slugger25
Mohammed Allam
ajteeder
Eli Gazit
er824
OzJester
hebert
FassaBortolo
CCusson15
Runamuk
Stephen J.Vanterpool
DW100
George K
Muhammad Irfan Azam
SpringTime
Jeffrey D. Baker - MSFT
Only Title

Rob Mauii's Q&A profile

  • Visual Studio Team System Upload Template Error and Visual Studio 2005 Team System Extensibility Kit Beta 3

    I'm having errors when I try to upload a template created with Beta 2 into Beta 3.  On all of the DateTime fields I have created, I get the following sort of error. Time: 9/28/2005 4:02:46 PM Module: Work Item Tracking Exception Type: System.Xml.Schema.XmlSchemaValidationException Exception Message: The 'field' attribute is invalid - The value 'Date Started' is invalid according to its datatype 'http://schemas.microsoft.com/VisualStudio/200 ...Show All

  • Visual Studio Express Editions Does VS Express Editions Support the Namespace System.Web.UI.WebControls.WebParts?

    Does VS Express Editions Support the Namespace System.Web.UI.WebControls.WebParts like VS 2005 does Bill Since this namespace is part of the .NET framework, and not the Visual Studio IDE, you can use it. However, it only makes sense in VWD Express (for web development). ...Show All

  • Visual Studio Team System CMMI ML-2 & Role of Team System

    We are implementing CMMI ML-2 in our organization and we want to be the early adopters of Microsoft Team system. This is a major potential area: I have following queries to Team System Gurus n Champions and I will be expecting elaborative answers:       1.   Can we maintain Process Asset Library (PAL) in Team System, if yes then         any Live Examples ….   2. What are ...Show All

  • Visual Studio How build got initiated

    Hello, My package is using IVsBuildStatusCallBack to intercept another project's build process.  I would like to perform some different behaviour depending on how the build was initiated. For example, if the user initiates the build from an item context menu, then I would only want to build that item.  If the user instead choose Build Solution from the Build menu, I would wish to build all items in the solution.  I can use IVsMon ...Show All

  • Visual Studio 2008 (Pre-release) Get Current Time from selected Timezone

    Hi, I have a dropdownlist with list of all TimeZones like Pacific, Mountain, etc. If I select any one from the list, i need to get the current time in that zone. Can any one pls provide the solution for this. Is there any build-in method in DotNet for calculating current time with only timezone Thanks in Advance. From what I know you can get only the TimeZone of the current system. The only thing I could thin ...Show All

  • SQL Server SQL Server 2005 Management Studio Question

    I just installed the latest SQL Server 2005 Management Studio on a client machine.  I am trying to use the management studio to connect to a SQL 2000 Server and edit the legacy DTS packages.  I got an error when trying to open the package: "SQL Server 2000 DTS Designer components are required to edit DTS packages.  Install the special web download, 'SQL Server 2000 DTS Designer Components' to use this feature".  Has anyone se ...Show All

  • SQL Server Agent cannot run SSIS package anymore - URGENT!

    I desperately need help with this problem. I've spent an entire week, tried another server, new install of SQL Server, you name it.  I think it is permissions but I can't be sure and am lost on what to try anymore, I feel I've tried everything: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=189199&SiteID=1 nothing has changed, I don't know why any agents I create or even recreate the package won't run this package or a ...Show All

  • Visual Studio Express Editions Saving and loading and conversion of saved file to a readable file

    Alrighty here's my deal, I used this code to enable my program to save... I'm making this for all of you to use, please get the simple beta program I've made so far from http://www.johnplaird.com on the upper left hand corner is a download link called ("VB Pad"), anyway here's the problem... ' from tool box get a save dialog form to put on your form, or this wont work. ' The code private sub is automatically loaded. Private Sub Sav ...Show All

  • Software Development for Windows Vista Vista CTP SATA install.........

    I have an SIIG SATA card and can not install the drivers for it. I Can only install on an IDE drive. Any ideas This form is for programming issues. ("Development" is a code word for "programming"). Try asking your question in the Vista help newsgroups . ...Show All

  • Visual Studio Tools for Office Delpoying outlook add-in

    http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc... In the artical above it mentions Adding a Custom Action to Grant Trust to the Assembly what is custom action and what is all about granting a trust to the assembly can someone elaborate please.. thank you This procedural worked for me. The overview covers custom actions. Part 1 of 2, Overview. http://msdn.microsoft.com/li ...Show All

  • .NET Development SVG

      Hi everyone, I want to display a map dynamically using svg code and asp.net from a page(map.aspx) whereby the user will choose both a street and time from dropdown lists. When I Clicked the button, it will display the map showing me a line of color for the particular chosen street and time. My problem is that I think that asp.net cannot process svg code because I got this error:   The active schema does not supp ...Show All

  • Visual Studio 2008 (Pre-release) versioning in WCF?

    Is versioning, according to this article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnservice/html/service10152002.asp the recommmended (up to date) practice for versioning service contracts for web services headed to WCF I have a chance to create a versioning strategy, right now, for our WSE2 (later, WSE3 & WCF) web services. I appreciate any help. Thanks. Hello Steve, with WC ...Show All

  • Visual Studio Team System Any way to view output of pre-test and post-test scripts?

    I'm trying to use qtsetup and qtcleanup to perform some custom pre- and post-test tasks. The pre-test task is currently failing somewhere along the way, and I was wondering if it is possible to somehow view the actual output of this script, rather than just seeing the error "The start up bat files exited with 1". Thanks. PChandra, Currently there is no way to enable output. You can try to work around, for insta ...Show All

  • Visual C++ memory leak with static attached dlls

    Hello, I am using Visual C++ 2005 with Visual Studio 2005 Professional Edition. I made an mfc application, that uses a dll, which is attached statically in the project propertys with the dlls lib. I noticed now, when i close my application, i get a memory leak for that dll. It seems like its memory is not been freed. In the dll, there is a class definition with some static member methods and a global static std::vector variable, which ...Show All

  • Smart Device Development ListView Item select highlight

    Hi, I create a ListView with WS_CHILD | WS_VISIBLE | LVS_REPORT|LVS_SINGLESEL |LVS_SHOWSELALWAYS, after add 2 columes and 5 items, I want it to response the direction key or joystick in smartphone. Shows the select item with highlight, blue backgroud with white character. I think this is a default action in Desktop. But I can not make it out in Smartphone, whenever I click the direction key, nothing was show selected highlight in ListView. ...Show All

©2008 Software Development Network

powered by phorum