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

Software Development Network >> ÐΣ?Þ??-?'s Q&A profile

ÐΣ?Þ??-?

Member List

citykid2
Mike Henrickson
melendez
Phil Williams
Jimmy Li - MSFT
step
DorD
PeterSt
Peter Haynes
jeffdion
Yasir Mahmood
AmirRony2
JOF
MWP
Erasure
FreakFrossard
jwelch
Mike L.
Bunker
Tyler Miller
Only Title

ÐΣ?Þ??-?'s Q&A profile

  • SQL Server Conditional Split to send top 10, top20, and top 30 in three different flows ?

    I  have dataflow that i wish to split. The recordset that i uses is sorted by the Sort Task. After that i'll like to take the Top 10 records and send in one direction, then ill like to take the top 20 and send in another direction and finally Top 30 in a third direction. How can i do that Thank you Jamie! Your "SSIS Nugget: Select Top N in a data-flow" worked great. I have one question though - I couldnt ge ...Show All

  • Visual C# components

    The designer defines a variable components: partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel. IContainer components = null ; but it only uses when there are no controls in the form. When i create a control the variable is not used. I want to know if anyone can explain me why is it defined what is it purpose ...Show All

  • .NET Development Designed for Windows XP 64 ?

    Microsoft have a program for registering a product and then allowing the use of "Designed for Windows XP" logo by that product vendor. It seems that this is also open to products that run on Windows XP 64, but that there is no distinct logo for 64-bit. A product designed for Windows XP 64 or Windows 2003 64, may in fact be unable to run on 32-bit versions, so surely a seperate logo and designation exists So, is there in fact a logo: "Designe ...Show All

  • SQL Server ADOMD.NET 8.0 dependencies for connecting to both AS 2000 and AS 2005

    I've got a C# application developed with Visual Studio .Net 2003 which uses Adomd.net (8.0) to access cubes on SQL Server 2000 Analysis Services as well as SQL Server 2005 Analysis Services. In the MSDN reference page I noticed that I can set the connection parameter "ConnectTo=Default", and now, after installing the SQL Server 2005 Client Connectivity components, I can make connections to both AS2K and AS2K5 from my development machin ...Show All

  • Visual C++ Why isn't this call working properly?

    I'm building a project for myself really; however, this problem is sticking me in the side. Can anyone tell me why this particular problem isn't working #include "pl_en_stats.h" // in *.cpp file for icPlayerInformation_Data struct usage. // in *.h file for Class definition. class LoadGameData { private: char PlayerInformation; icPlayerInformation_Data* pl_statistics; public: LoadGameData(); bool load_SaveData_Open(); ...Show All

  • Visual Studio 2008 (Pre-release) Can't compile IServiceHostFactory

    For some reason, I can't compile code that uses IServiceHostFactory. I installed the latest CTP and WinFX extensions for Visual Studio. I also have the following references in my C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config: <add assembly="System.ServiceModel, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <add extension=".svc" type="System.ServiceModel.ServiceBuildProvider, System.Service ...Show All

  • Software Development for Windows Vista WorkflowRuntime.GetWorkflows() does not return any instance

    Hi In my WF application  if i call workflowRuntime.GetWorkflow(instanceId) then it returns correct workflow instance but if i call workflowRuntime.GetWorkflows() then it returns a list with 0 item. I host my workflow in ASP.NET and get WorkflowRuntime using this statement: WorkflowRuntime workflowRuntime = WorkflowRequestContext.Current.WorkflowRuntime; There is no problem with console application. What is this problem And ho ...Show All

  • Visual Studio SQL Server 2005 Express April CTP Fails from VSTS DVD

    When installing VS 2005 (Team Suite) the SQL Server Express install fails with an error code 1603. Also tried reinstalling it after VS but still fails with same error code. Anyone else got this problem /Per Salmi This was a clean installation on a new PC. I can't find the installer or the folder you mentioned to do a manual install. ...Show All

  • Visual Studio Express Editions HELP!

    I was testing my first litle app in VCPP at school. School doesn't have any of the visual studios stuff on it, i build the app at home. When i open the app the following error presents itself "[application path name] this application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem." how do i overcome this Wilko :-} ...Show All

  • .NET Development MMC 3.0 SDK

    From the MSDN site there are several samples and documentation about the new managed MMC 3.0 extensions. I tryied to look in the april platform SDK (the last one I found) but there isn't any MMC 3.0 sdk. Does somebody knows where can I get it Thanks, Pierre russian, I'm not sure whose instructions you mean, but if you're refering to my post of 10-17, you do want the dll, but you shoudn't be trying to "register" it, as it is a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. rendering to texture is clipped to clientsize inwindowed mode?

    I posted this already in the W32 Graphics discussion section, but since I am pretty hard pressed with the problem I am also posting it here: I wrote a small application using managed DX9 in an application running in windowed mode. The clientsize of the window is 800x600. In this application text (and sprites) are rendered to a 1024x512 pixel texture. The viewport settings seem to be correct after the SetRenderTarget call (1024x ...Show All

  • Software Development for Windows Vista Custom EventSinkActivity

    Hi all, I'm trying to create a custom EventSinkActivity. But I'm wanting to define the 'EventName' in the workflow (that the custom activity is going to live in). In my custom (sequential) activity there is a requirement to fill in the EventName property. Upon checking out some of the WWF samples in the SDK - I believe that this causes the runtime to create queues in the names of 'EventName'. My problem is I would like to set this pr ...Show All

  • Windows Forms Datagrid Problems with Selecting first row.

    I am having problems selecting the first row of the datagrid. If I change the CurrentRowIndex to something other than 0 then I can select the first row but not the row that CurrentRowIndex is set to. I am getting the selected row using&nbs ...Show All

  • Visual J# Problem with C++/CLI and J# interaction bug

    I'm having a problem with C++/CLI and J#. I am writing a class library in C++/CLI and want to use it from J#. I narrowed down my code and wrote a repro: a.cpp: #using <mscorlib.dll> #include <stdio.h> using namespace System; namespace AA { public ref class A { public : unsigned long Print() { printf( "Hello\n" ); return 0; } }; } b.jsl: import System.*; import AA.*; public class Test { public static void main( Stri ...Show All

  • Smart Device Development MFC Access violations / Magneto porting

    Hello! Has anybody here been successful in running EVC 4 generated MFC applications on Magneto We're trying to get our many (40+) projects to run on Magneto but run into serious problems: - When debugging with Platform Builder, we get mfc access violation exceptions. The error do not occur with the same code on Windows Mobile 2003 based devices. It happens whan doing ordinary things like calling CDialog::Create(). - Some applicatinos crash ...Show All

©2008 Software Development Network

powered by phorum