Working from a Network drive

  • Thread starter Thread starter Tim Munro
  • Start date Start date
T

Tim Munro

Hi all,

I am in the process of upgrading a VB6 application to VB 2008. My first
obstacle is the "Trust" issue. I can alleviate that by installing the 2.0
SDK (which seems over kill to get mscorcfg.msc). My question is, once I have
the application properly running, how do I allow other people, say a service
desk, to run this application, from a network drive? Do each of them have to
install the SDK and configure using mscorcfg.msc?

My apologies if this is the wrong board for this question.

Thanks.
 
Hi all,

I am in the process of upgrading a VB6 application to VB 2008. My first
obstacle is the "Trust" issue. I can alleviate that by installing the 2.0
SDK (which seems over kill to get mscorcfg.msc). My question is, once I have
the application properly running, how do I allow other people, say a service
desk, to run this application, from a network drive? Do each of them have to
install the SDK and configure using mscorcfg.msc?

My apologies if this is the wrong board for this question.

Thanks.

Either change the trust for every machine that will access the app, or
install .NET 3.5 SP1 on each machine.
 
Back
Top