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

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

AlexanderS

Member List

aownbey
Wallsatlarge
MIV
Barry Lewis
Cesare Balena
vmelton
mmssi
chris_mcc
lafleurjp
WBR
dvj81
stumpyjake
John Tolmachoff
Donald D. Drake
H_H
nspangen3
llorrac
Paul Marangoni
dinks
Brian Morgan
Only Title

AlexanderS's Q&A profile

  • Visual Studio Team System Problem with Team Build and invalid configuration.

    I get the following error when trying to run a Team Build: "warning MSB4126: The specified solution configuration "Release|Any CPU" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration." I can build just fine locally.  Any idea on this TIA Glad to hear this. Feel free to ask if you have any further questions Thanks Nagaraju VSTS|TeamBuild http://blogs.msdn.com/nagarajp/ ...Show All

  • SQL Server Context Class in AS 2005 Stored Procedure

    We are trying to use the CurrentTuple property of the Context Class available in the assembly Microsoft.AnalysisServices.AdomdServer. The CurrentTuple property is documented in the standard AS2005 doc (see http://msdn2.microsoft.com/en-US/library/ms175329.aspx ). However this seems not available in the class definition. The only property available are public static CultureInfo ClientCultureInfo public static CubeCollection Cubes public static CubeDef CurrentCube public static string CurrentDatabaseName public static MiningModel CurrentMiningModel public static string CurrentServerID public stat ...Show All

  • SQL Server Trouble setting-up witness.

    Not sure where I am going wrong ... I am able to set-up the mirroring , but the witness set-up always fails. I am running all the 3 SQL servers (Enterprise edition) with same domain account, which is also a member of sysadmin locally within each SQL server. When I try to add the witness on Principal using the following command: ALTER DATABASE MyDB SET WITNESS = 'TCP://WitnessServer:7022' I have even tried the IP address with port number and fully qualifying domain (TCP://WitnessServer.xx.xx.com:7022) and I get the following message in error log. 2006-06-20 10:16:55.07 spid57 The ALTER DATABASE command could not be se ...Show All

  • SQL Server Custom Dataflow Transform in Programmatically Built Package

    I'm building packages programmatically and all is well. I have a new custom transform that I developed. It also works fine. Now I'm trying to add my new component to my packages when I programmatically build them, and I'm unable to do that. Has anyone added their own custom components to a programmatically built package successfully I get a COM error on the line that calls ProvideComponentProperties. I've attempted various modifications including not overriding ProvideComponentProperties or just having it do nothing. I always get the same result. What I don't understand is that the custom transform works and handles ProvideComponentPro ...Show All

  • Software Development for Windows Vista Deriving EventSinkActivity

      Hello, I'm deriving a class from EventSinkActivity, but in the designer I can't see the properties InterfaceType, EventName, etc... and when setted by code these two properties the designer doesn't show me the parameters of a custom WorkflowMessageEventArgs (ie (Parameter) title, (Parameter) data, etc...)   How do I show the custom parameter of the eventargs or bind some parameters to internal storage     Regards, M   With the released version of Windows Workflow Foundatoin the now named HandleExternalEventActivity will display two additional prop ...Show All

  • Visual Studio Team System Error installing TFS RTM

    Hi All, I'm trying to install final release of TFS. One of the requirements is to apply the hotfix for SQL 914595. When i run this i get fatal errors and therefore cann't apply the hotfix. I have previously stopped the SQL Browser before attempting to run the hotfix. Below is the log. Any idea Thanks 03/24/2006 21:22:25.734 ================================================================================ 03/24/2006 21:22:25.734 Hotfix package launched 03/24/2006 21:22:27.781 Version level check successful for product instance MSSQLSERVER 03/24/2006 21:22:27.781 SP Level check successful for product instance MSSQLSERVER 03/24/2006 21: ...Show All

  • Visual Studio 2008 (Pre-release) How to catch double click event of ListView ?

    Hi all, Currently, I can't see double click event of ListView. Please tell me how to get it. Thanks for your help. Steven, Double click event from header, listview item, or listview itself More descriptions on your scenario may be helpful. ...Show All

  • Windows Forms Public Shared Members vs. Global Variables

    I've always thought that it's best to use as few global variables as possible since they take up resources. I've also though that declaring type members as <color="red"><u>public shared</u></color> was similar to a global variable and that this should be done sparingly. <color="red">Are they similar in the way they use resources </color> I a ...Show All

  • Visual Studio Team System How to link a document to a work item?

    I wanna to link a documento to a work item when I set my default work items. Is there any way to do this I would like to do something like this: when an user open a work item, a documento (of word, excel,etc) opens to, in that way I could link my template documents to my tasks work items. It's amost that. I want to put my document on the file attachements of the work item. I can do that when I create a new team project and add a documento in the file attachments of the work item. But I want to have all the files I want added to a work item, in the moment a I create the new team project, like a default file attached to a work item. ...Show All

  • Smart Device Development Info About Framework

    I have a question : What is the OpenNETCF Must i install it or not Thanks Alessandro You can learn about OpenNETCF by visiting the website. http://www.opennetcf.org/ The primary offering is the Smart Device Framework (SDF). The SDF is a framework that sits on top of the Compact Framework and adds additional functionality. You don't need to install the SDF, to have a functioning managed application, unless you've referenced it from within your project. ...Show All

  • Visual Basic How to read in unsigned integers (UShort) from binary files

    Hello, I'm working on a program that was recently (successfully) converted from VB6 to VB2005 Express Edition. I'm trying to read in unsigned short integers (16-b, UShort) from a binary file. I was successful in using the FileGet function to read signed short integers in binary form, but after switching to unsigned I get the error: Error 8: Overload resolution failed because no accessible FileGet can be called without a narrowing conversion. My understanding is that this means that, of the 13 versions of the FileGet Function, the Value read from file can be of data type System.ValueType, System.Array, Boolean, Bytes, Short, Integ ...Show All

  • .NET Development A Question on GC

    I have a MDI program in which user can open different document and edit it. After several user use it, they report that it becomes more and more slow. So I watch the memory usage of it carefully and found a problem : it seems the memory is never released after a document is closed. I watch the memory cost in Tesk Manager, and found that whenever a document is opened, the memory cost increases. However, after the document is closed, the memory cost does not drop. When another document is opened, it cost more memory. I later realize that since the document is opened for a while, the objects it allocated have been moved to Generation 2. So ...Show All

  • SQL Server Mining Query Builder

    On pages 123, 124 of Data Mining with SQL Server 2005, I can't finish the example. When I add 'Monthly' to the end of the expression "[Home Owners].[Theater Freq]" in the Criteria/Argument column, I usually get an error message saying the syntax is incorrect when I switch to the Results view. If I place a dot after the original expression, like this: [Home Owners].[Theater Freq].Monthly, I get an error message that "The dot expression is not allowed in the context at line 4, column 23. Use sub-SELECT instead." What am I doing wrong Thanks! Try formating your query as SELECT t.CustomerID, [Movie Trees].[Theater ...Show All

  • Visual C++ How to get all the Child Control of the Window Opened

    Dear Guys,        I want to get the control Information of all the Control. Here is the scenario: ----------------------    -> When u open a window    -> Using GetWindow we can get the next child window in the         Parent    -> Using this we can't get the static text information Now is there any way to get the Information from the static text Control. Thanks in Advance Check the window with Spy++! If the text is directly drwan into the parent, or better directly drawn as the background for the other controls yo ...Show All

  • Visual Studio Team System Data Warehouse not updating

    Hi. In our installation, the data warehouse doesn't get updated. An exception due to converting a date-string seems to be the problem. In Application eventlog this is found: Event Type: Error Event Source: TFS Warehouse Event Category: None Event ID: 3000 Date:  19-10-2005 Time:  14:28:36 User:  N/A Computer: W92169 Description: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 19-10-2005 12:28:36 Machine: W92169 A ...Show All

©2008 Software Development Network