Problem on .net 3.0 WPF! Strange Problem on .net 3.0 WPF! with directories
I am creating a WPF/e ASP.net site using a master page. The WPF/e control is on the master page. with the source property being /xaml/code.aspx. The WPF/e XAML is generated by the ASP page /xaml/code.aspx. This works fine for Default.aspx and I see the graphics that I created. I created a new page login.aspx in the membership directory, but the graphics never show up (and I get no error). I know that the control is there because I see the background. If I move the login.aspx to the root directory (same as Default.aspx) I see the graphics. I have tried using absolute paths to the code.aspx as well and that does not work. Does anyone have any suggestions?
Last edited by theone : 07-19-2007 at 11:48 PM.
|