Answer Questions
FanCheng Blog based on WPF
http://www.valil.com/Valil.Blog/Valil.Blog.xbap viliescu wrote: http://www.valil.com/Valil.Blog/Valil.Blog.xbap That is awesome :-) As you have noticed the web application is far from finished. I am going to add all the features - RSS feeds, comments, categories etc. Regarding the right panel: no, it's not a StackPanel - have you tried to drag the items viliescu wrote: As you have noticed the web appli ...Show All
Big Ben Looking for makecert.exe download
I am looking for this download, for use w/ Access 2003 standalone. There is a k.b. article here: http://support.microsoft.com/kb/828407/en-us But the link does not take you to a download site, just a description of the utility. Can anyone help You can download the windows platform SDK kit: http://www.microsoft.com/downloads/details.aspx FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en ...Show All
Madhusudhanan P Conditional formatting c#.NET "Unknown Query Engine Error"
I have a report I created in Crystal Reports 8. It has VERY simple conditional formatting which works fine in the stand alone Crystal Reports designer. The formula is: If Mid ({Field}, 1, 4) = "BOLD" Then crBold That formula is a conditional format formula on the style of a database field. Now the application is a c# fat client. When I call that report it gives a "Unknown Query Engine Error". If I re ...Show All
Fred Herring Excessive flickering in an Adorner (on MouseLeave/Enter?)
Thought I'd bump this up. I'm still experience Adorner wonkiness and I'm not sure whether it's my code or a WPF bug. Hi Henry, I had posted code to this thread but it somehow dissapeared. Anyway, Ive recreated the sample here. First the XAML <Window x:Class="WindowsApplication1.Window1" xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/prese ...Show All
ChoclatB0y Equidistant Items
Hi there, is there a native support in WPF for 'equidistant layout' I have a line (which length can vary - for the simplicity sake lets say it's either a vertical or horizontal one) and a number of items (let’s say rectangles) resided on this line. This line can be purely a virtual thing or a real one (moreover It can be more complex trajectory that just a straight line). What I want to do is to insure that the distance between those ...Show All
cleith Editing reports in Remote Mode
Hi All, I'm wondering how to acheive report editing features (Where users can change the figures (not the report design) in the delivered report and get a print out) under SQL Server reporting services in remote mode To my understanding remote mode delivers the fully rendered report to the application. In local mode the application has access to the data source and It will be easy to provide report editing feature by just loading the ...Show All
Terry Showers Deploy Vs2005 Crystal report on NON default web site on iis6
http://forums.microsoft.com/msdn/ShowPost.aspx PostID=8949 Have try method above, it work on "Default Site Web" in IIS6, but try on non default web site, web report viewer icons not appearing, and report not working. Any idea I have found solution for above. Using Setup method. I notice that c:\Inetpub\wwwroot\aspnet_client\ was install on default web site. And the web report viewer was using script and icons here c:\Inetpub\wwwroot\asp ...Show All
Igor L Security seting problems on installing May CTP of LINQ
Hello, I've try to install the May CTP of LINQ but here is the error I get: http://morpheus.developpez.com/temp/error.jpg Anyone knows why I get this error Thanks Work great on my xp ! Thanks The installer grants users in Users/Power Users group write access to the Samples folder so these users can open solutions and build and run the new LINQ samples. Ting Liang Microsoft Visual Basic Team Paul, I'm sorry you ra ...Show All
TheReverend Crystal Reports and the VS IDE (toolbar align lefts, rights, etc..)
Why, when designing a report, the toolbar with Align Lefts, Align Tops etc is greyed out, but right-click align lefts does work Anyway to add those features to a toolbar in the IDE Carl Mark Dorey wrote: Oh are you talking about the Visual Studio layout toolbar If so then no. The CR report designer has their own toolbars. Specifically the Crystal Reports - Main toolbar has t ...Show All
jbval System.TimeoutException in "Hello World" sample
Hello I'm newbie to WCF so i started by playing with "Hello World" sample Everything works great except last step ( Securing Communication Between the Client and Server ) When i change binding to WSHttpBinding and run app (server then client), messages are sended ok, client ends but server hangs on HService.Close(); After a while, System.TimeoutException is thrown : System.TimeoutException was unhandled Message="Unable ...Show All
Sebastian Roth VSIP Beta 2 License
Installing VSIP 2005 Beta2 with VS 2005 Beta2 I get a message "VSIP License Required" and in Help/About of VS2005B2 a message reads "A VSIP License is required to use this version of Microsoft Visual Studio". So far I have not been able to find out where to get this license, but I do see people posting messages in the news-group asking the same thing (no useful answers yet). Any idea what/where/how-to deal with this Did anyone ever find a ...Show All
msauper Remove Solution from Source Safe
Dears, I faced a problem of "Unable to load one or more breakpoints" error whenever I load my project/solution. (This happen even I manually remove/add a project in/out of my solution). So now, I want to remove my solution from the source safe (which is not so reliable now) but my VS 2005 hang when I click "File", Source Control, Change Source Control Is it the only way for me to retract my solution from VSS Than ...Show All
haraldhw Rules don't seem to be called with sdk 2006.06
I'm currently porting my DSL from 2006.04 to 2006.06, but rules do not seemed to be called. The partial class GeneratedMetaModelTypes is not generated, so it doesn't make sence to add them as static fields this type. internal static Type ChangeDataAttributeRule = typeof (ChangeDataAttributeRule); I have not found a sample in the new sdk that uses rules. Question, how do I get the rules to be fired in 2006.06 Thanks, John ...Show All
RLucky SecurityNegotiationException: A call to SSPI failed / Win32Exception (0x80004005): The target principal name is incorrect
Has anyone go any idea why the following exception should be thrown on a client connecting cross-machine to a WCF service: [Win32Exception (0x80004005): The target principal name is incorrect] [AuthenticationException: A call to SSPI failed, see inner exception.] System.Net.Security.NegoState.ProcessAuthentication(LazyAsyncResult lazyResult) +109 System.Net.Security.NegotiateStream.AuthenticateAsClient(NetworkCredent ...Show All
Chrisine deploy WPF app without Internet?
WFX Runtime is setup up by online setup, can i deploy a simple winfx program and FX runtime without a internet connection yes, i think so. i made a program by WinFX for my girlfriend, but i have to tell her to setup the runtime for WFX :( , Maybe I have to take on my laptop to demostrate my lovely program to her, hehe. Wish the redistribution of the final Winfx be availiable soon.... In the past there have also been ...Show All
