clinicalcom's Q&A profile
Software Development for Windows Vista Asynchronously Started Workflows Running Independent of ASP.NET Request Thread
Hi, I've got a question about hosting the WF runtime in an HTTP Application scoped variable within ASP.NET. My scenario is that I have a web service that runs a workflow synchronously during which it asynchronously starts another workflow which should run independent of the web service request. This asynchronous workflow may start other workflows, each of which are responsible for updating a database after a response has been returned from ...Show All
Windows Forms ToolStrip settings are lost when opening the designer?
Hi, I'm trying to persist the ToolStrip settings using SaveSettings during the form's Closing and LoadSettings during the form's loading. It seems to work until I open up the form in the designer. The toolstrips are then repositioned in their default position and when I fire up the app, all the settings are lost. Any way to prevent that Thanks! I get a LoaderLock MDA thing related to DirectX when starting the ap ...Show All
Visual Basic Referencing an Access MDB
I am trying to get data from an Access 2000 database (mdb file). I have a table called "Settings" with a single row: Index = 1, and Version = some number (like 0.24 or 0.31). I want to assign the Version number from this table to a variable. SQL would look something like: SELECT Version FROM Settings WHERE index=1; Does anyone know how to do that Thanks in advance! Nick Dim MyCom ...Show All
.NET Development Web service in VS 2005
I am trying to debug a webservice by steping into a web method called from a web project. The strange thing is that sometimes it works but often it does not. When it does not work I get the following error when trying to step into a web method: Unable to automatically step into the server. The remote procedure could not be debugged. This usually indicaes that debugging has not been enabled on the server. See help for information. Here is h ...Show All
SQL Server Another SSIS Package Validation Question
We are going to be running a package repeatedly 24/7. The same package against the same data store, filtered using a "stageFlag" so as not to read rows previously processed. We have various timing statistics and have yet to fine tune; but on the surface it appears that it takes approximately three minutes to validate and another three minutes to run. If we have no additional data on the second run it still takes three minutes to comple ...Show All
Visual Studio Team System Rosetta Not Playing Nicely - Help Request (Security)
hey all, i did the virtual server install path and i'm having some troubles in getting a project created as per the example. for reference, i used the how-to for virtual server (except my dc is on the base machine) for the december CTP build. wanted to try to troubleshoot this a little. if anyone could lend a hand i'd appreciate it greatly. i have three machines in the game: WATERPOLO dc, ad, dns CRICKET (virtual machine) sql + re ...Show All
Visual C# DateSerial Value
hi! i can easily get the DateSerial Value on Excel VBA. like this, Format(Date, "0") then, how to get the DateSerial value on C# and is this useful to use it on C#. Thanks. Your proposal is very useful. And I gave up to use the 5 digits in C#. ...Show All
Software Development for Windows Vista Unable To Install WinFX Runtime Components after installing Visual Studio 2005
I get a setup error. Mateusz Mateusz Rajca wrote: When will there be one im on the edge of my workstation waiting... ...Show All
Windows Forms Custom control cannot be moved in VS.NET designer
Hi all, I developed a custom control derived from ScrollableControl. After I dragged my control onto a test Form, the control can be selected, but I cannot use mouse to move it around or resize it as I can with normal controls. However, If I used the property browser to change its Location or Size property, it takes effect. What is the possible cause of this problem Thanks in advance If your ...Show All
Visual Studio Unspecified error when doing Get Latest Version
When I do Get Latest Version from within Visual Studio on a complete solution or project I get the following error: Unexpected error encountered. Error: Unspecified error. File: vsee\lib\path\cvapipath.cpp Line number: 2459 When I do Get Latest Version on an individual source file, it works correctly. When I do Get Latest Version on a project from within the VSS client, it also works correctly. I got the following setup: Visual Studio ...Show All
SQL Server SQL Mgt Studio 2005 - Printing Diagrams
Hi When I layout a diagram in SQL server management Studio 2005 everything looks fine, however the automatic recalculation of page breaks is causing me problems. I have a number of tables laid out over two pages and everything looks ok and fits well, until i click auto recalculate page breaks and it messes everything up and pushes the table views half way down the page... dont click this option i hear you cry... i thought that, set my tabl ...Show All
.NET Development Saving data array as bitmap
Hi there, I have what should be a simple question: Using VS C++ 2003, how do I convert and save my data array(s) into bitmap files so that I can display them on my windows forms image window Thanks, Joe Hi again, Thanks for your posts Christian. I found your code samples and they are definitely insightful, but I have a few questions. First, I have to admit I am a novice at c++...I am more of a Ma ...Show All
Visual C# alexandrpaul's problem
i have the same problem anayone with a suggestion about stop closing the application when the user presses the X button thanks What do you want to do If you don't want to close the app, then don't have the button there to start with, anything else is counter intuitive. ...Show All
Visual Studio Express Editions OCX use in C# Express
I would like to use an OCX built in VB6 in a C# Express application. Is this possible If so, where can I get example code OK. That was easy. Why after a million searches in MSDN could I not find that simple answer! Anyway, thanks. ...Show All
Smart Device Development Doubt in wireless communication
Hi, I developed a PPC application in VS 2003 using webservices that needs WIFI to work.Since WIFI works for limited surroundings i want my application to work at all places like my mobile phone.So what is technology to be followed to work at any where, where i get mobile signal coverage. gprs. Look in settings->connections, you can set up an internet connection there ...Show All
