Help with error

Posts 115 of 21 · Page 1 of 2
Help with error
\close
\slove
I fail at VB so I am no help.
/Move to VB section

Better help there.
It should come up as a warning not an error.
Quote Originally Posted by ppl2pass View Post
It should come up as a warning not an error.
it does but when i click to find a dll it shuts donw and wont work
ok thanks a lot i need to wait until a mod goes and move it i suck in vb i an better in c++
Take out
Code:
  ListBox1.Select()
it keep taking me to this
OpenFileDialog1.InitialDirectory = "Desktop"
As an error? or u get taken to desktop by the filedialogue
when i run it and press the button it thats me to the code in the s-code
I know the problem...

Did you add an opendialogue item to ur form?
openfiledialogue yes, yes i did
ok then remove this line and u should be fine:

Code:
   Dim OpenFileDialog1 As OpenFileDialog
ok i publish it but i get this
ApPlication cannot be started.contact the application vendor


PLATFORM VERSION INFO
Windows : 6.1.7600.0 (Win32NT)
Common Language Runtime : 4.0.30319.1
System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)
clr.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfshim.dll : 4.0.31106.0 (Main.031106-0000)

SOURCES
Deployment url : file:///C:/Users/Heriberto/Desktop/WindowsApplication1.application
Application url : file:///C:/Users/Heriberto/Desktop/Application%20Files/WindowsApplication1_1_0_0_0/WindowsApplication1.exe.manifest

IDENTITIES
Deployment Identity : WindowsApplication1.application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=14a2104d4da1d805, processorArchitecture=x86

APPLICATION SUMMARY
* Installable application.

ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\Heriberto\Desktop\WindowsApplication1.app lication resulted in exception. Following failure messages were detected:
+ Specified cast is not valid.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [7/13/2010 11:36:33 PM] : Activation of C:\Users\Heriberto\Desktop\WindowsApplication1.app lication has started.
* [7/13/2010 11:36:33 PM] : Processing of deployment manifest has successfully completed.
* [7/13/2010 11:36:33 PM] : Installation of the application has started.

ERROR DETAILS
Following errors were detected during this operation.
* [7/13/2010 11:36:33 PM] System.InvalidCastException
- Specified cast is not valid.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.DownloadManager.Veri fyRequestedPrivilegesSupport(String requestedExecutionLevel)
at System.Deployment.Application.DownloadManager.Down loadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
at System.Deployment.Application.ApplicationActivator .DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
at System.Deployment.Application.ApplicationActivator .InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
at System.Deployment.Application.ApplicationActivator .PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator .ActivateDeploymentWorker(Object state)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
its not publish. its build....
Posts 115 of 21 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?