User Profile

Collapse

Profile Sidebar

Collapse
bikerchick
bikerchick
Last Activity: May 1 '07, 02:42 PM
Joined: Oct 17 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bikerchick
    replied to Package VB.Net application
    in .NET
    Hello,

    you'll need to fiddle around with the setup project, you can add additional files, and extra folders to put stuff in - i'm not sure what exactly you're trying to do, but I tend to change the properties until I get exactly what I want. You can add folders in on the "File System" section - if I want the .exe to appear on the Programs menu, then I add files to the "User Programs Menu" part of the File System,...
    See more | Go to post

    Leave a comment:


  • bikerchick
    replied to Package VB.Net application
    in .NET
    Hi Carol,

    To create the .exe, just build the application. The .exe lives in the /bin folder.

    To package the application up, you need to ADD a setup & deployment project into your solution.. goto File -> add project -> new project , then select a setup and deployment project , setup wizard .. select the following ..

    create a setup for a windows application (first window)
    primary output...
    See more | Go to post

    Leave a comment:


  • bikerchick
    replied to VS2005 web service compilation
    in .NET
    Sorted! in VS2003 when you BUILD the application you get the /bin folder.... in VS2005 when you build you don't! you have to "publish" the web service to get the bin...
    See more | Go to post

    Leave a comment:


  • bikerchick
    replied to SQL server doesnot exists or access denied
    in .NET
    Also, if integrated authentication to SQL is being used, check the account that the application is running under, check that SQL is configured to allow access to that account.
    See more | Go to post

    Leave a comment:


  • bikerchick
    replied to SQL server doesnot exists or access denied
    in .NET
    can the new server "see" the SQL database? can you check via enterprise manager, or by setting up a new ODBC connection?

    I've had a little trouble with this in the past, one of the reasons was that the SQL server was unavailable, and needed turning back on(!!), and the other was that it needed to be configured (using the SQL "Client Network Utility") to use "named pipes" as TCP/IP didn't seem to allow...
    See more | Go to post

    Leave a comment:


  • bikerchick
    started a topic VS2005 web service compilation
    in .NET

    VS2005 web service compilation

    I'm used to using VS2003, but am now upgrading some of my VB.NET applications to VS2005 using the upgrade wizard.

    My web services normally consist of the bin folder, .asmx and .config files - which I deploy. However, in 2005, my bin is empty, and i'm having to also deploy the App_Code folder to get it to work.

    This can't be right! can anyone tell me how to do this properly?! :o)
    See more | Go to post
No activity results to display
Show More
Working...