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

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

BubbleGum

Member List

ThomasHo
Supavan
Emmalo
Hitesh193
Dstroyer
bill1000
Allan Kor
Ali Akbar
Thanh Duong
BenKC
nateastle
Mr. 007
DaveScotese
Shri Borde
Mathijs van Altvorst
Greg Bowe
bink142430
RedAlarm
Yaramala73
alvi_du
Only Title

BubbleGum's Q&A profile

  • Software Development for Windows Vista Why this exception been thrown?

    When I raising a workflow's event, it throw this exception: System.Workflow.Activities.EventDeliveryFailedException:Event"ClinicWorkflowRegistrationDistributed"oninterfacetype"Tosoft.HAP.Service.Workflow.IClinicWWFDataExchangeService"forinstanceid"fc862a48-f935-4d5f-9d9d-6520f11c8a24"cannotbedelivered.--->System.InvalidOperationException:Queue'MessageProperties InterfaceType:Tosoft.HAP.Service.Workflow.IClinicWWFDataExchangeService MethodName:ClinicWorkflowRegistrationDistributed CorrelationValues: 'isnotenabled. atSystem.Workflow.Runtime.WorkflowQueuingService.EnqueueEvent(IComparablequeueName,Objectitem) ...Show All

  • SQL Server Linked servers and Windows Authentication

    I have seen similar questions, but none of the answers have solved my problem. I have several SQL2000 servers running under Win2003. In the past, we have been using SQL logins, but I have been trying to transition to using Windows Authentication. It has been working great except that sometimes queries using linked servers fail. The linked servers are set up for the connection to use the login's current security context. For testing this problem, I have limited myself to two servers to do this between. My Windows account is defined with sa rights on both servers. I have tried explicitly to impersonate my account, I have told it to ex ...Show All

  • SQL Server Filtering Table name with Parameter

    <br><br>I obtain table names from a database and pass them to a dropdownlist. Based on user selection, I want to pass each table name to a query.Here is an extract from my code: <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>" SelectCommand="select * from @dDTable"> <SelectParameters> <asp:ControlParameter ControlID="DropDownList1" Name="dDTable" PropertyName="SelectedValue" DefaultValue="product" Direction="InputOutput" Size=&qu ...Show All

  • Visual Studio Beta 2 - breakpoints in VB

    I'm debugging a VB app in VS Beta 2. The debugger breaks upon execution of Application.DoEvents. I get the message that my application has triggered a breakpoint and I end up in _CrtDbgBreak. I have not set a breakpoint in any part of DoEvents code. If I comment out the DoEvents, it runs through that section of code without breaking. If I add a DoEvents elsewhere, it breaks there. Any idea why DoEvents triggers a breakpoint Thanks. Leon I know what's happening. You are using a debug version of windows or has installed the debug symbols, or something near.. i have installed a sebug version of windows ser ...Show All

  • SQL Server Nonfatal Errors after Adding WindowsNT Event Log as Logging Provider

    This has probably been answered somewhere, but... How do you keep the non-fatal error dialog box from coming up after you enable logging and specify the Windows NT Event Log as the log provider   I know the problem is that the "configuration" for a log provider is expected to have some value and none is needed for the Windows NT Event Log, but the message box is annoying when it comes up. I could probably hack the XML for the package, but I have a customer who wants to add the Windows NT Event Log as a provider to a lot of packages, so hacking the XML for each package after adding the logging options doesn't sound like a great idea. Any ...Show All

  • .NET Development .Net Remoting for client/server implementation

    Hello, I am having a serious issue and loosing the argument of using .NET Remoting in implementation of client/server architecture.   Can any one give me severral good reasons for using .NET remoting over writing custom implementation for client and server The proposed solution is very straight forward, however I am wondering if there are any disadvantages to this approach we should be aware of.   My co-worker is proposing to implement listener on the server side that will catch encrypted traffic sent from the client.   Then, parse sent message to find out what the request is and perform certain actions to s ...Show All

  • Visual Studio Express Editions BindingNavigator

    Hay, Whit this code i try to go to a reccord whit an BindingNavigator Dim ring As String ring = InputBox( "Type een ringnummer" , "Ring nummer" ) If ring = "" Then Exit Sub Else Me .TVogelBindingNavigator.Items.Find(ring, True ) End If Is this correct or what do i wrong. I'm am using this. Add a query to the Tableadapter on your form. Use SQL statemends. SELECT which returns rows. then use somthing like this: SELECT LocatieID,CompanyName, CompanyAdredss FROM LocationTable WHERE CompanyName LIKE Rename ...Show All

  • Visual Studio 2008 (Pre-release) Simulate Keyboard Message

    Hi, I have virtual keyboard and I was wondering how can I simulate KeyDown event for the textbox. Should I use RaiseEvent In my MFC virtual keyboard version I was sending message WM_CHAR to the edit box in my button click handler. What do I have in WPF instead Appreciate any help. While I don't have a direct answer, my suggestion would be to have a look at the Automation namespace . It allows you to automate (go figure) all kinds of input. HTH, Drew ...Show All

  • SQL Server Custom Destination Adapter

    Hi All, I have built a custom flat file destination adapter but it appears that the code is not working. When I debug the process I notice that the ProcessInput section is called multiple times. The first time it looks like everything is working, then it call it again and there is no inpout from the DTSInput90. Why would it do this Thanks Mike Data moves down the pipeline in buffers. It is not one stream, or individual rows. Obviously buffers have a limited capacity, so you will get multiple buffers depending on the number of rows. The rows per buffer depends on the size of the row essentia ...Show All

  • Visual C++ Mixing ml64.exe and Win32 C++: is it possible?

    I am currently running WinXP Pro on a dual AMD Opteron system. The development project I'm working on is a high-performance CAD/graphics program. The project is mostly Win32 C/C++, but we also have many specialized performance-critical subroutines hand written in assembler. These assembler files are part of the Visual C++ project and each has a custom build-step that uses ml.exe to compile. We would like to take advantage of the 64-bit registers in our hand-coded assembler routines. The use of the 64-bit registers would only be for mathematical computation, e.g., we don't need the full support of a 64-bit OS with 64-bit memory addressing. So ...Show All

  • .NET Development How to force date format to custom format.

    I have a program whose default UI culture is German. I also have satellite dlls with English and Catalan resources. The program shall run in Spain with Catalan UI. We have an English Windows XP with German and Spanish MUI packages installed, and English as well as German UI work fine from our program when selected as UI languages in Windows respectively. But how can I get it to show the Catalan UI When I turn on Spanish Windows UI I get the German UI (as it is the default) in our program and I cannot install the Catalan LIP as it requires a native Spanisch Windows XP as a requirement for installation which we don't have. As our customer in S ...Show All

  • Visual Basic I have a big problem with .NET Framework

    Hello I have a big problem with .NET Framework 2.0. My story is: I made a program via VB2005 and I gave it to all my friends. My friends who doesn't have Win XP SP2 said: the program didn't work cuz .NET Framework 2.0 didn't install. My question is: Does any program which made via VB2005 need Win XP SP2 exclusively I'm very angy. Can anybody help me, please, please, please You don't need to have windows XP, but you do need to have the .NET framework 2.0 installed (if you do have XP, you'll need service pack 2). This .NET framework can be downloaded here: http://www.microsoft.com ...Show All

  • Visual Studio Team System Folder compare

    Hi, Does TFS Source Control support folder compare I was suprized that there is no question about this.. Evgeny Evgeny, TFS supports folder compare from the command line via tf diff. Folder compare is not available within Visual Studio. This is a frequently requested feature we are considering for our next release. Ed http://blogs.msdn.com/edhintz ...Show All

  • Windows Forms Programmatically creating files for use by separate application

    Dear forum, How do I create a file in .Net, and then 'release' it so that another application can use it I am creating an application that involves programmatically creating a directory structure containing a number of text files. Once the files are created, I programmatically use the DTS (Data Transformation Services) object model to fireup DTS packages which insert data into the files. But the DTS packages are getting an error - the file is in use by another application...which is presumably the .Net application that is creating the files. I am really stuck on this one, a bit of a novice with System.IO. Any help will be much ap ...Show All

  • Visual Studio Adding Web Site to Source Control - Error FrontPage Web Access

    I've created a Web site on a network server in-house using Visual Studio 2005.  The Web site runs perfectly well and is accessible from all computers within my domain. I've also created a Team Project under which I would like to add the Web site project to source control.  Attempting to do so gives this error: "Microsoft Visual Studio cannot add some of the projects you have selected to source control because they are Web projects that are using FrontPage Web access. The Visual Studio Team Foundation source control plug-in does not support source control operations on this type of Web project." Note:  The Web site was create ...Show All

©2008 Software Development Network