-
- Dynamic updates in XAML and code behind
by MarkRLondon
- 4 Replies
- Last post
by MarkRLondon
- I am trying to work out how feasible it is to do something similar to Mozilla's extensions (e.g. for Thunderbird and Firefox) in XAML/WPF. XAML doesn't have the overlay facility built in but it seems to me something similar should be possible. As far as I can see, it should be possible to update a XAML UI at run time. An extension could supply a new XAML 'overlay' and the host program could read t
-
- June 2007 Orcas CTP
by Scott S Sikora
- 0 Replies
- Last post
by Scott S Sikora
- Does this CTP add support for Custom Task Panes, Click-Once deployment of VSTO Add-ins, and the features of Sync Services that provided Tier support that were missing
Thanks,
Scott
-
- Video play not correct..
by L.J.S
- 6 Replies
- Last post
by L.J.S
- I searched the forum...seems only I encountered this problem
Pls look at this picture...
test.jpg
this is a snapshot when I use the MediaElement to Play a wmv file(which width is 352 and height is 240).
the video displayed is not correct...it's difficult to describe,pls look at the picture.
I had tried many videos...seems only those which size is 320x240 can display correct
-
- Create LINQ query starting from existing SQL query
by DeBiese
- 2 Replies
- Last post
by DeBiese
- *EDIT*
I found another thread like this here. Anyone else having the same problem, start here:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1757608&SiteID=1
*EDIT*
Let's say you have the following tables in your database:
Student
ID
LastName
FirstName
Group
ID
Name
Year
Student2Group
StudentID
GroupID
-
- Logging sql statements?
by Miha Markic
- 3 Replies
- Last post
by Miha Markic
- Perhaps I am missing something obvious, but how does one log (or view) sql statements being issued to the database LINQ to SQL has this feature handy (DataContext.Log property).
-
- Using the Web Service Software Factory or rolling your own?
by BillGo
- 2 Replies
- Last post
by BillGo
- I am just getting started with my first Wcf App and am wondering what others are doing to get started. Are you using the WSSF or any other 3rd party tool to create your Wcf app other than Visual Studio or are you just creating a blank solution and then adding the projects you need
Bill
-
- How to modify XmlDictionaryReaderQuotas for NetDataContractSerializer
by oaix
- 4 Replies
- Last post
by oaix
- Hi, All
Im using NetDataContractSerializer in my project, Got its implementation from http://www.thoughtshapes.com/WCF/UsingInterfacesAsParametersTwo.htm .
Now i need to change the MaxStringContentLength to more than its default 8k. anyone knows how to do it
if it can be configured through .config. even better!
thanks a lot.
-
- Will XAML and Cider appropriate for writing Line of business applications?
by artificer
- 2 Replies
- Last post
by artificer
- I have heard rumors that orca will be an RTM at some point this year is that true I would like to know if there is any kind of Feature List for the RTM version of OrcasĄŻs Cider. I am especially interested on MDI and Binding components like strongly typed datasets, binding source and binding navigator controls. I think cider and XAML will allow me to build beautiful applications but if I donĄŻt ha
-
- Transitions effects ...
by Euclidez
- 1 Replies
- Last post
by Chad Campbell
- Hello, I'm searching the way to make transitions in 2D like the Windows Movie Maker in Vista or Premiere transitions. Is there any way to make a flash or wpf mask and aply to object to animate a transition For example I have two grid and I want to make the transitions between them using visual or something like that.
Thanks a lot !!!!
-
- svcutil errors on wsdl name attribute
by Jason Stangroome
- 5 Replies
- Last post
by jstangroome
- Hello, I am trying to generate WCF client and service code from a WSDL file provided by a third party. The wsdl file passes validation in several verification tools. However, svcutil generates an error when run as such: svcutil importedfile.xsd thirdparty.wsdl The error is this: Error: Cannot import wsdl:binding Detail: The WSDL binding named ReferApplicationSOAP is not valid because no match
-
- Cannot access a disposed object. Object name: 'Transaction'
by Dileep Agarwal
- 7 Replies
- Last post
by Michael.NET
- Hi,
I have created a website using blinq. when i tried to create a new record in my database i got the following error:
"The partner transaction manager has disabled its support for remote/network transactions the partner transaction manager has disabled its support for remote/network transactions Ą±
I applied the solution provided on the link: http://forums.microsoft.c
-
- Error 403 when browsing to Service.svc file
by macfarmw
- 14 Replies
- Last post
by Mohammad Makarechian - MSFT
- I am trying to run one of the wcf samples. I am deploying the server to IIS 6 and keep getting Http Error 403 Forbidden when I try to browse to the service.svc file. The directory and files appear to have the right permissions set.
I added a Default.aspx page to the same directory and it works fine. I changed to Basic authentication and the Service.svc file returns the 403 error before I am eve
-
- Context Menu for TreeView Item
by Murtaza Ali
- 9 Replies
- Last post
by Murtaza Ali
- hi,
I have added a context menu to treeview. now the context menu is displayed at any point in the tree. but the commands in the context menu require some tree view item to be selected. so now what i want is to display context menu only when some item is selected, and it should not be displayed by right clicking on empty tree areas.
the two solution that come to my mind are.
1
-
- How can I get access to control template element
by kris9542
- 14 Replies
- Last post
by Yi-Lun Luo - MSFT
- I have <Window.Resources> <ResourceDictionary x:Name="Resource1"> <ControlTemplate x:key="template1"> <Viewbox Name="Viewbox1"> <Ellipse Name="Ellipse1"/> </Viewbox> </ControlTemplate> </ResourceDictionary> </Window.Resources>
My question is how can I access the properties of Ellipse1 from Window1.xam
-
- Wizard question?
by billb59
- 2 Replies
- Last post
by billb59
-
Hey all... two part question... I'll name the SQL server db and the SQLCE DB clientdb
What is the fastest way to create a SQL Compact Edition db from an existing SQL Server Database
and
Can I sync only the tables of this clientdb.sdf with the server
No tombstone tables for this example just a straight table sync. Any help would be greatly appreciated.
Thanks,
-
- LogicalTree
by Sam Andy
- 13 Replies
- Last post
by Marlon Grech
- I have the following UIElement with Parent property. but it always return null. I need away to determin the Parent for my UIElement.
public class MyRectangle : UIElement
{
..
...
public UIElement Parent
{
get
{
LogicalTreeHelper .GetParent( this ));
}
}
-
- User Name Security with custom Membership Provider = Windows Principal
by Ed Lorenz
- 4 Replies
- Last post
by Ed Lorenz
- Hello, IĄŻm trying to get a simple WCF service working using a custom MembershipProvider.
The problem IĄŻm experiencing is that in my service operation when I inspect the current Principal itĄŻs a Windows principal and it indicates the user is not authenticated. However, using the ServiceSecurityContext I find the correct PrimaryIdentity name.
IĄŻm running under IIS and I know itĄŻs using my cus
-
- My WPF application doesn't run on a machine which has .Net3.0 but doesnt have VisualStudio2005 and its extensions for WPF/WCF
by Madhuchhanda
- 14 Replies
- Last post
by MadhuBoldu
- Hello,
Please let me know what are the minimum requirements for running a WPF application(using XAML) on a machine that doesnt have Visual studio 2005 and orcas Our application end users just have .Net3.0 installed on their machines.When this app.exe is run on a machine with just the .net3.0 framework, we get a msg like :
"app.exe has encountered a problem and needs to close.WE are sorr
-
- Certificates... one tiny question
by Wicket
- 9 Replies
- Last post
by Wicket
- I think I have understood that a server certificate helps the client to know that it's the "correct" server it's talking to, and not someone pretending to be the correct one.
However, I have not fully understood if the certificate (i.e. X.509) is required to get encrypted communication between the client and the server. Or, is there something else built into WCF that will encrypt the
-
- I suspect I am missing the big picture...but...
by Shawn Wildermuth - MVP &am
- 14 Replies
- Last post
by Shawn Wildermuth-MVP
- For a myriad of reasons I am devling into the Entity Provider and using the Query<> stuff its easy to query the model to get back an object graph. Great...really...
I am looking at how to tackle the enterprise data problem here (e.g. Reporting and such). The Entity Provider is simililar (though clearly not the same) as any other ADO.NET Managed Provider (e.g. no DataReader or DataAdap
-
- Allowing object initializers to set readonly fields
by FalconNL2007
- 2 Replies
- Last post
by FalconNL2007
- Thanks to the readonly modfier it is fairly simple to define an immutable data structure in C#, for instance
Code Snippet
public class Vector { public readonly float X; public readonly float Y; public readonly float Z; public Vector() { } public Vector(float x, float y, float z) { X = x; Y = y; Z = z; }
} Unfortunately readonly doesn't work with object initi
-
- Animate a complete window, how to avoid choppy moving.
by Sean Yao
- 6 Replies
- Last post
by Chango V. - MSFT
- Hi, everyone;
I am trying to animate a complete window, including the title, for instance the height value from 0 to 100.
But the title bar is managed by the operating system, so it's always there and always that high, is there some way to make the title bar animated along with the window content
If I just skip the problem and move on, when the windowĄŻs top position are a
-
- LINQ is Double Slower than traditional DATA Adapter - Correct ME
by Chakravarthy
- 5 Replies
- Last post
by jwooley
- Today, after watching the presentation by Amanda Silver from Channel 9 , started exploring the LINQ features. Surprisingly, few facts unearthed to prove that LINQ is slower, much to double the time consumed by the usage of traditional Data Adapter. Correct me if you find these facts can be proved fault
HW Scenario :
System OS - XP Prof with SP2
System Processor - AMD 3000+ wi
-
- Entity Framework - CommandCompilationException
by Nicholas R
- 4 Replies
- Last post
by Srikanth Mandadi - MSFT
- I just created a model but I cannot use it as i am having some issues that I hope someone can help shed some light on. Basically my program compiles without errors however anytime I try to access anything wrt the model, it crashes.
Here is a sample of the code:
Dim db as New Model
for each stn in db.Stations
Debug.Writeline(stn.Name)
next
The above procedure will
-
- Can get focus in an ItemsControl
by Duque Vieira
- 5 Replies
- Last post
by Neil Mosafi
- Hello. :)
I've inherited a class from ItemsControl.
And I can't get any kind of focus feedback.
I tried setting the Focusable property to true, but sitll can not get focus, much less get key down feedback.
How should this be done with a ItemsControl derived class
Thanks.