Hello, I have a problem when working with a program that uses XAML in
one of the modules.
I copied some XAML code from another working project into an existing
project, then when trying to compile the project I get the following:
Error 13 Unknown build error, 'The specified path, file name, or both
are too long. The fully qualified file name must be less than 260
characters, and the directory name must be less than 248 characters.'
The XAML code that was entered was the following:
<Window x:Class="WPFPho toGalleryDemo.W indow1"
xmlns="http://schemas.microso ft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microso ft.com/winfx/2006/xaml"
xmlns:local="cl r-
namespace:Leadt ools.Windows.Co ntrols;assembly =Leadtools.Wind ows.Controls"
Title="LEADTOOL S WPF Photo Gallery Example" Width="800"
Height="650" Background ="Black" Icon="lv.ico"
ResizeMode="Can Minimize"
<Grid>
</Grid>
</Window>
I am using VS 2005 SP1 with .NET 3.0 extensions installed. The OS is
Windows XP Home SP2.
How do I resolve this error?
Thanks.
Mike
one of the modules.
I copied some XAML code from another working project into an existing
project, then when trying to compile the project I get the following:
Error 13 Unknown build error, 'The specified path, file name, or both
are too long. The fully qualified file name must be less than 260
characters, and the directory name must be less than 248 characters.'
The XAML code that was entered was the following:
<Window x:Class="WPFPho toGalleryDemo.W indow1"
xmlns="http://schemas.microso ft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microso ft.com/winfx/2006/xaml"
xmlns:local="cl r-
namespace:Leadt ools.Windows.Co ntrols;assembly =Leadtools.Wind ows.Controls"
Title="LEADTOOL S WPF Photo Gallery Example" Width="800"
Height="650" Background ="Black" Icon="lv.ico"
ResizeMode="Can Minimize"
>
</Grid>
</Window>
I am using VS 2005 SP1 with .NET 3.0 extensions installed. The OS is
Windows XP Home SP2.
How do I resolve this error?
Thanks.
Mike
Comment