Can You Suggest A Reference Book?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Angela

    Can You Suggest A Reference Book?

    I guess I left out an important tidbit...

    I develop in C#

    I have tried to use VB .NET examples I found online, but
    since I do not know VB .NET I'm having a difficult time
    converting all of the code.



    [color=blue]
    >-----Original Message-----
    >I've been searching the Web for information about
    >deploying .NET apps, and Web Setup Apps, and I'm not
    >finding enough information to learn what I need to do to
    >complete my project.
    >
    >If any of you can direct me to a helpful website or
    >suggest a reference book on .NET deployment I would
    >greatly appreciate it.
    >
    >
    >.
    >[/color]
  • Tian Min Huang

    #2
    RE: Can You Suggest A Reference Book?

    Hello Angela,

    Thanks for your response. As you know, the Web Setup Application is of the
    same regardless of what programming language the underlying Web Application
    is using. Could you please tell me the detailed problems you are facing so
    that I can do my best to help.

    I look forward to hearing from you.

    Have a nice day!

    Regards,

    HuangTM
    Microsoft Online Partner Support
    MCSE/MCSD

    Get Secure! ¨C www.microsoft.com/security
    This posting is provided ¡°as is¡± with no warranties and confers no rights.

    Comment

    • Angela

      #3
      RE: Can You Suggest A Reference Book?

      I'm getting some errors that I don't understand.

      "Unable to create an instance of the [my installer class]
      installer type --> Exception has been thrown by the target
      of an invocation. --> The type initializer for [my
      installer class] threw an exception. --> Could not find
      any resources appropriate for the specified culture (or
      neutral culture) in the given assembly..."

      Am I supposed to have an installer class for each project
      in my solution (except the Web Setup project)? I have an
      installer class for each project in my solution right now,
      so I get the above error for 2-3 of the installer classes.

      I have other errors that come and go too. Next time I get
      a different error I'll post it.

      My assignment is to create a Web Setup App that will copy
      all the necessary files to the destination server (in the
      proper directory structure), Run SQL Server Scripts to
      make any database changes, set IIS settings, handle
      permissions, handle versioning, and send emails
      notifications when necessary.

      I've never created a setup app before. I'm learning
      everything as I go, but there isn't much documentation to
      help me with the tasks that have been laid before me.

      Any help you can provide is appreciated.



      [color=blue]
      >-----Original Message-----
      >Hello Angela,
      >
      >Thanks for your response. As you know, the Web Setup [/color]
      Application is of the [color=blue]
      >same regardless of what programming language the [/color]
      underlying Web Application [color=blue]
      >is using. Could you please tell me the detailed problems [/color]
      you are facing so [color=blue]
      >that I can do my best to help.
      >
      >I look forward to hearing from you.
      >
      >Have a nice day!
      >
      >Regards,
      >
      >HuangTM
      >Microsoft Online Partner Support
      >MCSE/MCSD
      >
      >Get Secure! ¨C www.microsoft.com/security
      >This posting is provided ¡°as is¡± with no warranties and [/color]
      confers no rights.[color=blue]
      >
      >.
      >[/color]

      Comment

      • Tian Min Huang

        #4
        RE: Can You Suggest A Reference Book?

        Hello Angela,

        Thanks for your response.

        Based on my experience and research, I did not find any known issue that
        will cause this exception. I think more information is needed before moving
        forward. Could you tell me the detailed steps or even post a sample project
        which is able to reproduce the problem? I will be glad to check it on my
        side.

        I look forward to your response.

        Have a nice day!

        Regards,

        HuangTM
        Microsoft Online Partner Support
        MCSE/MCSD

        Get Secure! ¨C www.microsoft.com/security
        This posting is provided ¡°as is¡± with no warranties and confers no rights.


        Comment

        • Angela

          #5
          RE: Can You Suggest A Reference Book?

          Thank you for all of your help


          [color=blue]
          >-----Original Message-----
          >Hello Angela,
          >
          >Thanks for your response.
          >
          >Based on my experience and research, I did not find any [/color]
          known issue that [color=blue]
          >will cause this exception. I think more information is [/color]
          needed before moving [color=blue]
          >forward. Could you tell me the detailed steps or even [/color]
          post a sample project [color=blue]
          >which is able to reproduce the problem? I will be glad to [/color]
          check it on my [color=blue]
          >side.
          >
          >I look forward to your response.
          >
          >Have a nice day!
          >
          >Regards,
          >
          >HuangTM
          >Microsoft Online Partner Support
          >MCSE/MCSD
          >
          >Get Secure! ¨C www.microsoft.com/security
          >This posting is provided ¡°as is¡± with no warranties and [/color]
          confers no rights.[color=blue]
          >
          >
          >.
          >[/color]

          Comment

          Working...