-
- June CTP - Where's the code file?
by Julie Lerman
- 10 Replies
- Last post
by Julie Lerman
- I know that in websites you can't "show all code" to see the class file that is generated from the model, but even looking in my windows file explorer, I can't find one.
Is it all on the fly now
I see the buildProviders section in the web.config and I see that the connection string is different.
Interestingly the buildProviders tell me there is something special for
-
- There is no client tombstone table, how does client track pending non-posted changes
by Robert Linders
- 1 Replies
- Last post
by VijayTS
- On the server everything is neatly specified, we see the stored procedures the tombstone tables the sql commands etc. Great samples and great functionality.
On the client however there are no clues as to where "pending" deletes, inserts and updates are marked or stored. Where is the "ClientId" stored etc. It works as by magic, but not sure how/why. In MSSMS or in Visual stud
-
- WCF Service and Biztalk 2006 (trial version)
by rodpn
- 9 Replies
- Last post
by wouterc
- Hi all,
I've developed 3 web services using WCF and now, I'm trying to orchestrate them using Biztalk 2006 (trial version).
The problem is, whenever I try to " Add a web reference " pointing to my WCF service in my biztalk project i get the error message "Failed to Add a Web Reference" and that's all, no more information.
For other services I can manage to add them
-
- PrintTicket provider failed to convert PrintTicket to DEVMODE. Win32 error: -2147467259 - Any idea why?
by scarlette3000
- 4 Replies
- Last post
by scarlette3000
- Can someone please let me know what's wrong with the code below. I am always getting this error:
"PrintTicket provider failed to convert PrintTicket to DEVMODE. Win32 error: -2147467259" in the lines highlighted in green.
if (result.ConflictStatus == ConflictStatus.ConflictResolved) { newPT = result.ValidatedPrintTicket;
pq.Commit(); It will create an exception righ
-
- A Guided Tour of WPF
by Josh Smith
- 0 Replies
- Last post
by Josh Smith
- I've started a new series of WPF articles on CodeProject. So far I've published two articles, one about XAML and the other about layout panels. The purpose of the series is to help bring WPF newbies up to speed with the basics of the platform.
If you're interested in checking out what I've posted so far, here are the links:
Part 1 (XAML): http://www.codeproject.com/useritems/GuidedTo
-
- Is LINQ wasting memory?
by Scott Grosch
- 3 Replies
- Last post
by Figo Fei - MSFT
- It appears that I can't dispose of the SQL object (DbLinkDataContext below) that LINQ binds to. Isn't that wasting memory For example, if I do something like this:
DbLinkDataContext dblink = new DbLinkDataContext ();
this .fil = from o in dblink.FinancialInstitutions
orderby o.fi
select new FinancialInstitution
{
Fid = o.fid,
Name = o.fi,
-
- Download img problem
by Antony Lai
- 1 Replies
- Last post
by Gus Perez - MSFT
- I try to use some download managers like Flashget to download IMGs of Orcas products, but they fail. I can understand you need a steady network flow, but would you make your download on IE7 smarter a bit to continue the previous download.
May be you miss those days using 56K modem to take a download for 20 hours. Moreover you still could use flashget or gozilla at those day. It is a kind of
-
- error deploying xaml browser application
by bluestrattos
- 8 Replies
- Last post
by bluestrattos
- Hello! I'm using Vista with VS 2005 and Ms Expression Blend, and i'm developing a xmal Browser application. I design my application in Blend and then i test it (pressing F5), and then a IE windows opens and the application is there. But this only work when i run through Blend. If i'll try to see how the application looks, outside blend, it gives me an error saying "Application File Not Valid&
-
- Error while running my VS2005 (.NET 2.0 Windows applications ) when I got installed Orcas. Not able to debug.
by Maheshkumar.R
- 3 Replies
- Last post
by sameh ibrahim
- hi groups, Error while running my VS2005 (.NET 2.0 Windows applications ) when I got installed Orcas parallely. Not able to debug by existing 2.0 windows app. any quick soln.. Error description : while I try to compile my 2.0 app : Microsoft Visual Studio --------------------------- Error while trying to run project: Unable to start debugging. Check for one of the following. 1. The application yo
-
- Add persisted storage to p2p custom resolver.
by thomasheder
- 2 Replies
- Last post
by thomasheder
- Hi!
I'm looking into using WCF p2p channels as a notification mechanism in an enterprise application. I have started looking at the Chat sample.
The problem with the custom resolver in this sample is that it maintains the node cache of the mesh in memory, and a restart of the resolver creates new, separate meshes as described here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=635536
-
- app.config intellisense VC# Express
by h1
- 4 Replies
- Last post
by Martin Petersen-Frey - MSFT
- Hello,
For some reason my intellisense isn't working for the <system.serviceModel>. I'm using VC# Express. Does that have something to do with it
Thanks
Houman
-
- BitmapImage from Embedded Resource
by drstevenson1958
- 9 Replies
- Last post
by drstevenson1958
- I am trying the example program from Charles Petzold, Applications = CODE + MARKUP, page 72.
I can't get the resource to load properly. I get the exception: Cannot locate resource 'images/davidstevenson.jpg'. The exception occurs on the EndInit line. Any help would be appreciated. Thanks.
The picture file is in the Images folder in Visual Studio 2005.
using System;
using
-
- How to Insert Controls in 3D Mesh?
by Great Korea
- 1 Replies
- Last post
by Peter S Antal - MSFT
- Hello
I'm sorry because my English skill is not so good.
I have some troubles.
I want to make cylinder mesh and to insert some controls(ex: Button element, Media element, Image element, FlowDocumentReader element etc.).
First, i maked cylinder mesh that i use "ZAM 3D" application.
And I add Grid element into cylinder mesh.
Code likes this :
<Materi
-
- UserName authentication problem
by Damon Cher
- 3 Replies
- Last post
by Todd West
- I'm using WCF UserName authentication with custom validation. It works ok but client makes several tries to process validation on server in case of invalid credentials. How to make it do only one try
-
- Reliable channel's transfer window
by Alexnaldo Santos
- 8 Replies
- Last post
by Alexnaldo Santos
- Hi,
Does anybody know how to solve error about " There was no space available in the reliable channel's transfer window"
My architecture is : 1)One Service ( PerSession with Callback ) using "security=message" and Self Hosted. 2)One Client that receive events notification from Service
I don't know why, but frequently I see errors about "timeout" on both side.
-
- Service with NetDataContractSerializer and maintaining object references
by Duncan Stewart
- 2 Replies
- Last post
by Duncan Stewart
- Hi
I'm using WCF with the NetDataContractSerializer. In a service method I return a tree of OrganisationUnit objects (each of which contains an association to a CostCentre object), and a list of CostCentre objects. If i return these objects as two "out" parameters on the service method the association is not maintained and OrganisationUnit is associated with a different CostCentre
-
- CollectionViewSource - Filters Changed
by pkp9774
- 5 Replies
- Last post
by Marco Zhou - MSFT
- I have a CollectionViewSource defined with a filter. I also have another ObservableCollection<> setup which manages the filters for the CollectionViewSource. Is there any way to tell the CollectionViewSource to re-apply the filtering to its collection when this other ObservableCollection<> changes
-
- X509 certificates and multiple services.
by terry_phelan
- 1 Replies
- Last post
by Todd West - MSFT
- Hi,
I have been trying to put together a B2B scenario using X509 certs and WCF and I'm running up against a brick wall.
My scenario is as follows:
3 entities: Client C, Service S1, Service S2.
The process flow is as follows: Client C makes synchronous calls to service S1, which in turn makes synchronous calls to service S2.
The location of the entities is as follows:
-
- Issue with instantiating a new ObjectContext w/ no parameters
by MichaelD&#33;
- 10 Replies
- Last post
by MichaelD!
- Hey there,
I'm *finally* getting around to using Orcas Beta 1 and the EF. I've created a very simple objectcontext, and created a ConnectionString:
< add name = "Model Container " connectionString = " metadata=.\Model Container .csdl|.\Model Container .ssdl|.\Model Container .msl;provider=System.Data.SqlClient;provider connection string= " Data Source=.
-
- Blurry images
by olelar
- 3 Replies
- Last post
by -SerialSeb-
- hi, i made som icon (gif format) and wanted to use it in my wpf application. I'm useing Expression Blend by the way.
When i imported the images into blend they become blurry. i tried changing all the properties, other images formats and even tried it in vista, still blurry.
what does Blend do to the images is there a setting i can turn off
-
- IAuthorizationPolicy and IPrincipal
by stsym95734
- 5 Replies
- Last post
by sholman
- Hi, I have a custom AuthorizationPolicy, UserNamePasswordValidator and ServiceAuthorizationManager class implementation.
Once authenticqated, I want to make my custom Principal object (derived from IPrincipal ) available from the current thread, I am not sure when and where I should attach my custom Principal object to the current thread.
It is in the UserNamePasswordValidator.Valida
-
- ListBox scroll to center, revisited
by -JM-
- 6 Replies
- Last post
by -JM-
- Folks,
I have searched through the various posts on this topic, but am still having issues.
I am trying to make a photobrowser out of a ListBox, I want the selected photo to be centered. I know how to scroll the ListBox, but am having trouble getting the ScrollViewer control inside of the ListBox. The ListBox's VisualTree keeps coming up with 'null'.
XAML:
Code
-
- Help--"Could not find an implementation of the query pattern" error
by ak756
- 6 Replies
- Last post
by ak756
- Hi
I am reading the LINQ COOKBOOK recipes1 article( http://blogs.msdn.com/vbteam/archive/2007/06/22/linq-cookbook-recipe-1-change-the-font-for-all-labels-on-a-windows-form.aspx ) and want to rewrite the code in C#. As I know nothing about VB.NET and also new to C#, I got errors very quickly.
Here is the original VB.NET code:
Private Sub Button1_Click( ByVal sender As System.Obj
-
- Upgrading to Vista... Should I uninstall .NET 3.0 first?
by Rtalan
- 2 Replies
- Last post
by Edmund Leung
- In the process of learning WPF, I have installed .NET 3.0 and the Visual Studio 2005 extensions. In preperation for upgrading my OS to Vista Ultimate, should I uninstall the older .NET 3.0 first
Also, to get the newest VS 2005 extensions (Orcas, Cider, etc.) should I uninstall the older versions of these extensions first
Thanks in advance!
-
- SQL Server 2005 Developer Edition and Express Products
by Jimmy Fitts 3
- 3 Replies
- Last post
by Jimmy Fitts 3
- I have SQL Server 2005 Developer Edition running on my machine. Admittedly I have not played with this much, but so far I have not found a server explorer like Visual Studio 2005. Also I have not been able to add a data connection to my current instance of SQL.
Is this a known limitation of the Express Editions Are users limited to SQL Express Or am I just missing something