Click here to Skip to main content
16,005,162 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Unable to use array for control Pin
Goutam Patra21-Jul-10 22:20
professionalGoutam Patra21-Jul-10 22:20 
GeneralRe: Unable to use array for control Pin
souvikd21-Jul-10 23:18
souvikd21-Jul-10 23:18 
GeneralRe: Unable to use array for control Pin
Goutam Patra21-Jul-10 23:38
professionalGoutam Patra21-Jul-10 23:38 
GeneralRe: Unable to use array for control Pin
souvikd22-Jul-10 0:45
souvikd22-Jul-10 0:45 
GeneralRe: Unable to use array for control Pin
Goutam Patra22-Jul-10 1:21
professionalGoutam Patra22-Jul-10 1:21 
GeneralRe: Unable to use array for control Pin
souvikd22-Jul-10 18:25
souvikd22-Jul-10 18:25 
AnswerRe: Unable to use array for control Pin
gargagan26-Jul-10 5:57
gargagan26-Jul-10 5:57 
QuestionClickOnce InvalidDeploymentException Pin
agent00zelda21-Jul-10 7:59
agent00zelda21-Jul-10 7:59 
Hello. I've got a bit of a strange error and I can't seem to find much information about ways to fix it.

I have a ClickOnce deployed application that is accessed by multiple clients, all with various Windows operating systems. It seems this error only occurs for those with Windows XP, but not for all Windows XP users.

I have a timer that kicks off every 10 minutes that makes a call to ApplicationDeployment.CurrentDeployment.CheckForUpdate(). Within this call, I get the exception --

Error: System.Deployment.Application.InvalidDeploymentException: Exception reading manifest from http://server/AppName.Client.application: the manifest may not be valid or the file could not be opened. ---> System.Deployment.Application.InvalidDeploymentException: Deployment manifest is not semantically valid. ---> System.Deployment.Application.InvalidDeploymentException: The name of the application reference identity as invalid characters: AppName.Client.exe.
at System.Deployment.Application.Manifest.AssemblyManifest.ValidateApplicationDependency(DependencyAssembly da)
at System.Deployment.Application.Manifest.AssemblyManifest.ValidateSemanticsForDeploymentRole()
--- End of inner exception stack trace ---
at System.Deployment.Application.Manifest.AssemblyManifest.ValidateSemanticsForDeploymentRole()
at System.Deployment.Application.Manifest.AssemblyManifest.ValidateSemantics(ManifestType manifestType)
at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
--- End of inner exception stack trace ---
at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirect(SubscriptionStore subStore, Uri sourceUri, TempFile tempFile, IDownloadNotification notification, DownloadOptions options, ServerInformation serverInformation)
at System.Deployment.Application.DownloadManager.DownloadDeploymentManifest(SubscriptionStore subStore, Uri sourceUri, TempFile tempFile, IDownloadNotification notification, DownloadOptions options)
at System.Deployment.Application.DeploymentManager.BindCore(Boolean blocking, TempFile tempDeploy, TempDirectory tempAppDir, FileStream refTransaction, String productName)
at System.Deployment.Application.DeploymentManager.Bind()
at System.Deployment.Application.ApplicationDeployment.CheckForDetailedUpdate()
at System.Deployment.Application.ApplicationDeployment.CheckForUpdate()
at AppName.Client.MainForm.WatchForDeployment() in D:\AppName\MainForm.cs

If anyone else is familiar with this exception and has some ideas about how to fix it, I'm all ears!!

Thanks!!

Mia
AnswerRe: ClickOnce InvalidDeploymentException Pin
Peace ON22-Jul-10 20:27
Peace ON22-Jul-10 20:27 
QuestionGridview values not save on postback Pin
Clint Westwood21-Jul-10 5:20
Clint Westwood21-Jul-10 5:20 
AnswerRe: Gridview values not save on postback Pin
Not Active21-Jul-10 8:58
mentorNot Active21-Jul-10 8:58 
Questionhow to create web organisation chart using mysql database in C#, ASP.net Pin
sr15921-Jul-10 2:47
sr15921-Jul-10 2:47 
AnswerRe: how to create web organisation chart using mysql database in C#, ASP.net Pin
Abhinav S21-Jul-10 3:36
Abhinav S21-Jul-10 3:36 
QuestionAnybody knows the proper website link of downloading and creating the web employee organisation chart application dynamically using mysql database in C#, ASP.net [modified] Pin
sr15921-Jul-10 18:53
sr15921-Jul-10 18:53 
Questionasp.net Pin
mudassir 198820-Jul-10 20:06
mudassir 198820-Jul-10 20:06 
AnswerRe: asp.net Pin
Richard MacCutchan20-Jul-10 21:32
mveRichard MacCutchan20-Jul-10 21:32 
AnswerRe: asp.net Pin
Abhinav S21-Jul-10 18:41
Abhinav S21-Jul-10 18:41 
Questionproblem in restoring mysql dump file using C#.net Pin
sr15920-Jul-10 1:10
sr15920-Jul-10 1:10 
AnswerRe: problem in restoring mysql dump file using C#.net Pin
Richard MacCutchan20-Jul-10 2:09
mveRichard MacCutchan20-Jul-10 2:09 
AnswerRe: problem in restoring mysql dump file using C#.net Pin
Pete O'Hanlon20-Jul-10 4:25
mvePete O'Hanlon20-Jul-10 4:25 
Generalproblem solved thnk you for all who replied to me Pin
sr15921-Jul-10 22:33
sr15921-Jul-10 22:33 
AnswerRe: problem in restoring mysql dump file using C#.net Pin
Arjun Jutur Sathyanarayana8-Aug-10 22:48
Arjun Jutur Sathyanarayana8-Aug-10 22:48 
QuestionHow to encode an extended ASCII in .NET? Pin
Venkatesh Mookkan19-Jul-10 18:44
Venkatesh Mookkan19-Jul-10 18:44 
AnswerRe: How to encode an extended ASCII in .NET? Pin
Luc Pattyn19-Jul-10 23:06
sitebuilderLuc Pattyn19-Jul-10 23:06 
GeneralRe: How to encode an extended ASCII in .NET? Pin
Venkatesh Mookkan20-Jul-10 19:51
Venkatesh Mookkan20-Jul-10 19:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.