Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 2nd, 2008, 02:03 AM
Authorized User
 
Join Date: Aug 2008
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default Assembly does not allow partially trusted callers.

I have created a windows application in c#.net using VS 2005
That application uses references to some dlls(not global).

now i am trying to run the application from a different machine over LAN, it throws an error message :
Assembly does not allow partially trusted callers.

I am using the below command to run the application from machine B

\\ ip add of B \ myApp \ Bin \ Debug \ myApp.exe

Please provide the solution.

Thanks,
Vikas
 
Old September 2nd, 2008, 03:45 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

http://todotnet.com/archive/2006/03/24/5038.aspx

http://johnnynine.com/blog/RunningAN...workShare.aspx

or install .Net 3.5 SP 1, which allows apps to run from network shares.

/- Sam Judson : Wrox Technical Editor -/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Partially Trusted Callers shar.rajkumar ASP.NET 2.0 Professional 0 June 8th, 2007 01:58 AM
How to get the callers ID umair_rathore Pro VB 6 0 April 16th, 2007 11:23 AM
excel screen partially corrupts demac43 Excel VBA 4 December 12th, 2006 10:43 AM
Trusted connection Mary SQL Server 2000 1 August 30th, 2004 05:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.