TheIlliterate's Q&A profile
Software Development for Windows Vista Custom Activity with timer does not execute after timer expired
I have created a custom activity that has a timer. The activity executes, creates the timer and then idles. After the timer has expired, the workflow is reloaded and scheduled for execution. My problem is that the custom activity doesn't get executed again. I am not sure what is being executed by the scheduled callback. I have a custom persistence and scheduler service so I know the workflow is being reloaded and ...Show All
Visual C# Having troubles with Randomness
I am new to these boards so not sure if I should post code snippets or how you guys handle things. Basically the issue can easily be seen here: http://www.thecodeproject.com/csharp/CsharpMersenneTwister.asp If you don't have an account there you can just download the binary called the demo. When you run this simple dice program you can see that it always has the same results. Do so by running it, memorizing the number of rolls for each ...Show All
.NET Development Need help! User added to my PC, ASP.Net Machines A's What is this??
Could any one please help. I just opened up my user accounts on my pc running xp pro. I used to have only two user accounts. one was the admin. and the other was my own. Now when I checked there is a new account added that I did not put there. The account was named as follows ASP.Net Machine...A's account. I need to know what this is and can I delete it and if so will it affect anything on my Pc. Am I being hi-jacked   ...Show All
Windows Forms Loop through checked items of CheckedListBox
For some reason I can't figure out how to do this. I want to creat a string based on the valuemembers of the checked items. How can I loop through and get the values I believe you can do this in a simpler manner, if ...Show All
Visual Basic custom cursors
it's very important to my project that I make a custom cursor... how would I do that i guess this is a serious problem. ive found several forums of people complaining about this. i guess ill have to make do with simple mouse and hand cursors. ...Show All
Visual Studio CONFUSED AS HELL
my visual basic express 2005 applications cant run under .net 2.0 framework in my other computer what is the problem here in my other pc i installed .net 2.0 i wanted to test out if they worked but they just dont every single one of them failed to work. i dont understand this, why is microsoft providing the .net 2.0 framework which is not compatible with visual basic express 2005 what framework allows vb express applications to run on differ ...Show All
SQL Server Adventure Works DB Samples with Express 2005 SQL Server
Downloaded the file for the Adventure Works DB Sample. Which folder do I need to install it in to have show up in SQL Server Express 2005 did you get this to work I have attached the database and still could not get the report designer towork with the database. ...Show All
.NET Development (.Net 2.0) HttpListener and Keep-Alive (Http 1.1)
Hey everybody. I'm playing around with the HttpListener class, which i think is absolutely cool, it just seems to have a few quirks. I want to service multiple requests over a persistent http connection, which the API seems to support (it' has KeepAlive property), but for some reason, it always closes the connection after each response, forcing the client to create a new connection for each request. Here is some sample code. HttpListener ...Show All
Windows Forms .NET on WIN 9.X Machines
I am having a hard time to discover whether .NET Framework would work on WIN 95 and 98 Machines without any problems.Everybody seems to have a different opinion on that. Could somebody tell me concretely the pros and cons for it Our requiremen ...Show All
Visual Studio Team System Error TF31002: Unable to connect to this.....
Hi all Just installed TFS RC on our 2003 Server, please note the server is on a different domain than the one I am logged into (if that makes a difference). Everything installed fine - no problems, however when I try and connect from my PC I get: TF31002: Unable to connect to this Team Foundation Server: mem-app-int-005.icetnre.testonline.net. Team Foundation Server Url: http://mem-app-int-005.icentre.testonline.net:8080 . Any ideas ...Show All
SQL Server Connecting to SQL Server database via windows form app
Hi, I have developed a windows form application which connects to a sql server 2k database via the following conneciton string: Private con As New SqlConnection("Data Source=(local);trusted_connection=true;Initial Catalog=Database1") This works fine for running locally but I need to give my Windows form application to other users on the lan and have them reach my database server. So next I tried: Private con As New SqlConnection("Work ...Show All
SQL Server Converting @myString to @myInt
Here's a fun one. BOL says that using CONVERT or CAST to change a string into a number won't work. The following "works" and I'm assuming it is because the compiler can verify that the string value is in fact a number, even with the Unicode N: declare @col2 int select @col2 = convert ( int , N '12345' ) ====================================== Here's what I need to work, or I need a creat ...Show All
Visual FoxPro Call EXE problem
I have a foxpro 2.5 (for Windows) .fxp which call a .exe (lets say "exe A", compiled from VFP 6.0). "exe A" will in turn call another .exe (lets say "exe B" compiled from VPF6.0). "exe B" will in turn call another .exe (lets say "exe C" compiled from VPF6.0) All the foxpro programs and VFP .exe are commonly used by multi-users (~60). fp2.5 fxp -> vfp6.0 exe -> vfp 6.0 exe -> vfp 6.0 ...Show All
.NET Development class library
I am wonder when i use the same class library in web service and in aspx and then when i write something to class in aspx then call the same class from web service and try to cast this two classes they doesn't match . For example with type DateSet it works normally. joesun99@hotmail.com You mean you have web reference in your project that refers to a web service . where both of them use the same class library. ...Show All
Visual Basic Show data from 2 sources
I have a datagrid view which currently displays all the customers details (Name, address etc). One of the columns has data relating to the customers previous orders. Currently this data is displayed in the format 1,2,3,4,.... and not Order 1, Order 2....... so i need to connect that column with data from another source but also keeping the current customer details. Overall its one column to pull data from another source - is this possible if so ...Show All
