Standalone VB.Net app?



Hi, all! Trying to build a stand-alone vb.net app (from VS.Net 2k5) that
will let me just take the EXE from the dev box over to a client box and run
it, as-is, without "installing" it. I was under the assumption that this
was still possible, but I seem to get security errors on client boxes when I
just run the EXE on the client machine. Even after tweaking the ClickOnce
settings to specfically allow the type that's giving me the error, I still
get it. The only way to prevent the errors is to do a typical install (run
the setup.exe), which defeats the whole purpose in the first place.

What's the trick? Workstations are all Xp/Pro, latest patches (including
Framework 2.0), running inside a Win2k3 domain (users do NOT have
administrative privilege locally). Help!! :)

Jack



.



Relevant Pages

  • Re: The Big Question...
    ... With smart clients (href exe), for each client you need to change policy ... settings to their machine to trust the url that the exe resides. ...
    (microsoft.public.dotnet.framework.performance)
  • Error in Loading DLL when creating class instance from ActiveX EXE
    ... ActiveX EXE. ... Both the client and server are installed on the same platform. ...
    (microsoft.public.vb.com)
  • RE: SoapHttpClientProtocol request canceled
    ... - VB.NET 2002 client dll that talks to the webservice. ... The VB.NET exe and the VB6 exe both use VB.NET dll to sent request/response ... > inputHeaderer, String messageControlPayload, string inputMessage) ...
    (microsoft.public.dotnet.framework.webservices)
  • Premature .dll loading caused by "Project Dependencies" options
    ... The client .exe is a simple MFC query tool. ... But when I debug the .exe, I see that the ODBC driver .dll is being loaded ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Return argument has an invalid type - solved
    ... only allow it when cast as the interface. ... The client Interface.DLL does have to be in the same directory as the .exe ... > The purpose of IItem is to live on the server side, ...
    (microsoft.public.dotnet.framework.remoting)

Loading