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

Software Development Network >> Rick B.'s Q&A profile

Rick B.

Member List

Foss
murali_k1
hrubesh
RandyC
dotnetfrage
dowens - msft
Jnnet
ItsMe!!!
tdickson
hotmailman
Chad Boles MSFT
bmac1111
jagdeep singh
Naolin
Jordi Valldaura Rique
developer74
Thomas Kux
Iprogram
Bob1730
prash123
Only Title

Rick B.'s Q&A profile

  • Visual Studio some question In DSL Tools

    hello all! after i build DSL project and run,i see there are some toolitem on toolbox in debuging solution ,and i drag item from toolbox to docview ,designer create a domain shape for me, it is great! ,but i have a lot of more powerful functions.e.g for example below: in activities diagram ,i will create some reusable complex activity components in a Assembly, then ,in a other new project, i reference that Assembly,i want add those complex reusable activities to ToolBoxWindow with distinct bitmap, and i can drag the item to the designer docview , then designer will create a shape for me. so do this ,i can reuse these bu ...Show All

  • Visual Studio 2008 (Pre-release) Proper documentation for WPF?

    Hello! Is there some proper written description of WPF somewhere, for instance for download from the Microsoft website. Concerning proper I mean some documentation which present a complete conceptual driven presentation of WPF with operational directions of examples. I think the SDK browser is very poor in presenting an overview of the area. I think it works much better for situations holding only a small amount of information. By the way the search feature of these forums also works incredibly poor, for instance the same thread may show up a whole lot of time for a given search. A question for you who may answer questions in her ...Show All

  • SQL Server SQL2005 SP1 may fail on Integration Services

    I ran across this issue the other day and thought it might be helpful to others who have or will experience the issue. When you install Microsoft SQL Server 2005 Service Pack 1 (SP1) on a computer that is already running SQL Server Integration Services (SSIS), the SSIS service will not start, and the following error message is logged in the system event log: The service did not respond to the start or control request in a timely fashion http://support.microsoft.com/ kbid=918644 Build 2153 Post SP1 Hotfixes need to be installed. http://support.microsoft.com/kb/918222/ h ...Show All

  • SQL Server Import XML string into DB

    I'm not sure what an "edge" table is.   Can you post a sample of the XML, the OPENXML syntax you're currently using, and the output you're trying to achieve   -- Adam Machanic SQL Server MVP http://www.datamanipulation.net --     < GBez@discussions.microsoft..com > wrote in message news:c959c905-bfac-4471-b7a1-059439279ef9@discussions.microsoft.com ... Hi, I have a string of xml stored in a ntext field of a table in a SQL Server 2000 database. What I have to do is strip out the data stored in the string and store it in a table in the database. I ha ...Show All

  • Visual Studio 2008 (Pre-release) DataContracts do not transmit properly (Feb CTP)

    Hello, I am building a simple chat client to evaluate the applicability of WCF to our current project. However, I am having a problem where a custom class (Fig. 1) appears to send out the data stored in it just fine, as far as I can step through anyway. But on the receiving side, the class arrives with all data fields nulled. I am using the NetTcpBinding and synchronous messaging. I am also using the SvcUtil tool to generate the metadata and proxies. Figure 1. [ DataContract ] public class ChatMessage { [ DataMember (Name= "AllComputers" ,Order=0)] public bool AllComputers; [ DataMember (Name= "Destinatio ...Show All

  • Visual C++ Newbie: Can't use WinAPI because included twice

    Sorry for this lame question, but I've spent hours trying to solve this ridiculous problem. I'm trying to use the Windows API GetGUIThreadInfo, but because (I believe) it is declared twice (in winable.h and winuser.h, which I believe are implicitly included) I cannot use it. I get an identifier not found error. What do I do so I can use GetGUIThreadInfo I haven't used C++ for a long time, and I'm not sure if I ever encountered this problem before. Please help. TIA Problem fixed! Seems that the problem was in the definitions #define WINVER 0x04 #define _WIN32_WINNT 0x04 in the program's main head ...Show All

  • .NET Development 2 projects same solution

    my solution is set up: Solution  | --vbProject  |             |-----References  |                             |-----cppProject  |                             |-----mscorlib  |--cppProject  |             |-----References  |                      &n ...Show All

  • Visual Studio Team System Bug in MS Project integration

    In project, when you import items and then select the task column, the dropdown arrow appears but then disappears almost immediately. In order to get it to stay selectable I have to open the properties for the item and then close them and the drop down arrow stays visible. Jeff Jeff, It appears that this issue was reported and fixed before the Beta3 bits were released. Can you please confirm the version of the Team foundation server and client you are using Thanks! ...Show All

  • Windows Forms Help needed with textbox events, please.

    Hi, Suppose you have a textbox on a winform.  You enter a value and upon leaving the textbox you wish to perform some action on the checkbox text.  This only needs to happen when the value changes.  I am having a heck of a time figuring out what event to use. I have tried the textchanged event, and it works great except that it  ...Show All

  • SQL Server how to load text file into a table?

    1 4/19/06 abc3100UD:Dcod25-uss1 PAGE 1 REPORT ON xxxx cs PREVIOUS DAY - PREV REP LOAN # BORROWER STAT STAT APP DATE INITIAL ORD DT LOANAMT CLIENTNAME 0 0123454681 xxxx, xxxxxxxxxx 10 9 06/04/05 abc 060418 $310,000.00 ABC temp plus 1 $310,000.00 0523468431 xxxxx, xxxxx xx 14 13 06/04/04 efg 060418 $127,120.00 cAPITAL MANAGEMENT INC 1 $127,120.00 ...Show All

  • Software Development for Windows Vista what is exact advantage of WF

    Hi, I am new to WF.I am not yet sure what type of applications can be easily designed using WF(windows workflow foundation), though people say that it can be applications like call center application, loan s/w etc. Every control provided in workflow toolbox(VS.net 2005) like "invokewebservice","delay","code",parallel","ifelse" works in same way as we wrote code for these in earlier versions.What great advantage has come out. Can somebody guide me where exactly WF benefits in comparison to earlier approach. If possible please provide me with one or two sample scnerios. I wonder w ...Show All

  • Software Development for Windows Vista Problems with running RegSvr32 in Windows Vista Build 5259

    I am getting a return cod of 0x80070005 when trying to perform the RegSvr32 command on one of my COM components.  Has anyone also experienced this problem and know how to resolve it.  I am running in admin mode but for some reason it keeps failing with whichever components that I use.  On WinXP it works just fine.  Thanks in advance for the help and comments. I'm seeing the same problem with a mobility center sample (MobilityCenterSamplePS.dll) that worked before. Build 5366. ...Show All

  • .NET Development Deploying WSE3 to servers using GPO

    I have successfully deployed the WSE3 runtime to all my client systems using a GPO with the runtime MSI. Now, I would like to automate the deployment of the WSE3 to my servers. As part of the deployment, I want to install both the runtime and the admin tools, not just the runtime. Is there some way to use the full WSE3 MSI to deploy to my servers Thanks, Erick Hello Erick, From my knowledge, there is no way to do a silent install of the full WSE3.0 application. I think you only have that options for the runtime-package. I'll do some research on this a little later and post back to this thread if there ...Show All

  • Windows Forms No Animals teleport to my machine.

    Hello there! I've already read a lot of these problems on other postes but none of the solutions seems to apply. I'm behind a firewall, the 50000 port is redirected to my machine and the redirection seems to be ok according to the online Port Scanner http://www.t1shopper.com/tools/port-scanner/ Port Scan <MyMachine> Thu, 13 Jan 2005 13:30:25 -0800 The host <MyMachine> h ...Show All

  • Visual Basic invalid parameter

    Can anyone tell me why this throws a system.argumentexception:Invalid parameter Imports System.Drawing Public Class form1   Inherits System.Windows.Forms.Form # Region " Windows Form Designer generated code " Public Sub New () MyBase .New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the InitializeComponent() call End Sub 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose( ByVal disposing As Boolean ) If disposing Then If Not (components Is Nothing ) Then components ...Show All

©2008 Software Development Network