Connecting WCF Services Hi,
Is it possible to connect WCF services using CSF
If it is, what are the guidelines How can I configure CSF using specific channel to access WCF service
Thank you,
Mark Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
WPF/E Namespace Confusion 2006? 2007? While dissecting the WPFEPad application I found on Mike Harsh's blog, I noticed that all the XAML files used in that example use the namespace declarations:
<Canvas xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'>
etc
Up to now I had always thought that the agControl would only accept XAML files with the following namespace declarations:
< Canvas xmlns='http://schemas.microsoft.com/client/2007' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' >
But alas, the former works as does the latter. Now, using the former is fantastic, since I can now author the xaml in Blend, and, as long as I'm careful not to add schematic constructs that aren't supported in WPF/E, I am in good situation.
But really, what gives here Does it matter Or have I just stumbled onto a little quirk and should be thankful for it.
Kevgor
Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
books on Programming for VPL/MSRS Thanks Omid K. Rad . I will be looking for its availability.
Thanks Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Can i convert Graham process chart to Visio diagram? I got a complex diagram created using "Graham Process Mapping 6.0".
http://www.processchart.com/
How can i covert Graham process chart to Visio diagram . Please help me. Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Audio noise reducing Hi All,
I have sample avi file where i need to reduce the unwanted noise.Can we do that using C# and .net framework.If so how can we do that.Please help me in this.
Regards
Ravindra Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
BizTalk DSPI Hi Marc,
I just posted a second DSPI sample for Phidget Devices. It is available from my blog at:
http://blogs.msdn.com/irvingd/pages/biztalk-rfid-device-provider-dspi-for-phidget-devices.aspx
Thanks. Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
DSS design considerations for a Winform orchestrator application What is the better approach :
1. Creating and calling a Winform from within an orchestrator service (Robotics Tutorial 4 C#)
2. Creating a winform application from scratch, hosting DSS, and orchestrating the services directly within the Winform application (similar to Hosting tutorial #4).
I'll be coordinating about a dozen or so different services. Choice 2 seems like the simpler choice. Are there any considerations
Thanks! Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
"No search node for 'select'" warning in Sonic Emulator Perhaps related to this, if trying to do animation in markup in a <seq> block, the Sonic emulator throws constant warnings - looks like maybe once per tick.
Here's an example of the code:
Code Snippet
<seq begin="id('btn1')[state:actioned()=true()]" dur="2s">
<cue dur="0.5s" >
<set style:backgroundFrame="1"/>
</cue>
<cue select="id('All_Buttons')" dur="0.5s" >
<set style:display="auto" />
<animate style:opacity="1;0" />
</cue>
<cue dur="0.5s">
<event name="stopMenuTimer" />
</cue>
<cue dur="0.5s">
<event name="gotoTitle">
<param name="myTitle" value="SOHD"/>
</event>
</cue>
</seq>
<body>
<div id="All_Buttons" style:opacity="0">
<button id="btn1" state:focused="true" style:navRight="btn2" style:navLeft="btn12" style:navUp="btn13" style:navDown="btn13" style:position="absolute" style:x="211px" style:y="797px" style:width="125px" style:height="72px" style:opacity="inherit" style:backgroundImage="url('n1_sound_pp.png') url('a1_sound_pp.png') url('s1_sound_pp.png')"/>
... (more btns, similar to above)
In the Sonic Emulator, I get constant warnings:
SetNode: Trying to <set> with an empty default node set.
: AnimateNode : Trying to <animate> with an empty default node set.
SetNode: Trying to <set> with an empty default node set.
: AnimateNode : Trying to <animate> with an empty default node set.
Seems there's something wrong with the XPath
Cheers,
Joe Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Controlling robot in the simulation I read robotics tutorial 4 where is precisely written how to control Lego NXT if you have HW. But how do I control robot in the simulation - e.g. Pioneer 3dx in the simulation tutorial 2 Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
How do we do a clean install for Feb CTP? Thanks That seems to work Now I just have to copy the new aghost.js that was posted each time for a new project as it seems to be the old script that came with the FEB CTP SDK. Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Web search from taskbar toolbar i've had WDS 3.01 installed on XP SP2 a while now,but recently i cannot
search the web from the taskbar box. when IExplorer opens, it has the correct
search words and arguments, but fails to put in the search engines address (i
use google) for example:
http:/// %20how%20can%20i%20fix%20this
i've tried setting IExplorer (7) default search from google to yahoo but
still the same result.
Many thanks for any help. Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Getting SoldToName in Pipeline Component As you've probably noted, the rest of the OrderGroup values are inaccessible in the pipeline.
You can either use the email address in the address dictionary, or you can attach the value in the ordergroup field to the context dictionary prior to running the pipeline.
IE: PipelineInfo p = new PipelineInfo(); p["sold_to_name"] = bas["sold_to_name"];
That only takes care of reading from this value, and I know of no clever tricks for writing to this value in the pipeline. I'll reiterate that the pipelines operate at the orderform level, and the product team worte very specific logic to capure the aforementioned three values at that level, so I'm not sure how difficult it would be to add another value (It specifically says in that mapping file that this kind of mapping is not allowed for other properties). Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Interest in HDi authoring workshop? I'd attend for sure..as long as I could afford it. There's is another workshop coming up but its $2500 for 2 days. http://www.javelindvd.com/Technology/HDTC/HDTC.aspx Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Type xxx is not marked as serializable? Good Morning!
If anyone has any thoughts on this error we would love to hear them!
The problem is very intermittent. Orders are being submitted fine most of the time.
The ProgID appears to be Commerce.QueryCatalogInfo -- which I believe is the very first stage in the Basket pipeline.
The error message is a little confusing though. Does this mean we are passing a CommerceResourceCollection object into the pipeline... when we shouldn't be
Thanks in advance!
Glen
Framework version: 2.0.50727.166
Exception Details: System.Runtime.Serialization.SerializationException: Component Execution failed for component[0x0] hr: 0x8013150C
ProgID: Commerce.QueryCatalogInfo
Type 'Microsoft.CommerceServer.Runtime.Configuration.CommerceResourceCollection' in Assembly 'Microsoft.CommerceServer.Shared, Version=6.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' is not marked as serializable.
Server stack trace:
at Microsoft.CommerceServer.Interop.PooledPipelineClass.Execute(Int32 lMode, Object pdispOrder, Object pdispContext, Int32 lFlags)
at Microsoft.CommerceServer.Runtime.Orders.PipelineHelper.RunPipesHelper(String strPCF, String strPipelineProgId, IDictionary dictOrderForm, IDictionary pipeContext, String logfile)
at Microsoft.CommerceServer.Internal.Orders.MtsHelper.RunPipes(String strPCF, String strPipelineProgId, IDictionary dictOrderForm, IDictionary pipeContext, String logfile)
at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target, Boolean fExecuteInContext)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Media streams rate control ? Hi
Does anyone know how to slow down RTP/RTSP media streams slightly on the fly
Thanks Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
architecture guidance. hi michael nemtsev
im ahmed abedulla
im student in enginnering faculty
i dont under stand ur project
please understand it to me
my email
up_aelrahman@hotmail.com
by Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Desktop Customiser Hello again Clint!
Thanx for your wonderful comments ,and I'm glad you like that article
To answer your question regarding showing the screensaver inside your application.
You could use the SetParent & SendMessage APIs, as demonstrated in this thread :
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2283791&SiteID=1
I modified my code to start the Selected ScreenSaver ( btnDiffScreen_Click ), based on the thread above, like this :
Code Block
Private Sub btnDiffScreen_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDiffScreen.Click
Dim LVSel As Integer 'Used To Store Selected Item
If lvScreen.SelectedItems.Count > 0 Then 'If Something Selected In ListView
LVSel = lvScreen.SelectedIndices(0) 'Get Selected Item's Index
End If
Dim proc As Process
proc = Process.Start(ScreenNames(LVSel))
proc.WaitForInputIdle()
SetParent(proc.MainWindowHandle, picPreviewScreen.Handle)
SendMessage(proc.MainWindowHandle, WM_SYSCOMMAND, SC_MAXIMIZE, 0)
End Sub
It runs the screensaver inside the PicPreviewScreen Picturebox, and, if you move your mouse, or press a key, it does stop, as it should.
The only glitch here is when it starts, it shows the screensaver fullscreen ( not even for a second ), then, continues to show it in the picturebox.
Thanx again for all your wonderful comments, and I hope I helped solve your issue with the screensaver
Hannes Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Flat File Dissassembler Hi,
Good points from Sultan, another few things to try:
Use the "Validate Instance" option for the schema, with the test input file and "Native" type. This may give you some clues.
Use the "Generate Insance" with the output set to native, then open the generated file. View the generated and the input file and check for the CR and LF characters, see of they match.
Experiment with Infix and Post Fix delimeter pattern if there is a missmatch at the end of the file.
Also, you can try running through the Flat File Generator wizard starting with a fresh schema, i find it's usually quicker to do this than to fix a broken schema.
Hope this helps,
Regards,
Alan Smith Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
OOB stream inspection for non-TCP data 1. Calling FwpsFreeCloneNetBufferList0 would be all you need. If you need to discard packets frequently, you may want to ony reference the packet from classifyFn and only make a clone before modification and/or re-injection. In that case discard a packet is just a simple de-reference operation. You can review the " Out-of-band Packet Modification from Inbound Datagram Data Layers " code snippet from http://msdn2.microsoft.com/en-us/library/aa938500.aspx .
2. Thanks for the feedbacks. Some of the inconsistencies in the current API set are due to the tradeoffs between performance and uniformity; some others are to keep the operation of the TCP/IP Stack simple with the presence of callout drivers modifying packets in mid-flight. That said, we are lookinig into ways to hide some of the complexities and to make common filtering tasks simpler.
Thanks,
Biao.W. Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
windows vista the audio service is not running Hey, I just bought Windows Vista Ultimate on Monday and I am having the same problem. I even have the same stuff as you. I have spent the last 2 days trying to get my audio to work and still nothing! Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Commerce Server StarterSite Troubles I get this error after a fresh setup of the startersite, when i test if the diffrent webservices are running.
Server Error in '/OrdersWebService' Application. Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
BizTalk message doesn't have all data returned by service Kent, The Visual Studio post-build event such installing an assembly in the GAC will only work for local machine. By that I mean install the library in the GAC of the local machine. I am sure that you know that, just want to point it out to avoid confusion Jesse, I think that it is understandable that when deploying to a remote server, Visual Studio will not automatically copy any files on your remote server neither GAC it. It could bring all kind of security issues and would be prone to failing if the appropriate rights do not exist for you on the remote server. Honestly I do not really understand why we are even given the opportunity to deploy on remote machines. But I have to agree with you on the point that it should work if we are given the option! But then you would need a domain controller, domain groups and domain users with sufficient rights and add extra complexity in the installation process of BizTalk Server on a DEV machine and on those remote servers you want to be able to remote deploy... Well, as you know, MS likes to have all their product installable in a few clicks so that people can start to use it easily and rapidly... even at the cost of some non-sense like this one Anyway, to come back to your problem, the best practice is that if you develop from MachineA, it means that BizTalk is installed on MachineA. So really, from VS, you should deploy always and only to MachineA. Once your app is deployed to machineA, you can optionally unit-test it if needed and then export the application into an MSI file which will contains the dll of the BTS application. You then need to copy the MSI file onto the remote server and then import it in the BizTalk Server Admin console, it will also install the library of the BizTalk app in the GAC in the same time. Francois Malgreve Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Cross enterprise security by microsoft Hi,
There is a new solution released. Identity Lifecycle Management 2007. you can check this out.
http://www.microsoft.com/windowsserver2003/technologies/idm/ILM.mspx
Ekrem Aksoy
eaxthearchitecture.blogspot.com Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
RC1 or RTM? Couple questions to MSFT RFID Team:
Is there the PCT available with the BizTalk RFID RC1
Should we wait for a RTM revision to implement localization in providers or did I miss it
Thanks, Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Vista search functioning, but unable to open files from results pane Hi - my machine is running Vista Business, built in indexing and search work perfectly but files cannot be opened from the search results. Is there a fix for this that anyone can advise me on
Thanks in advance for your advice. Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Il received this and i believed. What can i do now ! I received this email couple minutes ago
and is pretty convinced that it might be real.
then I tried to search who is Garry Davis in google.... then I know that he don't work in microsoft
so I know this is bull *** lol
it even gave the same batch number, reff number and winning number as you.
lol Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Multiple Storyboards Please note that you don't have to specify both a "From" and a "To" value in your example above. This will deal with the cases where the user mouses out in the middle of the transition. Also note that you need to change your JS slightly: you basically need to make sure you begin your new animation before stopping the old one. In future CTPs, you should not be required to Stop the old animation
<Canvas x:Name="home" Canvas.Top="114" Width="144.692" Height="36"> <Canvas.Triggers> <EventTrigger> <EventTrigger.Actions> <BeginStoryboard> <Storyboard BeginTime="1" x:Name="in"> <DoubleAnimation Storyboard.TargetName="rectangle" Storyboard.TargetProperty="(Rectangle.Opacity)" To="1" Duration="0:0:0.15" /> </Storyboard> </BeginStoryboard> <BeginStoryboard> <Storyboard BeginTime="1" x:Name="out"> <DoubleAnimation Storyboard.TargetName="rectangle" Storyboard.TargetProperty="(Rectangle.Opacity)" To="0.1" Duration="0:0:0.15" /> </Storyboard> </BeginStoryboard> </EventTrigger.Actions> </EventTrigger> </Canvas.Triggers> <Rectangle Opacity="0.1" Fill="#5DCECECE" Width="144.692" Height="36" StrokeThickness="0.5" x:Name="rectangle" /> <Rectangle Fill="#FF1A1A1A" StrokeThickness="1" Width="0.5" Height="34" Canvas.Left="142.716" Canvas.Top="2"/> <Rectangle Fill="#FF8A8A8A" StrokeThickness="1" Width="0.5" Height="34" Canvas.Left="143.696" Canvas.Top="2"/> </Canvas>
-------------------------------------------------------------- function loaded(sender, args) { var home = sender.findName("home"); home.mouseEnter = homeEnter" home.mouseLeave = homeLeave" } function homeEnter(sender, args) { var wpf = document.getElementById("wpfeControl1"); wpf.findName("in").begin(); wpf.findName("out").stop(); } function homeLeave(sender, args) { var wpf2 = document.getElementById("wpfeControl1"); wpf2.findName("out").begin(); wpf2.findName("in").stop(); }
Just thought I'd share the info out. Our SDK has samples that do this.
Ed Maia WPF/E Program Manager Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
A Couple of questions about MRS I was waiting for somebody else to reply
I think Rob has given a good explanation, but I'm going to put in my two cents worth anyway.
MSRS is not designed to directly generate code to run on particular hardware, such as a PIC microcontroller. The services require a Windows platform, such as Windows XP or Windows CE. So if your robot is based on a PC or a PDA then you are in luck. If not, then you have to write some code yourself.
It is important to understand this because it is a fundamental misconception about MSRS that many people have. Lots of hardware/software packages out there allow you to write code and then download it to your robot for execution, but MSRS does not work this way. Basically with MSRS you tele-operate the robot via a service running on a PC.
What you need to do is design a control program to go inside your robot that communicates with a MSRS service. This can use Bluetooth for instance, which is really just a serial port as far as the code is concerned.
This control program must accept commands to control the robot and also send back regular updates with the current sensor values. Alternatively, your MSRS service can poll the robot periodically. Yes, it is event driven, but you create the events!
In an MSRS service you can handle subscriptions. (Microsoft provide a Subscription Manager for this.) Changes to the sensor values are reflected in the state of the service, and can be automatically propagated to the subscribers.
There are quite a few examples for different robots that are included in the package. Also there is the code for the Scribbler written by Ben Axelrod and available from the IPRE web site, but the Scribbler uses a Basic Stamp. The main reason I mention it is that the Georgia Tech people are currently using a Bluetooth-to-Serial dongle. That takes all of the wireless networking out of the equation because you just need to talk to a serial port on the robot side, and a virtual serial port on the PC side.
I hope this helps.
Trevor Tag: HD DVD Interactivity Authoring Regarding Event Processing Architecture
Just needed to confirm that event processing is done only once per tick and too at the start of the tick. Right And that multiple controller events can be processed in the single tick.