.Net Exe Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mafaisal
    New Member
    • Sep 2007
    • 142

    .Net Exe Problem

    Hello Experts

    I am Using VB.net2005 My Problem is

    I am Create Exe in Server, And i Short cut of that put in to Client machine then an error is come
    i install framework of .net in client also
    also i share the folder of server which exe included and given all sharing permission, But error also,
    [IMG]
    But in vb6 no problem working
  • juster21
    New Member
    • Feb 2008
    • 24

    #2
    Originally posted by mafaisal
    Hello Experts

    I am Using VB.net2005 My Problem is

    I am Create Exe in Server, And i Short cut of that put in to Client machine then an error is come
    i install framework of .net in client also
    also i share the folder of server which exe included and given all sharing permission, But error also,
    [IMG]
    But in vb6 no problem working

    If the framework is installed on the client, you can deploy the application on the client machine. This will install a local copy of the exe and will look for updates each time the app is started. Look for the 'Publish' under the 'Build' menu.

    Comment

    Working...