Software Development Network Logo
  • Microsoft ISV
  • SQL Server
  • Windows Forms
  • Visual C++
  • Smart Devicet
  • Visual Basic
  • Audio and Video
  • Windows Vista
  • Game Technologies
  • Visual C#
  • VS Team System
  • SharePoint Products
  • Visual FoxPro
  • .NET Development
  • IE Development

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

DmitryMS

Member List

DevelopperX
PedroCGD
MVBenz
MattFletcher
Habibullah
golfdude54
idealphotobc
Constantijn Enders
Mobile_Mike
JohnBurton
m_3ryan
Biju Varughese
Summoner
ClubbieTim
mobigital
Donal McWeeney
Ken Fleming
Marc Jones
Lorenzo77
mammoo
Only Title

DmitryMS's Q&A profile

  • Software Development for Windows Vista Hiding the error icon in Workflow Design Surface

    Hi! I would like to use the WorkflowDesigner Control (see Sample Hosting Workflow Designer) to show the user the workflow. Since workflows have sometimes errors in it, a red error icon appears in the right upper edge of a state activity for example. I would like to hide those icons generally. Does anybody know how to achieve this Thanks! Gerald Hi! Thanks for your reply. No matter where I try to put this in my code, I get the following InvalidOperationException: Theme properties can only be changed in the Theme Configuration Dialog. But if I create a new WorkflowTheme and set the ShowConfigErrors to false, it is working! WorkflowTheme customWorkflowTheme = new WorkflowTheme (); ...Show All

  • Smart Device Development MSMQ Over http in .net cf 2.0

    Hi, I am trying to use msmq over http (or srmp) in a smart device application (.net cf). I have been able to send messages over http in a desktop application ,but I am not able to do the same in .net cf. Is msmq over http supported in .net cf 2.0 For Windows Server 2003 I had to install a msmq over http component , is there something similar that needs to be done on the device/emulator Am I missing something here Thanks, Deepthi Hi, I am trying to send messages using msmq over http. But I am not able to receive and read the messages. I read in blogs that you cannot read the messages using direct format names, so I am trying to access the queue on the receiver using the following code ...Show All

  • Visual Studio Creating solution folders which do not appear on disk

    Is there a way I can create true VS2005 solution folders using the GAT - i.e. the folders are virtual and appear in the solution but do not appear on disk The .vstemplate for solutions says that using the <SolutionFolder> element will create a disk folder too and I really don't want that to happen. We are hitting the 260 char command prompt limits of MSBuild and so are having to trim some characters from our directory path structure but we don't want to loose the visible categorisation of projects within the solution shown in VS2005. Thanks, Sara Hi Sara, I don't think you could avoid the physical folder creation using .vstemplates. I know you can if you use DTE for creating them instead. ...Show All

  • SQL Server In place upgrade of Active/Passive 2 node cluster to SQL2005

    We have a 2 node SQL 2000 cluster with all data on a SAN device and want to perform an inplace upgrade to SQL 2005. WHile we have sucessfully upgrade single node installations, the information and considerations for a cluster seem difficult to find. Are there any articles specifically related to this topic that would help guide up through this process Thanks, Lindsey ...Show All

  • SQL Server Where to install SRSS DB?

    We're planning to use one instance of SSRS installed for all of our clients. What performance differences could we get when deploying SQL Server DB for SSRS according to the following 2 scenarios 1. On the same server box 2. On another server box Thanks Teo , thanks MC_in_BigD for your advices! The Microsoft article has been especially useful for us. ...Show All

  • Internet Explorer Development IE7 Script Error

    Hi, This problem has always been bugging me. When I sign into my user account and open up User Accounts in control panel I don't have any problems but when I go to any other user account and do this, no matter if they are computer admins or not, they encounter an IE script error with no description and this popup does not go away whether you click yes or no. It's not just the User Accounts menu in the control panel, it's other applications too. Is there a fix for this problem or any ideas I have already disabled script debugging in IE. I also disable the alerts for script errors in IE too. Same issues!  We use Windows XP Media Center Ed.  Those issues only occur on my Wife's login ... mine works fine.  To futher that, ...Show All

  • Visual Studio 2008 (Pre-release) how to access attached dp through UIElement (on panel for instance)

    I've built a panel that uses some extra information for the layout of a child. That extra information is bound on the datatemplate through an attached property. During the measurements, I would like to access that information. The only thing I have access to is the Children collection which holds items of type UIElement. I would have expected the attached property to return a correct value, but it does not. This must be a common scenario. Is there any way I can get from an UIElement to the actual item Okay, that was it. Getting to the object that indeed had the DP set: DependencyObject o = VisualTreeHelper .GetChild(uie, 0); Thanks! ...Show All

  • .NET Development A design problem

    Hello, I'm currently writing a part of an application which must translate a sequence of bytes (read from a network connection) according to its structure. The whole sequence is considered as a unique value, except for the first 2 bytes which identify the type of the value (numeric, string, or structured), and how the value should be parsed (the value itself can eventually be a list of values). I was thinking of inheriting from System.IO.BinaryReader for the parser (using a System.IO.MemoryStream for the byte sequence), having an abstract base class for the sequence content representation (class ContentBase), and different concrete classes which inherit from ContentBase (for example ContentInteger, ContentString, ContentListString, etc). H ...Show All

  • Software Development for Windows Vista I have a problem..

    hi I am working in a project. Acc. to my scenario, a worker fills a form and then manager approve or reject the worker's request but after the worker fills the form, manager cannot reply the request immediately. The workflow should wait the response of the manager. How to do this break without a problem and how to continue the workflow from that point. Please help me. Firstly thank you, I used CallExternalMethod activity to call the form. will I use HandleExternalEvent activity after the CallExternalMethod activity . The workflow will wait the event. will this break cause a problem. (think of many request are waiting) ...Show All

  • Visual Studio Team System Build reports not reflected in project portal

    hi.. I am in the process of doing build automation for .Net1.1 projects... I was given a solution in my previous thread.... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=874329&SiteID=1 I followed the solution given in http://blogs.msdn.com/nagarajp/archive/2005/10/26/485368.aspx This works well. But after building the project, it is not reflected in the portal. I checked with the database in the TFS Server. The data is getting inserted in the build related tables. But this information is not available in the portal. Please help me on this. Thanks Bob. Hi, the data is not inmediatly seen on reports asn it must be processed by the datawarehouse, which is made by the TF ...Show All

  • Visual Studio Express Editions How to Create a Stopwatch-like timer

    I'm stuck on some code right now trying to create a stop watch like timer. I want to display the elapsed time in a lable from the time the timer starts. I can get the time to update the lable.text on the timer_tick however I don't know how to show elapsed time. I admit I'm new and the solution should be rather simple, however I can't seem to solve this problem. Please help. Thank you.   Checkout the Stopwatch class. ...Show All

  • .NET Development Garbage Collector disposes wrong object?

    Application had been running for months without changes and without errors. Shortly after installing the June 2006 Microsoft patch, began receiving reports that application would display the message "Failed to load resource from resource file" and crash. Since then, I have been able to replicate the errors on 6 separate, differently configured systems. CONFIGURATION: Pentium III 800 MHz, 128 MB RAM, Windows 2000 SP4, .NET 1.4322 Pentium III 800 MHz, 256 MB RAM, Windows 2000 SP4, .NET 1.4322, Visual Studio 2003 Pentium III 700 MHz, 512 MB RAM, Windows 2000 SP4, .NET 1.4322 Pentium 4M 1.6 GHz, 1.0 GB RAM, Windows XP Pro SP2, .NET 1.4322, Office 2003 Pentium 4M 1.7 GHz, 1.0 GB RAM, Windows XP Pro SP2, .NET 1.4322, Office 2003 ...Show All

  • Software Development for Windows Vista Intel(R) 82801ER SATA RAID Controller

    When I want setup Vista RC1 from DOS, I will need to install raid driver. When I put floppy into floppy-drive, setup begin copy driver-files to HDD, when I will seen "blue screen" with error. This driver was worked correctly in Vista Beta 2. How can I correct this problem. I have the same issue. I tried the newest driver I could find on the Intel website without success. Andy. ...Show All

  • Visual C# DataTable + delete selected Rows

    Hi I have a data table , which gets populated at the end of a certain transaction with say 30 Rows. Now depending upon the condition the user selects, i wanted to delete certain rows as given below.But the thing here happening is, first time the fifth row gets deleted,the row count is getting changed in the table to 29, which is playing the trick here as we can see that when next delete statement isencountered, there is no row with index 29 which is throwing an error and some times the row which i want to delete is not getting deleted, instead another row with altered index is getting deleted.How can we have a workaround for this situation My intention is just to delete the rows at the specified index from the original output ...Show All

  • Visual Studio Express Editions VC# hangs after creating new project

    Okay, this problem didn't happen the last time I installed VC# (some 6 months ago). Recently, I downloaded the VC# Express ISO (2 weeks ago), and installed it. But it hangs as soon as I create a new project. Did Microsoft change the ISO files or something Here are all the wierd things that are happening in my VC++ Express and VC# Express 1) I installed VC# Express first, it hangs immediately as soon as I try to create a new project. It just says it's creating a new project and hangs. 2) I tried uninstalling every sign of VS Express and then reinstalled first VC++ and then VC#. The problem still persists. 3) Right now, my VC++ Express install fails to install the MSDN Express Edition component. 4) Even after closin ...Show All

©2008 Software Development Network