-
- RTM Announcement
by Keith Farmer
- 3 Replies
- Last post
by Roger Jennings
- As announced at Barcelona today:
http://blogs.msdn.com/somasegar/archive/2007/11/05/teched-developer-in-europe.aspx
-
- Looking for documention on asp:linqdatasource
by gdmccarty
- 9 Replies
- Last post
by Matt_calhoon
- I cannot find a reference to any web server control documentation for asp:linqdatasource. Can anyone point me to it
Thanks.
GregM
-
- Difficulties using PixelFormats.Rgba64
by RyanC2
- 2 Replies
- Last post
by RyanC2
- I work with cameras that take images with 12 bits per pixel. These are essentially grayscale images with 12 bits of image intensity data. We run an analysis on the 12 bit images, but also display the images as a part of our application, as composite images. To do this we take 3 of the 12 bit images, scale them to 8 bit images, and create pixel values for 24bit RGB pixels using the 8 bit pixels val
-
- ASync Contracts
by TrevorW
- 5 Replies
- Last post
by TrevorW
- I can get Async contracts working by having the proxy generated by the svcutil.exe with the async switch.
My question: is there a way to get the channel factory to work with async contracts
I found some references that infer dual contracts might solve the problem(one is a syncronous contract used by the channel factory and it uses an action linking it to the other Async contract whi
-
- Setup (Not Responding)
by 88kin
- 1 Replies
- Last post
by Gus Perez - MSFT
- Hello,
I've downloaded the Web Developer 'Orcas' Express and burnt it to a DVD. When I double click the setup.exe, it started to run for about 11 files then it stopped responding. Is anyone experiencing the same problem And does anyone know how to solve this problem
I'm running Windows Vista Ultimate by the way.
Thanks heaps!
88kin
-
- Starting Orcas TFS VPC from command line
by dan blanchard
- 1 Replies
- Last post
by dan blanchard
- Not sure where to post this, I didn't see a Virtual PC group. Anyway, I am trying to use the command line params to have virtual pc open the OrcasBeta2_TFSVSTS virtual PC, but nothing happens, it just opens virtual pc console as if no parameters were specified. I tried to change the name of the vpc to OrcasBeta2, I thought the _ and/or long name was causing problems, but this didn't help... here i
-
- Sliding Panels
by Baffa
- 3 Replies
- Last post
by Baffa
- Hi,
I am new to WPF and I am trying to implement a Sliding Panel, just like Visual Studio does in Solution Explorer and Properties Panel.
Have you ever implemented something like this
Is there a place where I can find a piece of code to help me
Thanks in advance
-
- DuplexChannelFactory with UDP transport
by Kevinmac
- 1 Replies
- Last post
by Vipul Modi - MSFT
- Hello,
I am reviewing the WS-Discovery sample written by Vipul Modi. It is very nicely done. I am trying to understand how a DuplexChannelFactory works with UDP. I can see when the factory is built, and instance context for the receive object is provided in the call. And output binding is also provided. But what does it use for an input binding How is the port number that it listens on determi
-
- Visual Studio Crashes (not foreach)
by orangy
- 3 Replies
- Last post
by Karioth
- I have a code which crashes VS2008 Beta2 100% with Access Violation. I can't reproduce it in a simple case though, and I can't send source. The stack trace is below:
> cslangsvc.dll!Symbol::getNameNode() + 0x37 bytes cslangsvc.dll!CSemanticChecker::CheckExplicitImplementation() + 0x3a bytes cslangsvc.dll!CIDESymbolLoader: nAfterMemberCreated() + 0x184eb2 bytes cslangsvc.dll!CCompilerBinde
-
- "Problem with popup within CellTemplate"
by Mann..
- 5 Replies
- Last post
by Marlon Grech
- Hi
I am Using CellTmplate and inside that i am using image.
I want to open Popup Menu on click of all images within CellTemplate.
Where should i define my popup , inside the template or outside in main Window
My requirement is to have all separate popups for each cells.
Can you help me how can i get it
Thanks !
-
- Applying a style to all windows
by darkcypher543
- 5 Replies
- Last post
by Vinod Sa
- I am attempting to apply a Style to all Window controls by placing the following in <Application.Resources>:
Code Snippet
<Style TargetType="{x:Type Window}"> <Setter Property="Background" Value="Blue" /> </Style> However, the style is not applied. I have other styles in <Application.Resources> that work just fine. Only {x:
-
- More ability to override SyncAgent would be useful
by Mark Roberts
- 1 Replies
- Last post
by Yunwen Bai
- Hi, I have a subclassed SyncAgent, for which I would like to do some additional work when the Synchronize() is called. It is not marked as virtual so I cannot override it. I have overridden the OnStateChanged method, but this is only called if there are event subscribers. I believe the only way I can run code "BeforeSynchronize" is therefore by hooking the StateChanged event from within
-
- Orcas March CTP Is this expected Behavior?
by PvdG
- 2 Replies
- Last post
by PvdG
- I just installed the March CTP on a spare PC running Vista Ultimate (Licensed RTM).
While the installation seemed to go well, and I'm not having issues with C++ Win 32 console apps, or with C# or VB Winforms apps, I'm having serious issues with web projects.
Trying to create a C# web page, I cannot drag any controls from the toolbox to the page. The drag part appears to work, and the cursor
-
- Hey! What WPF application are you doing now?
by Ales Sturala
- 14 Replies
- Last post
by Tamir Khason
- Many people here are asking questions about WPF every day, so all these people are creating some (maybe) interesting applications. I and maybe other people here would like to know, what WPF project are you doing at
Describe your application here, say us if it is company or private project and how long does it take to programme that Do you have screenshots or web page Post it here...
PS: ...
-
- Build of WPF Projects Always Create PDB
by dhenry
- 4 Replies
- Last post
by dhenry
- Hello,
I have a solution containing projects that are both WPF and non-WPF. When building the solution in a Release configuration, I don't want to create the pdb file, and have <DebugType>none</DebugType> in the .proj files. However, when I actually build the solution in Release mode, the WPF projects all have a corresponding pdb file created.
I was looking at the Microso
-
- Details not included in proxy generation.
by KevinBurton
- 2 Replies
- Last post
by KevinBurton
- I have a service that implements one method:
[ ServiceContract (Namespace= "http://Buyseasons.WebServices.BsiAmazonServices.ServiceContracts/2006/12" , Name= "IBsiAmazonServices" )]
[ XmlSerializerFormat (Style=System.ServiceModel. OperationFormatStyle .Rpc, Use=System.ServiceModel. OperationFormatUse .Encoded)]
public interface IBsiAmazonServices
{
[ O
-
- Cannot open Forms in Orcas
by jaolmos
- 0 Replies
- Last post
by jaolmos
- Hi everyone!
I am having a nasty problem with viewing a Form in Orcas Beta 2.
Everytime I try to open one (even a most basic new empty website project) I get the following error:
The service Microsoft.VisualStudio.Interop.ISelectionContainer
already exists in the service container.
Parameter name: serviceType
I am running Windows Vista Ultimate (32-bit)
The
-
- Cool slider styles/templates?
by DiamonDogX
- 5 Replies
- Last post
by theblueeyz
- Anyone seen or designed a cool, slick-looking slider style or slider control template
-
- [BUG 3.5 BETA 2] BitmapEffect + RenderTransform = Incorrect clipping
by jods
- 2 Replies
- Last post
by jods
- First, the connect website is getting on my nerve. What are you guys at MS doing I'd like to submit WPF bugs but the latest version listed is a .NET 3.0 CTP Also, I've typed the text below twice in connect, but I keep getting errors and loose my messages. So I'm just fed up of connect and I post it here. I hope some MS guy will see it and take appropriate action. There are several bugs in connect
-
- Bind Image to single xmlelement
by bes7252
- 10 Replies
- Last post
by bes7252
- I'd like to bind an Image's datasource to a single element in an XmlDataProvider. Each element in the Xml has a unique ID and the image knows the ID it needs to bind to.
Is there a way to set the binding of my image so it searches for the appropriate element
Brian
-
- VS2008 Design Time Control Rendering Issue
by automaton123
- 2 Replies
- Last post
by automaton123
- Hello, I have a WebControl which works perfectly in VS2005 (both design and run-time), but which the design-time has a weird issue in VS2008 (works perfectly in run-time). It is a .NET 2.0 control which produces an <img> as its output. The following is a link to an image which shows this issue: http://www.dashboardinsight.com/temp/vs2008problem.png As you can see, there is weird squares li
-
- Possible Bug about Bubbled Events and Focusable
by DmitryMS
- 9 Replies
- Last post
by ivolved_Mike_Brown
- Looks like I got to the root of the problem. In my hierarchy (I've made a post about it recently) there are 3 controls:
Grid (Top),
ScrollViewer (Middle)
Grid (Bottom).
I'm subscribed for MouseDown of the Bottom, but when I click on the Top nothing happens. After hours of investigations I found that the culprit is.Focusable property of the Middle man ¨CScrollViewer. Be
-
- PNRP - does it have anything to with Vista machines not seeing XP machines?
by &#42;Elad&#42;
- 6 Replies
- Last post
by Shalini Joshi MSFT
- Hi
I am trying to start a P2P application using WCF, and get the following exception when trying to open the service host: "System.InvalidOperationException : Resolver must be specified. The default resolver (PNRP) is not available."
Any idea
Elad.
-
- ASMX vs. WCF
by papadi
- 8 Replies
- Last post
by Martin Petersen-Frey - MSFT
- Here is an article I read about this: http://geekswithblogs.net/khanna/archive/2006/01/06/65067.aspx Do you know any other resources on this subject My question is.... what do I get if I convert my current web services that run under IIS into WCF services hosted under a windows service. Apparently I make my system independed of IIS. This is good. But some people may prefer having IIS as the appli
-
- Basic line/bar graph control needed (desparately)
by Perter
- 4 Replies
- Last post
by Perter
- I am working on a project which I chose to be WPF based thinking I had all of my ducks in a row. The one item I missed was a basic 2D bar/line graph control that would size itself based on screen realestate. I have written my own control in the past under .NET 2.0 CF(GDI) but getting into WPF for this I am pretty much lost and can really use a hand. I have been through as many examples as I can fi