Click here to Skip to main content
15,893,161 members
Home / Discussions / C#
   

C#

 
AnswerRe: .net 2005 - win form - manifest - win xp style Pin
Libor Tinka29-Oct-07 2:27
Libor Tinka29-Oct-07 2:27 
GeneralRe: .net 2005 - win form - manifest - win xp style Pin
arkiboys29-Oct-07 2:32
arkiboys29-Oct-07 2:32 
QuestionDetecting Flash OCX installed Pin
Stevo Z29-Oct-07 0:42
Stevo Z29-Oct-07 0:42 
QuestionC# on Lan Pin
w20929-Oct-07 0:32
w20929-Oct-07 0:32 
AnswerRe: C# on Lan Pin
Colin Angus Mackay29-Oct-07 0:40
Colin Angus Mackay29-Oct-07 0:40 
GeneralRe: C# on Lan Pin
w20929-Oct-07 0:45
w20929-Oct-07 0:45 
GeneralRe: C# on Lan Pin
Pete O'Hanlon29-Oct-07 0:51
mvePete O'Hanlon29-Oct-07 0:51 
GeneralRe: C# on Lan Pin
Colin Angus Mackay29-Oct-07 1:25
Colin Angus Mackay29-Oct-07 1:25 
w209 wrote:
How does a C# application work when launched from a UNC path?


In addition to Pete's answer. There are also security considerations to take into account. By default the application will not run across a LAN unless the local machine is told to trust it.

You will find in the Administrative Tools on the client machine a thing called "Microsoft .NET Framework 1.1/2.0 Configuration" Use that to tell the machine to trust an assembly from a certain UNC path. Or you can strong name your assemblies and tell it to trust any assembly which has the appropriate Strong Name Key attached to it - that way you can move the assemblies around without having to reconfigure every machine.


Upcoming FREE developer events:
* Glasgow: SQL Server Managed Objects AND Reporting Services ...

My website

GeneralRe: C# on Lan Pin
Pete O'Hanlon29-Oct-07 1:43
mvePete O'Hanlon29-Oct-07 1:43 
AnswerRe: C# on Lan Pin
Abhijit Jana29-Oct-07 0:41
professionalAbhijit Jana29-Oct-07 0:41 
AnswerRe: C# on Lan Pin
KennyPatel29-Oct-07 1:05
KennyPatel29-Oct-07 1:05 
QuestionHow to get file size? Pin
bug_aonz29-Oct-07 0:22
bug_aonz29-Oct-07 0:22 
AnswerRe: How to get file size? Pin
N a v a n e e t h29-Oct-07 0:29
N a v a n e e t h29-Oct-07 0:29 
GeneralRe: How to get file size? Pin
bug_aonz29-Oct-07 16:14
bug_aonz29-Oct-07 16:14 
AnswerRe: How to get file size? Pin
benjymous29-Oct-07 3:27
benjymous29-Oct-07 3:27 
Questiongridview hyperlink column Pin
Sunil Wise28-Oct-07 23:33
professionalSunil Wise28-Oct-07 23:33 
AnswerRe: gridview hyperlink column Pin
Abhijit Jana29-Oct-07 1:07
professionalAbhijit Jana29-Oct-07 1:07 
AnswerRe: gridview hyperlink column Pin
KennyPatel29-Oct-07 1:12
KennyPatel29-Oct-07 1:12 
QuestionHow to find out the installed version of MS Power Point from registry? Pin
FishiFishi28-Oct-07 23:17
FishiFishi28-Oct-07 23:17 
AnswerRe: How to find out the installed version of MS Power Point from registry? Pin
Humble Programmer30-Oct-07 10:07
Humble Programmer30-Oct-07 10:07 
QuestionI want develop WindowsService appn in c# to restrcit the files openings Pin
Roney28-Oct-07 23:08
Roney28-Oct-07 23:08 
AnswerRe: I want develop WindowsService appn in c# to restrcit the files openings Pin
Andrei Ungureanu28-Oct-07 23:15
Andrei Ungureanu28-Oct-07 23:15 
QuestionDataGrid Pin
ilango gandhi28-Oct-07 22:59
ilango gandhi28-Oct-07 22:59 
AnswerRe: DataGrid Pin
Abhijit Jana29-Oct-07 2:10
professionalAbhijit Jana29-Oct-07 2:10 
QuestionProtect/encrypt a exe-file without a password? Pin
Gywox28-Oct-07 22:42
Gywox28-Oct-07 22:42 

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.