Melvinsb's Q&A profile
Software Development for Windows Vista ASP.NET & SQL Persistence/Tracking Woes
I'm attempting to add SQL Persistence and Tracking to my ASP.NET StateMachine workflow, and I'm not having luck. I added the following to me web.config file: <WorkflowRuntime Name="WorkflowServiceContainer"> <Services> <add type="System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> <add type="System.Workflow.Activities.ExternalDataExchangeService, System.Workflow.Activities, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> <add type="System.Workflow.Runtime.Hosting. ...Show All
Smart Device Development WANTED: list of devices supported
Hi all, where could i find the list of devices currently supported by VS2005 thanks. Try going here http://www.phonescoop.com/phones/finder.php and and under the 'Platform/OS' clicking either Windows Mobile for Smartphones or Windows Mobile for Pocket PCs then set the option box to 'Required' Seems to do a good job. - John ...Show All
SQL Server Keep getting Virtual Memory errors
Hello, I am wondering if there is a way to solve a virtual memory error We randomly get the following error when trying to run sycn over the http websync. Some clients have 512 MB running sql express, others are full instances that have 1.5 GB. The merge process could not allocate memory for an operation; your system may be running low on virtual memory. Restart the Merge Agent. Is this the error thrown by the merge agent At the subscriber Do you suspect a memory leak anywhere ...Show All
SQL Server Sql Express Installation problem setting sql account to ="NT AUTHORITY\SYSTEM"
Hello, I am having trouble installing sql express from a command line on an XP o/s other than English, I know French and German have the problem I suspect this is caused by setting the sql account to ="NT AUTHORITY\SYSTEM" my guess is that this is a localized string. I get the following error SQL Server Setup could not validate the service accounts. Either the service accounts have not been provided for all of the services being installed, or the specified username or password is incorrect. For each service, specify a valid username, password, and domain, or specify a built-in system account. This is my command line ...Show All
Visual Studio MSBuild Task, Compiling web site with project references
I was testing to use MSBuild from command line for an automated build process, MSBuild Task seem to have an issue compiling website with project references within the same solution. The library, console, windows services and application are all compiling with out any errors but when it comes to compiling websites I am running into issues. The website has Project references to other library projects within the same solution but the MSbuild does not seem to be copying these referenced assemblies into the website's bin directory after compiling those libraries, because of this the website compilation is failing, i ...Show All
Windows Forms button appearance
Suppose I have a row of four buttons all right next to each other, and the user can perform a specific function based on which button they have clicked. My question is, is there any way to make the button they have pressed appear pressed, like it is pushed down, until the user presses a different button. Like when you click on a button it has the appearance of being pushed down, but it pops back up when you let go of the mouse button, I want it to stay looking pushed down. Does anyone know how to accomplish this smtraber ...Show All
Visual Studio Express Editions Working with IComparable
The response I received to a recent post got me investigating collections, they're pretty cool. I am attempting to add a CompareTo function to a class that I've written so that I can use the Sort method. I have used Listing 4 in a DevX article as my pattern for the CompareTo function. Public Class Recipe Implements IComparable ' ...a property, RecipieID, is created & stored internally as intID Public Overloads Function CompareTo(ByVal objRecipe As Recipe) _ As Integer Implements Icomparable.CompareTo Return intID.CompareTo(objRecipe.RecipeID) End Function End Class In my version of the CompareTo function I must declare ...Show All
Windows Forms Connecting to a SQL Server Database
Connection String Server Name: E134017 full path; //E134017 or //E134017.nw.nos.boeing.com User ID : sa Password; billyboy Initial Catalog: Database1 I am having a terrible time connecting to my sql server 2k database from another computer on the network. I have no problem in local operation. I continuosly get "Server does not exist or access is denied" when I try to login remotely on the LAN. Connection Strings which work locally but fail remotely include: Server=E134017;User ID=sa,Password=billyboy;Initial Catalog=Database1 Server=\\E134017.nw.nos.boeing.com;User ID=sa,Password=billyboy;Initial Catalog=Database1 Server=E134017; ...Show All
Visual C++ Microsoft Visual C++ Runtime Library error question
I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2. Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. I am not certain where to post this question and problem. Your assistance is greatly appreciated. Currently, I am using Firefox as my back-up web browser. had the problem with runtime error, removed google tool bar, ...Show All
SQL Server SSEM - How do you connect to an MDF file?
I have SQL Server Express 2005 (April CTP) along with SQL Server 2005 Express Manager (SSEM). I am trying to create an ASP.NET web site using VS 2005 and in the process I want to create and use a smallish SSE database using an MDF file. I thought I could connect to the MDF with SSEM to populate the DB with some data but I can't figure out how to connect. Does SSEM support this Is there a better way to do this - perhaps from within VS 2005 Keith Hill wrote: Nevermind. I had not opened up the permissions on the parent dirs. It connects now. Thanks. Hi, How do you set the per ...Show All
Windows Forms Master-Detail Form Help needed!!!
Hi, I'm new to visual studio...(yes i'm a newbee) I've got 2 Forms(Form1,Form2) Form1 have an OleDBDataadapter to my database and linkek via a dataset to a dbgrid... I want after a dbl click event on 1 row of the form1.dbgrid to open form2 as a detail form of the current row... My 2 forms are set but i can't open form2 on the selected item of  ...Show All
Software Development for Windows Vista DirectShow Semantics Troubles.
I am working on a project for school and have been having some issues with DirectShow and was wondering if anyone can offer some help. I added my filters to my filter graph and connected my pins and verified the HR results succeed but it’s just not working. I am trying to put a filter together to use ATI X1800 AIW to show some input from the composite connection of the card. I verified that I have all the filters I needed through GraphEdit. First, when you find the filter you need by enumerating by class, you get the filter and hold on to it correct What I mean is that you don’t release it (before program termination.) Do ...Show All
Visual FoxPro FoxPro character fields in .Net showing as blank strings.
Not sure if this should be in the FoxPro forum, or the C# forum. I have a dBase database, with a table (table1). table1 contains a field (myField) which is a fixed length, 4-character field. With each record this field contains 4 ASCII characters (which were created by converting decimal values into ASCII). Now ... I think that the first 2 or 3 characters are ASCII value 0 (null). Also, some of them contain Extended ASCII codes. My problem the object variable, thisField in my code returns contains an empty text string. I have tried casting it to different types, and have interrogated the field output in every way. Visual Stu ...Show All
Game Technologies: DirectX, XNA, XACT, etc. oh, where to start...
I've been doing some small time game programming with a few open source rendering engines with c++. It's been a great learning experience but i want to see what I can do with DirectX. What would be a good starting point Are there tutorials out there for common functions, such as fps camera, collision detection, dynamic lighting, seamless worlds, etc. Or code samples and snippets that happen to be lying about I've looked through the SDk, and there is certainly some good info there, but I guess I'm looking for a little more(unless some of those things were there and i missed it) Currently, I'm entirely happy with the eninge that I' ...Show All
Visual Studio Express Editions Same results
Before running the latest version of the Express Cleanup Tool my VB Express Beta 2 install would fail with a message saying I had to uninstall previous versions of VB Express and MSDN. It gave this same message after de-installing everything and running previous version of the Cleanup Tool. Now, after running the latest Cleanup Tool the VB Express Express Beta 2 still fails, but it lists only a previous version of VB Express as needing to be deinstalled. Apparently the new cleanup tool got the missing MSDN components. This is a 50% improvement! Maybe, if the Cleanup tool keeps improving, I will be able to install VB Expre ...Show All
