G
Guest
I have an application written on VB.net 2003. I need to put it on a server so
users could run it. But I have to go to Microsoft .NET Framework 1.1 Wizards
trough each computer to make a changes in Trust an Assembly. Is there a way
to run application from a server without changing each computer?
I have created strong name key and when I put it to AssemblyInfo.vb in
application and compile it I’m getting bunch of errors saying that some
references do not have strong name.
For example, I'm getting error: Unable to emit assembly: Referenced assembly
'Interop.MSAdodcLib' does not have a strong name
users could run it. But I have to go to Microsoft .NET Framework 1.1 Wizards
trough each computer to make a changes in Trust an Assembly. Is there a way
to run application from a server without changing each computer?
I have created strong name key and when I put it to AssemblyInfo.vb in
application and compile it I’m getting bunch of errors saying that some
references do not have strong name.
For example, I'm getting error: Unable to emit assembly: Referenced assembly
'Interop.MSAdodcLib' does not have a strong name