Results 1 to 5 of 5

Thread: Where i can find the project-VBE 2005

  1. #1

    Thread Starter
    Hyperactive Member wizkid's Avatar
    Join Date
    Dec 2005
    Location
    uk
    Posts
    405

    Where i can find the project-VBE 2005

    I installed one project(which is created in VBE 2005) in one system
    Everything is fine.
    I just want to know where it is installed.The project is not in program files.

    thanks

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Where i can find the project-VBE 2005

    If you published it then it was installed in the ClickOnce cache, which is area managed by the .NET Framework. All installation, uninstallation and updating is managed by the Framework via ClickOnce so there should be no need for you to access the actual files. Just do a search for your EXE's file name if you want to find it, but you should read up on ClickOnce.

    http://search.msdn.microsoft.com/sea...uery=clickonce
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member wizkid's Avatar
    Join Date
    Dec 2005
    Location
    uk
    Posts
    405

    Re: Where i can find the project-VBE 2005

    Thank you
    My problem is i inistalled my project in server.
    And i want to put one short cut on server desktop.It is working on server.From that server i want to give access to terminal users.But Terminal systems can't access this shortcut.


    ERROR Details:
    VB Code:
    1. PLATFORM VERSION INFO
    2.        Windows                         : 5.2.3000.6500(Win32NT)
    3.        Common Language Runtime         : 2.0.50000.42
    4.        System.Deployment.dll                 : 2.0.50000.42 (RTM.05000-4000)
    5.        mscorwks.dll                         : 2.0.50000.42 (RTM.05000-4000)
    6.        dfdll.dll                         : 2.0.50000.42 (RTM.050000-4000)
    7.  
    8. SOURCES
    9.        Deployment url                        : file:///Z:/Documents%20and%20Settings/Admin.c/Start%20Menu/Programs/c%20Ltd/ShiOr.appref-ms
    10.  
    11. ERROR SUMMARY
    12.        Below is a summary of the errors, details of these errors are listed later in the log.
    13.        * Activation of Z:\Documents and Settings\Admin.c\Start Menu\Programs\C Ltd\ShiOr.appref-ms resulted in exception. Following failure messages were detected:
    14.                + Shortcut activation from http/https or UNC sources is not allowed: Z:\Documents and Settings\Admin.c\Start Menu\Programs\C Ltd\ShiOr.appref-ms.
    15.  
    16. COMPONENT STORE TRANSACTION FAILURE SUMMARY
    17.        No transaction error was detected.
    18.  
    19. WARNINGS
    20.        There were no warnings during this operation.
    21.  
    22. OPERATION PROGRESS STATUS
    23.        No phase information is available.
    24.  
    25. ERROR DETAILS
    26.        Following errors were detected during this operation.
    27.        * [26/07/2006 14:25:45] System.Deployment.Application.InvalidDeploymentException (UriNotSupportedForShortcut)
    28.                - Shortcut activation from http/https or UNC sources is not allowed: Z:\Documents and Settings\Admin.c\Start Menu\Programs\C Ltd\ShiOr.appref-ms.
    29.                - Source: System.Deployment
    30.                - Stack trace:
    31.                        at System.Deployment.Application.UriHelper.ValidateSupportedActivationUrlForShortcut(String activationUrl)
    32.                        at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    33.  
    34. COMPONENT STORE TRANSACTION DETAILS
    35.        No transaction information is available.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Where i can find the project-VBE 2005

    ClickOnce has limitations. I don't know but that might be one of them. As I said, you should read up about ClickOnce. It's important to understand as best you can the tools you're using. If ClickOnce cannot do the job then you'll need to use an MSI installer, which VB Express cannot create. If you don't want to pay for InstallShield or the like, which I'm guessing that you don't if you're using VB Express, then I'd suggest NSIS or Inno. You can also use ISTool to make Inno a little more user friendly. ISTool is installed along with Inno if you download the appropriate package.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Hyperactive Member wizkid's Avatar
    Join Date
    Dec 2005
    Location
    uk
    Posts
    405

    Re: Where i can find the project-VBE 2005

    really it is a bit confusing to me.
    I can't find .exe file in server.
    But i found .exe file in my system.
    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width