Any one can help me resolve this problem
Error 1 Building content threw Win32Exception: The system cannot find
the file specified
at
System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo
startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(String fileName, String
arguments)
at FluixPipe.SwfImport.Import(String filename,
ContentImporterContext context)
at
Microsoft.Xna.Framework.Content.Pipeline.ContentImporter`1.Microsoft.Xna.Framework.Content.Pipeline.IContentImporter.Import(String
filename, ContentImporterContext context)
at
Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.ImportAssetDirectly(BuildItem
item, String importerName)
at
Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.ImportAsset(BuildItem
item)
at
Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.BuildAssetWorker(BuildItem
item)
at
Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.BuildAsset(BuildItem
item)
at
Microsoft.Xna.Framework.Content.Pipeline.BuildCoordinator.RunTheBuild()
at
Microsoft.Xna.Framework.Content.Pipeline.Tasks.BuildContent.RemoteProxy.RunTheBuild(BuildCoordinatorSettings
settings, TimestampCache timestampCache, ITaskItem[] sourceAssets,
String[]& outputContent, String[]& rebuiltContent, String[]&
intermediates, Dictionary`2& dependencyTimestamps, KeyValuePair`2[]&
warnings)