This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- ClickOnce GenerateApplicationManifest "Illegal characters in path"
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 18, 2009
10:46 AM
ClickOnce GenerateApplicationManifest "Illegal characters in path"
Hi,
I am trying to build a ClickOnce project in VS 2008 SP1, and I keep getting the following error and it is really getting frustrating:
Creating the 'INTERNET' configuration of the ClickOnce deployment.
Copying the base ClickOnce deployment to the release specific location.
Writing release specific deployment manifest settings from project file.
Writing file information into the application manifest.
Error 122 -7037: The "GenerateApplicationManifest" task failed unexpectedly.
System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path)
at System.IO.Path.IsPathRooted(String path)
at Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.GetDefaultTargetPath(String path)
at Microsoft.Build.Tasks.GenerateManifestBase.FindFileFromItem(ITaskItem item)
at Microsoft.Build.Tasks.GenerateApplicationManifest.AddClickOnceFiles(ApplicationManifest manifest)
at Microsoft.Build.Tasks.GenerateApplicationManifest.BuildApplicationManifest(ApplicationManifest manifest)
at Microsoft.Build.Tasks.GenerateApplicationManifest.OnManifestLoaded(Manifest manifest)
at Microsoft.Build.Tasks.GenerateManifestBase.BuildManifest()
at Microsoft.Build.Tasks.GenerateManifestBase.Execute()
at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult)
Embedding manifest SetupExe.Invoker.manifest into setup.exe
Adding Microsoft(R) .NET Framework redistributables to setup...
Please help! This is very important.
Thanks
I am trying to build a ClickOnce project in VS 2008 SP1, and I keep getting the following error and it is really getting frustrating:
Creating the 'INTERNET' configuration of the ClickOnce deployment.
Copying the base ClickOnce deployment to the release specific location.
Writing release specific deployment manifest settings from project file.
Writing file information into the application manifest.
Error 122 -7037: The "GenerateApplicationManifest" task failed unexpectedly.
System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path)
at System.IO.Path.IsPathRooted(String path)
at Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.GetDefaultTargetPath(String path)
at Microsoft.Build.Tasks.GenerateManifestBase.FindFileFromItem(ITaskItem item)
at Microsoft.Build.Tasks.GenerateApplicationManifest.AddClickOnceFiles(ApplicationManifest manifest)
at Microsoft.Build.Tasks.GenerateApplicationManifest.BuildApplicationManifest(ApplicationManifest manifest)
at Microsoft.Build.Tasks.GenerateApplicationManifest.OnManifestLoaded(Manifest manifest)
at Microsoft.Build.Tasks.GenerateManifestBase.BuildManifest()
at Microsoft.Build.Tasks.GenerateManifestBase.Execute()
at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult)
Embedding manifest SetupExe.Invoker.manifest into setup.exe
Adding Microsoft(R) .NET Framework redistributables to setup...
Please help! This is very important.
Thanks
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 19, 2009
06:34 PM
You do realize that this is a forum for posting questions regarding InstallShield correct? That being said, here is the URL for the ClickOnce and Setup and Deployment Projects on MSDN where you stand a better chance of getting this question answered:
http://social.msdn.microsoft.com/Forums/en-US/winformssetup/threads
Best of luck!
http://social.msdn.microsoft.com/Forums/en-US/winformssetup/threads
Best of luck!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 19, 2009
06:52 PM
I do realize. InstallShield has a ClickOnce project type.