Questions tagged [microsoft-expression]
16 questions
20
votes
3 answers
WPF Applications: Visual Studio vs. Expression Blend
I am a bit confused on how Visual Studio 2010 and Expression Blend 4 operate together. If I want to create a WPF application, should I start it in Expression Blend 4? If so, then how does Visual Studio 2010 natively open Expression Blend projects,…

Icemanind
- 47,519
- 50
- 171
- 296
5
votes
1 answer
Microsoft Expression Blend Preview for Silverlight 5 has expired. What next?
Our version of Microsoft Expression Blend Preview for Silverlight 5 has expired on 30th June and there are NO online license purchase options available.
The following link states that Blend is now an integral part of Visual Studio 2012, but with our…

Tushar Sood
- 403
- 1
- 5
- 14
2
votes
0 answers
Record continuously 5min (x-minutes) of video with Microsoft Expression Encoder
My Software is to record continuously 5min of video.
Example: the software should start the recording on program-start and hold continuously 5min of video in buffer. When I stop the recording the last 5min of recording should save to disk
private…

masterchris_99
- 2,683
- 7
- 34
- 55
2
votes
2 answers
Where to get DLL for Microsoft.Expression.Encoder.Devices
I'm trying to run this WebCam project which written in C#, WPF Application. The project I'm trying to run is on CodeProject website. LINK
They didn't provide me with Microsoft.Expression.Encoder.Devices DLL. I searched it online, I cannot find it.…

Awesome_girl
- 484
- 3
- 9
- 30
1
vote
0 answers
How to link ScreenCaptureJob to browser window?
I'm trying record screen video using microsoft expression encoder SDK.
But it also records screen of locked Windows (after timeout or Win+L).
How to tether captureJob to chrome/firefox browser and capture only browser window?
using…

Антон Вайцеховский
- 37
- 4
1
vote
0 answers
Problems with Microsoft Expression Blend 4 SketchFlow
I got a serious problem with MS Expression Blend 4 (MSEXB4):
I made a prototype for an application. When I start the project by hitting F5 MSEXB4 crashes.
When I remove the sketchflow-map it works, but no screen is loaded. But I want to have a…

Tobi
- 540
- 7
- 18
1
vote
1 answer
MS Expression, Adobe Flex, or OpenLaszlo?
Anyone have any comparative thoughts on these three technologies? Each addresses a different VM, but how do they compare in capabilities?

mchean
- 417
- 4
- 11
1
vote
2 answers
System.BadImageFormatException was unhandled - simple fix
Here is a short video of my error.
It is obvious that I have something wrong between 32-bit and 64-bit. However I cant find anything that holds my hand enough to walk through the solution in Visual Studio 2012.
Can anyone give me a more detailed…

jth41
- 3,808
- 9
- 59
- 109
1
vote
0 answers
Windows Phone Emulator Won't Boot
I am install my pc windows phone 7.1 sdk and Microsoft Expression Blender 4 and after running my project windows phone emulator is not booting it's shows message always like "Windows Phone Emulator is doing a complete OS boot...". i am waiting many…

Dinesh
- 6,500
- 10
- 42
- 77
1
vote
1 answer
Image from webcam preview throws generic GDI+ exception
I'm making a custom webcam user control.
I use Microsoft Expression Encoder, and set a PreviewWindow on a panel inside the control.
All's fine, except that when I try to grab the image, I get an exception:
Generic GDI+ exception
My first try…

Cranio
- 9,647
- 4
- 35
- 55
1
vote
1 answer
how to catch a streaming video from url?
I'm trying to use Microsoft Expression Encoder 4.0 in my application. The first problem I'm facing is that I need to catch the streamed video from the url in c#, but in the sample of the library, they used WPF and it only has this code to show the…

Murhaf Sousli
- 12,622
- 20
- 119
- 185
0
votes
0 answers
async/await broken by Expression Encoder Screen Capture
I am trying to invoke Expression Encoder ScreenCapture within a console app. I can record the screen but I am finding that it is breaking async/await.
In the code below, "await Task.Delay()" will not return unless "new ScreenCaptureJob()" is…

daw
- 1,959
- 1
- 20
- 25
0
votes
1 answer
Microsoft Expression Encoder and Selenium + TeamCity
I'm trying to record my Selenium tests execution with Microsoft Expression Encoder. I've found many answers about the problem I'm currently facing but none of them really solved it. So, I have a method that starts the video recording process. It…

Johnatha Felix
- 1
- 2
0
votes
2 answers
Microsoft expressions ... How its different from visual studio?
I just heard Microsoft Expressions studio from my project manager and he told me to explore on it and find out if we can do development faster using it as compared to vs2008, I started downloading trial version and started googling about it, but I…

Xinus
- 29,617
- 32
- 119
- 165
0
votes
1 answer
Microsoft Expression Web 3 clipboard bug
There seems to be a rather annoying bug in MS Expression Web 3 (or perhaps an incompatibility with something else I have installed).
Quite often HTML code editor would refuse to copy things into clipboard. You select some text, press Ctrl-C,…

Ghostrider
- 7,545
- 7
- 30
- 44