Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: Windows service communication` Pin
WillemM6-Jun-07 1:03
WillemM6-Jun-07 1:03 
QuestionRe: Windows service communication` Pin
M. J. Jaya Chitra6-Jun-07 1:09
M. J. Jaya Chitra6-Jun-07 1:09 
AnswerRe: Windows service communication` Pin
Not Active6-Jun-07 1:21
mentorNot Active6-Jun-07 1:21 
AnswerRe: Windows service communication Pin
PavanPareta6-Jun-07 1:24
PavanPareta6-Jun-07 1:24 
AnswerRe: Windows service communication` Pin
kubben6-Jun-07 1:41
kubben6-Jun-07 1:41 
QuestionHow to get the full username? Pin
User 26989675-Jun-07 23:14
User 26989675-Jun-07 23:14 
AnswerRe: How to get the full username? Pin
ScottM15-Jun-07 23:58
ScottM15-Jun-07 23:58 
QuestionLaunching application through local network from another PC Pin
sgeorgije5-Jun-07 22:10
sgeorgije5-Jun-07 22:10 
How can I create win application that may launch through local network from another PC, where it is installed?

When I start application through network appears below error:

System.Security.SecurityException was unhandled
Message="That assembly does not allow partially trusted callers."
Source="SqlTool"
StackTrace:
at System.Security.CodeAccessSecurityEngine.ThrowSecurityException(Assembly asm, PermissionSet granted, PermissionSet refused, RuntimeMethodHandle rmh, SecurityAction action, Object demand, IPermission permThatFailed)
at SqlTool.frmSql.Main()
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

How to solve this problem?
Thanks for any answer.
GeneralRe: Launching application through local network from another PC Pin
ScottM15-Jun-07 23:52
ScottM15-Jun-07 23:52 
GeneralRe: Launching application through local network from another PC Pin
sgeorgije6-Jun-07 1:11
sgeorgije6-Jun-07 1:11 
GeneralRe: Launching application through local network from another PC Pin
ScottM16-Jun-07 1:32
ScottM16-Jun-07 1:32 
AnswerRe: Launching application through local network from another PC Pin
kubben6-Jun-07 1:44
kubben6-Jun-07 1:44 
Questionboundschecker... Pin
Arish rivlin5-Jun-07 21:50
Arish rivlin5-Jun-07 21:50 
AnswerRe: boundschecker... Pin
Christian Graus5-Jun-07 22:03
protectorChristian Graus5-Jun-07 22:03 
QuestionTo bind a value from DataGridView to textbox Pin
codingrocks5-Jun-07 21:44
codingrocks5-Jun-07 21:44 
AnswerRe: To bind a value from DataGridView to textbox Pin
Seishin#5-Jun-07 21:57
Seishin#5-Jun-07 21:57 
QuestionOCX Question Pin
jason_mf5-Jun-07 21:37
jason_mf5-Jun-07 21:37 
AnswerRe: OCX Question Pin
WillemM6-Jun-07 1:05
WillemM6-Jun-07 1:05 
QuestionTCP or HTTP Pin
amitcoder835-Jun-07 21:23
amitcoder835-Jun-07 21:23 
AnswerRe: TCP or HTTP Pin
Manoj Kumar Rai5-Jun-07 21:33
professionalManoj Kumar Rai5-Jun-07 21:33 
GeneralRe: TCP or HTTP Pin
amitcoder835-Jun-07 21:48
amitcoder835-Jun-07 21:48 
GeneralRe: TCP or HTTP Pin
originSH5-Jun-07 22:24
originSH5-Jun-07 22:24 
AnswerRe: TCP or HTTP Pin
leppie6-Jun-07 3:33
leppie6-Jun-07 3:33 
QuestionRegisterhotkey API example in C# Pin
crash8935-Jun-07 21:18
crash8935-Jun-07 21:18 
AnswerRe: Registerhotkey API example in C# Pin
Giorgi Dalakishvili5-Jun-07 21:29
mentorGiorgi Dalakishvili5-Jun-07 21:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.