InstallUtil

G

Guest

Having a problem to install a C# service on my server. The service installs
fine on other machines but not on this server. I have installed other
services previously though.

The error message from InstallUtil is:
"No public installers with the RunInstallerAttribute.Yes attribute could be
found"

Any clue to what is missing??


Owe
 
G

Guest

There's a .NET security issue for public installers - "member can't
be used by partially trusted code"

In addition - the fact that it only occurs on one particular server points
at security as well.

InstallUtil can be run "manually" for a particular assembly with a log file
switch (you'd need to define which assembly fails first).
 
G

Guest

So what change should I make to security for this to work??
What do you mean by partially trusted??


Owe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top