rgudgeon's Q&A profile
Software Development for Windows Vista StateMachineWorkflow - designer problem...
Using a StateMachineWorkflow I have problems with the graphical design. Every now and then I just looks like a mess, shapes has been resized, moved etc. And using the Monitor (from the sdk samples), all the shapes is moved to the upper left corner. Is this a known bug Is it fixed in Beta2 Thanks If you have rehosted the designer then you must have used the WorkflowDesignerLoader class to load/save the conten ...Show All
Software Development for Windows Vista About the Workflow Designer in the lab 10.
Hi, I'm in the process of trying to setup a demonstration application which shows an example of workflow and rules management. Here is what's happening: 1. Open a existed wfname.xoml; 2. In wfname.xoml.cs file I had built a string variable name as " testStr "; 3. Drop an IfElseActivity on the design surface, and edit the condition property on the IfElse branch to select System.Workflow.Activities.Rules.Rul ...Show All
Visual C++ arrays and functions
I have tried to find answers to the following problem but hasn't been able to find one: If I run the following program then it returns with a crash when it finish (The program should be very simple so that it should be possible to find the problem) #include <stdlib.h> #include <iostream> using namespace std; void test( int p[]); int main() { int p[1]; test(p); cout<< "th ...Show All
SQL Server Error creating Report Model based upon Oracle Database
In MS Visual Studio, when creating a new Report Model Project, after defining a datasource to an Oracle database (and successfully testing it), and a simple datasource view (1 table), when I click "Run" in Report Model Wizard, I receive the following error: "ORA-02179: valid options: ISOLATION LEVEL { SERIALIZABLE | READ COMMITTED }" It does not appear that one can create Report Models from an Oracle database (since the SQ ...Show All
Visual Studio Team System Create Team project without source source control folder
TFS Beta3 Refresh: When creating new Team project I chose "Do not create source control folder at this time" on the final step of the wizard but nevertheless source control folder ("$/Project1" in my case) still was created. I was not able to find a way to just remove source control folder without removing team project - tf.exe does not have enough options to do this. On other hand i can't find how to create just source control not linke ...Show All
Smart Device Development VS 2005 install - SmartPhone Device Forms not working in designer
I just installed VS.NET 2005 release and tried to take my existing projects and open them. They were previously run in the RC and worked fine there. Now in the new fresh and clean install (no errors) none of the Smartphone forms want to open any longer. I also created a new project and added a form there which also fails. What's happening is that there are no errors, but the form esigner doesn't show. All I see is the Component tray contain ...Show All
Visual C# May help writes a use (C# 2.0 generic syntax ) the code example
May help writes a use (C# 2.0 generic syntax ) the code example:-) Do you mean something like: List<String> strings = new List<String>(); strings.Add("MyString"); List< int > ints = new List< int >(); ints.Add(10); ...Show All
Windows Live Developer Forums COM interface for Live Messenger
We had a full COM interface for Messenger 5.0 - able to control many aspects of the client as well as receive events etc. Does WML have such an API/COM interface Thanks jbaker - I was looking to get a heads-up on the interface - and also find out when it might be available. We have active customers for our WM5.0 integration that are bugging us for a WLM version. Hopefully they will wait - we really don't want ...Show All
Software Development for Windows Vista workflow monitor
Hi. Should the workflow monitor sample on the Beta 2.0 SDK display an "X" icon on the activities that threw an exception I'm asking this because I'm not being able to make that, and I don't know if it is a limitation of the app or it is I that am doing something wrong. With Visual Studio, I'm creating a new Sequential Workflow Console Application, and placing two Code activities on it. The first activity does nothing, and the ...Show All
Visual Basic DataView sort
If i put the dataview as a datasource of a datagrid the sorting works fine. If i load the records one by one from the dataview the position of these records is the same as before the sort. How can i avoid this Not sure, but: Don't access the dataview directly, if you want to access the rows as the datagrid sees them. Go through the currencymanager' List object ...Show All
Visual Basic Combining Several Large Files Into 1 File
I am new to .net programming and need some help getting pointed in the right direction. I am looking for the right commands to research for each of the tasks so I don't waste a bunch of time going down the wrong road. The Goal is to combine a varying number of .plt (plot) files that can be as large as 700mb each into a single file. Then send the resulting file to a plotter using TFTP. All of the files will reside on a network drive. Step ...Show All
.NET Development SSLStream.AuthenticateAsClient not working without server certificate name
Hi, I am trying to develope a TLS based server-client application. The client side sslstream has to be authenticated with AuthenticateAsClient with the server certificate name as input. My problem is that, from the client side, I don't know the name of the server certificate. I only know the hostname of the machine which is the server. In this scenario, how do I get the server certificate name to connect. Regards, Kuldeep. ...Show All
Visual C++ Having several Heaps
This is a little advanced question and didn't know where to post it. I'm doing windows system programming. We can create several Heaps for the same Process. My question is, how can I copy and duplicate a Heap and create an exact copy of it in a different Heap. Both Heaps will be in the same Process of course. I just tried it and it is not going to be easy. But for a moment imagine I was able to duplicate the fi ...Show All
.NET Development System.Management - How to disconnect from remote computer?
I have a program that scans machines on the network for various information using WMI. I use the ManagementScope to connect to the remote machine. After I get the required information, I call Dispose() in the ManagementObject and also the ManagementObjectCollection. The ManagementScope has a Connect() method but doesn't have a Disconnect() method, so I just set the ManagementScope to null. However, after running the application, if I do a netsta ...Show All
SQL Server Error deploying DataSource (rsAccessDeniedToSecureData)
Hi! we've installed the June CTP of SQL Server 2005 Standard. If I try to deploy a report project with Visual Studio 2005 Beta 2 I get the follwoing error: The Report Server Web Service is unable to access secure information in the report server. Please verify that the WebServiceAccount is specified correctly in the report server config file. (rsAccessDeniedToSecureData) The same error occurs if I try to create the datasource directly over the ...Show All
