Can You Suggest A Reference Book?

  • Thread starter Thread starter Angela
  • Start date Start date
A

Angela

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.
 
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.
 
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.
 
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.
 
Back
Top