Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Windows Presentation Foundation
|
Windows Presentation Foundation Discussion of the beta version of Windows Presentation Foundation "WPF" formerly know as codename "Avalon" as well as the related XAML.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Windows Presentation Foundation section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 17th, 2007, 07:21 AM
Registered User
 
Join Date: Nov 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Fluid Dynamics with WPF : Error

Hi,

I am trying to implement Fluid Dynamics using WPF and C# using this "http://blogs.msdn.com/mattdotson/archive/2005/11/17/494253.aspx" article . I am using .NET Framework 3.0. I have also downloaded latest 3DTools.dll. I am geting error in CreateWireFrame() and UpdateWireframe() functions. In UpdateWireFrame() in line "ScreenSpaceLines3D wire = wireframe.Children[i] as ScreenSpaceLines3D;" the error is saying that "Cannot convert type 'System.Windows.Media.Media3D.Model3D' to '_3DTools.ScreenSpaceLines3D' " And in CreateWireFrame() in line "group.Children.Add(wireframe);" the error is saying that "cannot convert from '_3DTools.ScreenSpaceLines3D' to 'System.Windows.Media.Media3D.Model3D' "

How to resolve this problem? Is there any workaround to run this application in .NET Framewrok 3.0?

Regards,
Chandrak





Similar Threads
Thread Thread Starter Forum Replies Last Post
Processing MS Dynamics XML Envelope Neal XSLT 2 May 22nd, 2008 05:57 AM
C#, Sharepoint, BDC, Dynamics GP10, Webparts NeilSc .NET Web Services 1 January 20th, 2008 03:34 PM
Floating toolbar in WPF mani85 C# 0 August 6th, 2007 03:37 AM
Scrollable content with fluid layout problem Vx BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 0 November 17th, 2006 05:58 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.