-
- VS2008 Beta 2 and CardSpace secured WCF Services
by Daniel Bartholomew
- 4 Replies
- Last post
by Rakesh Bilaney - MSFT
- Hi all I'm trying to build a windows application in VS2008 that calls WCF services. Has anyone successfully used svcutil or "Add Service Reference" to generate a client proxy that talks to a CardSpace WCF service
-
- Separating Page Navigation Workflow and long running Business Logic Workflow
by RedBully
- 6 Replies
- Last post
by RedBully
- Hello!
I want to write a web application using ASP.NET in IIS. I want to use Workflow to control the page navigation and I also want to use separate Workflow for my business logic.
I have two questions for anyone kind enough to help. One is about invoking multiple workflows from within a workflow within an ASP.NET environment The second is about the best approach to using multiple workfl
-
- Error installing Microsoft .NET Framework 3.0
by Anonymous560530
- 1 Replies
- Last post
by Yoni
- Hello, I am having problems installing Microsoft .NET Framework 3.0 and I really need this package installed to run a application.
My computer specifications are:
Dell Inspiron 6000
Windows XP Media Center Edition 2005 SP2
1GB RAM
The error that comes up in the error log is:
[04/01/07,00:57:37] MSXML 6.0 Parser: [2] Error - file does not exist: c:\74e77811b1e81e8821f690ed
-
- Thread count in Assembly
by milax
- 1 Replies
- Last post
by milax
- Are there any tools or APIs that would tell how many threads are in Assemblys beloning to process (exe)
I mean e.g that Assebly 1 has five threads, Assembly 2 has 10 threads and exe has two threads.
Pview and other similar tools show how many threads a process has total, not how many are allocated to different Asseblys belonging to process.
I ask this because I use couple third pa
-
- vista blocks application at startup
by pwinant
- 14 Replies
- Last post
by PhilWilson
- Hi,
I'm a software developer and I have a question about Vista. Our application (a .NET 1.1 app) requires Administrator access and we have the "requiresAdministrator" access level defined in the application manifest. That part is working fine. However, our application needs to startup when the computer boots so we have it in the "startup" folder. For some reason (I can't ima
-
- Data Exchange with HandleExternalEventActivity - Markup Only
by smathieu2
- 14 Replies
- Last post
by smathieu2
- I need to send some data to a StateActivityWorkflow. I'm using a HandleExternalEventActivity with a custom ExternalDataEventArgs
[Serializable] public class MessageSendEventArgs : ExternalDataEventArgs { private bool executeDefaultPath;
public MessageSendEventArgs(Guid instanceId, bool executeDefaultPath) : base(instanceId) { ExecuteDefaultPath = executeDefa
-
- Shell Namespace Extension's default action not called
by prakashguru
- 9 Replies
- Last post
by Naamala
- Dear Friends I have a shell namespace extension registered under "My Computer". It is working well in Windows XP. I got some problems in Windows Vista. I am unable to navigate my NSE items by double click in the listview (The single click in treeview working fine). Nothing happened when I double click on an item. But in windows xp the item opens and all child items are shown While de
-
- Problem with Workflow Monitor Sample
by samltd
- 4 Replies
- Last post
by samltd
- The SDK sample shows the webserviceInput/webserviceOutput activities with a "!" mark regardless it's completed or not. It looks like validation error in the visual designer.
-
- print ink
by stan.K
- 5 Replies
- Last post
by Stefan Wick - MSFT
- Hi,
I need help to print inkpicture control with more than one page. I was able to print one page using the sample code from msdn site print ink web page. I try to modify the following code to work with multiple page with no luck. Any idea Thanks
private void thePrintDocument_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e) { // Create an image using graphics
-
- Sample code needed to understand the UIA
by jayakhanna
- 1 Replies
- Last post
by Peter Donnelly - MSFT UE
- Hi,
I am planning to use the UIA in our environment. Can anybody post a sample code to automate a simple GUI application (notepad)
Basically i am looking for how to invoke the notepad application and enumerate the menu items in it using the UIA
TIA,
~JK
-
- Internal Server Error - Handler "ASPClassic" has a bad module "IsapiModule" in its module list
by digicoral
- 7 Replies
- Last post
by Bruce N. Baker - MSFT
- I am having a difficult time getting a simple .asp page to work in Windows Vista Home Premium.
Html pages work fine. I already installed all IIS features.
Here is the complete error:
-----------------------------------------------
Description: Handler "ASPClassic" has a bad module "IsapiModule" in its module list
Error Code: 0x8007000d
Notifica
-
- New Vista Home Premium PC will not reconize old XP based "NAS" PC
by whitewaterdj
- 3 Replies
- Last post
by whitewaterdj
- The title says it all. I am trying to gain access to my home XP based "NAS" with my new Vista based PC. My old XP PC is set up and ready to go as a "NAS" however when I try to map a network drive from my Vista PC I get nothing it wont even acknowledge its existence on the network. PLEASE HELP
All wires connected...check
On old XP based PC:
Run network setup wizard (thr
-
- SOAP toolkit doesn't install on Vista
by Jim_Fort_Worth
- 4 Replies
- Last post
by Jim_Fort_Worth
- I have an application that makes use of the MS SOAP toolkit on many of my customers XP machines and when upgrading to Vista the SOAP toolkit no longer works. It appears the registry entries for it are no valid. When the installation for the toolkit is tried cetian DLLS are not getting registered propertly. We cannot move the application to make use of native .NET SOAP and need to get this to work
-
- Strange problem with WTSQueryUserToken and ImpersonateLoggedOnUser
by James Clark
- 1 Replies
- Last post
by Felixz
- I'm updating a Windows Service that configures Power Management settings and records various user statistics such as idle time. The service runs fine in a standard XP (non Terminal Service / Fast User Switching) environment but needs to be updated to work in TS and Vista environment. The move to a multisession environment is creating interesting problems. The existing service basically works as fo
-
- need help, cant hear audio in youtube or other sites
by Kennylocodude
- 2 Replies
- Last post
by jayboardy
- i need help to hear audio i cant hear them in sites like youtube or myspace need help plzzz
-
- Workflow project wont build due to validation error - fix by temp excluding workflow
by DavidR100
- 2 Replies
- Last post
by DavidR100
- this really should not be necessary!!
I had a workflow project (containing several custom activities) that I couldnt build due to a rule validation error, and I tried to resolve it by doing a clean and then rebuild, this deleting any copies of the assembly.
This then meant that I could load up the workflow to fix the rule error.
I resolved this by excluding the XOML workflow i
-
- Text Wrapping in Custom Activity
by jkyoutsey
- 5 Replies
- Last post
by Maggie Ying - MSFT
- I've built a custom activity but the Name value won't wrap like the default activities do. Here's my code: private Rectangle CalcImageRectangle()
{
Rectangle bounds = Bounds;
Size sz = new Size(32, 32);
Rectangle rcImg = new Rectangle();
rcImg.X = bounds.Left + 4; // ((bounds.Width - sz.Width) / 2);
rcImg.Y = bounds.Top + ((bounds.Height - sz.Height) / 2);
rcImg.Size = sz;
retur
-
- Web Service Not Marked As Serializable
by jfkrueger119584
- 7 Replies
- Last post
by jfkrueger
- Hello,
I have a pretty simple sequential workflow that has a reference to a web service. I also have a business logic layer class that consumes the web service (I don't need an activity to consume the web service, I only need to call it from within some of my code activities). I am trying to get the tracking services and persistence services to work and I think I am very close but my workflow k
-
- Workflow Properties provided by an ExtenderProvider
by Raghu Vempati
- 10 Replies
- Last post
by R.Kishore
- Hi,
I am extending the properties to a workflow (or an activity) using the IExtenderProvider. The properties I provide are of different types (string, List<sometype> etc...).
I am faced with two issues.
1. When I save the workflow to XOML, I cannot see these properties serialized to XOML unless I edit them. If I have any extended properties (attached dependency proper
-
- Vista development issues
by coco
- 7 Replies
- Last post
by AndyCadley
- Hi all,
I've read the WindowsVistaUACDevReqs.doc documentation and I have done different small tests on Vista to understand the bahaviour and now I have a few questions.
1) If I create a dummy console application that creates a file in Program Files directory, this one will succeed and will create the file b/c of the virtualization.
But, if I do the following call in a console win
-
- indexing files accessing internet
by littlesk8erboy
- 12 Replies
- Last post
by hummingbirdhill
- Should searchfilterhost.exe and searchindexer.exe be trying to access the internet Even if I deny access they will try again a little bit later.
-
- Workflow in Orcas
by Arran
- 1 Replies
- Last post
by Kavita Kamani - MSFT
- Hi,
I have upgraded a solution from VS2005 to Orcas Beta1. This solution contains a Workflow project. When i compile this project in orcas i i get "Activity 'MyActivityName' validation failed: Can not find the condition "MyConditionName"".
This comes up for all the Declarative Rule conditions in the project.
The designer is not showing the rules as invalid and
-
- What Certs to use to sign an InfoCard
by Matt Ellis
- 3 Replies
- Last post
by Toland Hon - MSFT
- Hi folks. Two questions:
1. What certs do I use to sign an InfoCard
2. Why does the InfoCard contain the chain of the public keys for the certs used to sign an InfoCard
Cheers
Matt
-
- Facing problem in STS sample
by HitmanTheKiller
- 7 Replies
- Last post
by PhuNA
- as I am trying to run the STS sample I already created selfissued card now when i am trying to use this card after importing it to cardspace with the same sample.htm(fabricam site) it didn't work even Securetokenserver is running. I got message that "Unable to retrieve the information from ur managed card provider or you provide some wrong credentials."
-
- Support for Federated Workflow
by GiriKrishna
- 1 Replies
- Last post
by Angel Azcarraga - MSFT
- Hi,
I have a reqt where the activites of my workflow should be executed in one or more systems i.e. similar to a federated workflow. Is there a support in WF to realize this.