-
- Visual C++ 2008 Redistributable Package
by Luciano Aibar
- 14 Replies
- Last post
by wathavy
- Hello, Is there any VC++ runtime version 9 for download at microsoft.com thanks in advance
-
- Duplicate IDs in tombstone tables
by Mathias Raacke
- 1 Replies
- Last post
by Yunwen Bai
- How can I store the same ID twice in tombstone tables The SyncAdapterBuilder requires that the tombstone table has the same primary key as the base table, so I cannot add the same ID to the tombstone table twice if I use the SyncAdapterBuilder. Is this scanario only supported if I create the SyncAdapter without using the SyncAdapterBuilder
-
- Background image for form
by jzfredricks
- 2 Replies
- Last post
by NataliyaG
- Hello all, firstly, please forgive my total ignorance. These are my very first steps into windows form development, having made a switch from pure web-based (asp.net) development. I am using Visual Studio 2005 Pro, with the following add-on; Orcas Technology Preview - .NET Framework 3.0 Development Tools 1.0 Microsoft Visual Studio Code Name Orcas Community Technology Preview - Development Tool
-
- Enveloping childrens of a custom panel??
by Ruben Leal
- 3 Replies
- Last post
by Yi-Lun Luo - MSFT
- Good morning,
I'm trying to create a custom usercontrol derived from Panel to create a custom layout system.
My layout is working fine, and now I want to create a custom style or template for the childrens inside my panel to get involved in a border looking like a windows.
My custom control want to imitate the personalized page of google, where every gadget has a envelope just
-
- Sending objects with WCF
by rnby
- 5 Replies
- Last post
by rnby
- I am able to send data with WCF but when I try to send an object it goes wrong by the return [OperationContract(AsyncPattern = true)] IAsyncResult BeginTicketList(Objects.TicketList TicketList, AsyncCallback TLCallBack, object TLState); Objects.TicketList EndTicketList(IAsyncResult TicketList); the server recieves the object fine, works with it and updates the database. when the client recieve it
-
- Is Query Visualizer coming back for Orcas RTM?
by Joe Rattz
- 9 Replies
- Last post
by Joe Rattz
- Is the query visualizer going to make it back into VS Orcas in time for release
-
- How to specify multiple top level windows in Xaml?
by RickLH
- 1 Replies
- Last post
by Mike Cook - MSFT
- I have an application that is constructed using CAB/SCSF/WPF and needs to display multiple top level windows. What is the syntax I should use in my ShellWindow.xaml file to create two independent top level windows
-
- AJAX and WPF
by EisenB
- 6 Replies
- Last post
by EisenB
- I have a quick and hopfully simple question regarding WPF. If I develop for the web using WPF, do I still need AJAX, or can the WPF/XAML layer talk directly to a web service without postback The reason I ask is becasue the applicaiton we need is very heavy data entry (300-500 detail records in a batch) and I am trying to figure out a good alternative other than WinApp.
Thanks, and sorry for
-
- Catching events from Controls in DataTemplate
by Patrick Sears
- 6 Replies
- Last post
by Anthony_Sebastian
- I think my question is pretty simple. I'm still getting my head wrapped around WPF, but I have the following situation I simply can't figure out how to solve: I have a ListBox I am using to present a list of objects. I have created the following DataTemplate for the objects in the list:
< DataTemplate x:Key= "ItemDataTemplate" >
< Border x:Name= "tplBorder&quo
-
- Graphics Object
by ShiningTears
- 5 Replies
- Last post
by Benny Tops
- Creating a Graphics object in GDI+ takes the form
Dim g As Graphics = e.Graphics (in form's paint event), or
by overriding onPaint event, or simply,
Dim g as Graphics = Me.Graphics (Say for example in Button's Click event)
Well, Can i create a Graphics object in WPF the same way or is there another way for that
I want to draw shapes (Circles, lines) with mouse u
-
- definitive list of WPF diff 3.0 to 3.5?
by Brannon
- 3 Replies
- Last post
by Carole Snyder
- Where do I go to see a definitive list of chances (concerning WPF) between .NET 3.0 and .NET 3.5 I wish MS would include a nice version list containing every change in every (including beta) release. I like the way Divelements does it. For example: http://www.divelements.co.uk/net/controls/sanddock/versionhistory.aspx Gimp's change list is nice as well: http://developer.gimp.org/NEWS
-
- Need help to design my security model
by Lex007
- 2 Replies
- Last post
by Lex007
- Hi,
I am currently designing an application to manage Contacts, Companies, Events, Hotel reservations, Service subscriptions, etc. The application is accessible from a Windows client (back-office in multiple international locations) and a Web client (front-office for online reservations) and uses username/passwords stored in a database.
We need to implement authorization features such as : -
-
- Setting InactivityTimeout as Infinite prevents from generating a proxy via svcutil
by GinaK
- 5 Replies
- Last post
by Allan-Nielsen
- I'm using wsHttpBinding for a WCF service; when I try to generate a proxy for the client, I get the following error in the output box:
Attempting to download metadata from 'http://<domain name>/<service name>.svc wsdl' using WS-Metadata Exchange or DISCO.
Error: Cannot import wsdl:binding
Detail: An exception was thrown in a call to a policy import extension.
Extension
-
- xbap and webservice
by jisskallarackal
- 1 Replies
- Last post
by Yi-Lun Luo - MSFT
- i try to call a web method in a webservice from a xbap application.
if i run in fulltrust it will work fine
ut to publish it i changed the trust level to partial.
now it is showing several security exeptions.
how can i publish a xbap application with appropriate trust level so that i can call a webservice method from it
-
- IOException problems...
by DocMARs
- 14 Replies
- Last post
by DocMARs
- Code Snippet
if (((XmlElement)PropertyTree.SelectedItem).Name == "Panel")
{ try { SettingsPane.Source = new Uri(((XmlElement)PropertyTree.SelectedItem).GetAttribute("Uri"), UriKind.Relative); } catch (IOException) { AveSkin.Pages._04 mypage = new AveSkin.Pages._04(); mypage.SetMessage(((XmlElement)PropertyTree.SelectedItem).GetAttribute("PanelHea
-
- Accessing an object in XAML
by asinine
- 2 Replies
- Last post
by asinine
- I have been searching for quite a while how to make an object declared at the window level accessible in XAML but can't seem to find a solution. How could i make _myObject accessible in XAML in the following example:
public partial class Window1 : System.Windows. Window {
MyObject _myObject = new MyObject();
public Window1() {
InitializeComponent();
}
-
- WebServiceHost, AuthSchemes, and Beta2
by Dave Bettin
- 7 Replies
- Last post
by T.R.Vishwanath - MSFT
- Yo WCF Web Gurus, So it seems in the .net 3.5 beta 2 drop you can longer use the new web fun stuff in the ASP.Net Development Server (Cassini). You get this lovely error (IIS ) :
"IIS specified authentication schemes 'Ntlm, Anonymous', but the binding only supports specification of exactly one authentication scheme. Valid authentication schemes are Digest, Negotiate, NTLM, Basic, or Anony
-
- Add Text in Richtextbox with specified color
by Pavan Contractor
- 1 Replies
- Last post
by LesterLobo - MSFT
- Hi,
I want to add text in Richtextbox with specified color.How can I do that If any one knows reply me as soon as possible.I have used Sysytem.Windows.Controls.RichTextBox.
System.WIndows.Forms.RichTextBox is not supported in WPF.
Regards,
Pavan
-
- LinqTo Sql struggling with Joins + a couple of other stuff Can you help?
by vbjunkie
- 7 Replies
- Last post
by vbjunkie
- Example of what I am trying to do.
Code Block
DECLARE @EmployeeID int,@AnotherID int,@IndexID int,@TableCId ,@FirstID int,@Number int
set @EmployeeID=1
set @AnotherID=2
set @IndexID =3
set @TableCId =4
set @FirstID =5
set @Number=2
SELECT *
FROM TableA A
JOIN TableB B ON A.SbaID = B. SbaID
LEFT JOIN TableC C ON C.EmployeeID = @EmployeeID AND C.S
-
- WCF endpoint configuration...how to tokenize the address?
by Steve1999
- 1 Replies
- Last post
by Brian McNamara - MSFT
- Hi, I have the endpoint in a client config file: <endpoint address="https:// #VaultServerName# /Altrex/Vault/6.0/Symyx.Vault.Service/VaultRepositoryService.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_VaultRepositoryService" contract="Altrex.Framework.Vault.ServiceModel.IRepositoryServiceContract" name="BasicHttpBind
-
- Stream Based Data Processing using LINQ
by dpthayer
- 4 Replies
- Last post
by dpthayer
- I have been very excited about the new Object Query support in LINQ especially so when I realized that it implemented Lazy Evaluation since this is essential to implementing stream based processing however I am now running into an old problem that I have had with templates from 2.0 onwards and which has preented me using them extensiveloy in my work. This is the problem with doing simple arithmeti
-
- Request/Response with MSMQ binding
by BillRP
- 6 Replies
- Last post
by Sorin Alexander - MSFT
- Just a question to the WCF team... why is it that service operations that are invoked with the MSMQ binding must be one-way Your guidance suggests that a Request/Response can be achieved by manually placing the return address in the request header and then manually sending the response back from the service to the address held in the request header. However, to me this really should be handled by
-
- An attempt was made to access a socket in a way forbidden by its access permissions
by Efren
- 0 Replies
- Last post
by Efren
- After deploy my WCF service on IIS, and deploy the client app to some clients, all works fine.
Until the clients began to install Windows Vista (RTM Business Edition), those clients reports that app failed.
The exception alway was "SocketException An attempt was made to access a socket in a way forbidden by its access permissions"
After search in all configuration, over permissi
-
- Orcas Base Image - not able to connect to internet or local network
by Rajeev Kanale
- 1 Replies
- Last post
by J_Steele
- Hi
I am using the Orcas March 2007 CTP - 9 parts. (VSMar2007CTP_VSTSTFS) with the commonly used base image having Win2003 server. I am not able to connect to network and/or internet. Has anyone already faced this issue and have a solution to it Appreciate your help in getting me on internet using the Orcas base image. Thanks in advance...
Rgds,
Rajeev
-
- C# complier generates "Dynamic Base" and "NX compatible" DLL characteristics
by SoccerHero
- 4 Replies
- Last post
by SoccerHero
- Hello,
It appears that the assembly generated by C# compiler ( 8.0.50727.1378 ) has DLL characteristics of "Dynamic Base" and "NX compatible".
540 DLL characteristics Dynamic base NX compatible No structured exception handler
Is there anyway to turn it off I think it is a cause of Access Violation in a native component used by t