VB 2008 Express Edition HELP

Discussion in 'Visual Basic ( VB )' started by imabeast1991, Dec 15, 2007.

  1. imabeast1991

    imabeast1991 New Member

    Joined:
    Dec 15, 2007
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    When I make a program it works perfectly but when i send it to another computer/person it dosnt work and says missing files. Yes the other computers have .net framework Below is the error message that the other computers recieve

    PLATFORM VERSION INFO
    Windows : 5.1.2600.131072 (Win32NT)
    Common Language Runtime : 2.0.50727.1433
    System.Deployment.dll : 2.0.50727.1433 (REDBITS.050727-1400)
    mscorwks.dll : 2.0.50727.1433 (REDBITS.050727-1400)
    dfdll.dll : 2.0.50727.1433 (REDBITS.050727-1400)
    dfshim.dll : 2.0.50727.1433 (REDBITS.050727-1400)

    SOURCES
    Deployment url : file:///C:/Documents%20and%20Settings/Administrator.JESSICA-D7708A4/Desktop/C++/Beasty_WebBrowser/Beasty%20WebBrowser/browser.application

    ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * Activation of C:\Documents and Settings\Administrator.JESSICA-D7708A4\Desktop\C++\Beasty_WebBrowser\Beasty WebBrowser\browser.application resulted in exception. Following failure messages were detected:
    + Downloading file:///C:/Documents and Settings/Administrator.JESSICA-D7708A4/Desktop/C++/Beasty_WebBrowser/Beasty WebBrowser/browser.application did not succeed.
    + Could not find file 'C:\Documents and Settings\Administrator.JESSICA-D7708A4\Desktop\C++\Beasty_WebBrowser\Beasty WebBrowser\browser.application'.
    + Could not find file 'C:\Documents and Settings\Administrator.JESSICA-D7708A4\Desktop\C++\Beasty_WebBrowser\Beasty WebBrowser\browser.application'.
    + Could not find file 'C:\Documents and Settings\Administrator.JESSICA-D7708A4\Desktop\C++\Beasty_WebBrowser\Beasty WebBrowser\browser.application'.

    COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

    WARNINGS
    There were no warnings during this operation.

    OPERATION PROGRESS STATUS
    * [12/13/2007 1:20:07 PM] : Activation of C:\Documents and Settings\Administrator.JESSICA-D7708A4\Desktop\C++\Beasty_WebBrowser\Beasty WebBrowser\browser.application has started.

    ERROR DETAILS
    Following errors were detected during this operation.
    * [12/13/2007 1:20:12 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
    - Downloading file:///C:/Documents and Settings/Administrator.JESSICA-D7708A4/Desktop/C++/Beasty_WebBrowser/Beasty WebBrowser/browser.application did not succeed.
    - Source: System.Deployment
    - Stack trace:
    at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
    at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
    at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
    at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionSto re subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
    at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)
    at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension)
    at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    --- Inner Exception ---
    System.Net.WebException
    - Could not find file 'C:\Documents and Settings\Administrator.JESSICA-D7708A4\Desktop\C++\Beasty_WebBrowser\Beasty WebBrowser\browser.application'.
    - Source: System
    - Stack trace:
    at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
    at System.Net.FileWebRequest.GetResponse()
    at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    --- Inner Exception ---
    System.Net.WebException
    - Could not find file 'C:\Documents and Settings\Administrator.JESSICA-D7708A4\Desktop\C++\Beasty_WebBrowser\Beasty WebBrowser\browser.application'.
    - Source: System
    - Stack trace:
    at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
    at System.Net.FileWebRequest.GetResponseCallback(Object state)
    --- Inner Exception ---
    System.IO.FileNotFoundException
    - Could not find file 'C:\Documents and Settings\Administrator.JESSICA-D7708A4\Desktop\C++\Beasty_WebBrowser\Beasty WebBrowser\browser.application'.
    - Source: mscorlib
    - Stack trace:
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
    at System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean async)
    at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)

    COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.


    I dont under stand why because it works perfect on my computer
     
  2. Londy

    Londy New Member

    Joined:
    Mar 19, 2009
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Ok this error Could be They dont have Net Frame Work 2 or 3 Make sure they have the latest version

    if its not a stand alone program They The user may need internet
    other than that there probably just missing a file
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice