Click here to Skip to main content
15,894,291 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: XML Problem Pin
Zaegra29-Apr-08 23:45
Zaegra29-Apr-08 23:45 
AnswerRe: XML Problem Pin
Mycroft Holmes30-Apr-08 1:10
professionalMycroft Holmes30-Apr-08 1:10 
GeneralRe: XML Problem Pin
Zaegra30-Apr-08 1:28
Zaegra30-Apr-08 1:28 
GeneralRe: XML Problem Pin
Mycroft Holmes30-Apr-08 13:52
professionalMycroft Holmes30-Apr-08 13:52 
AnswerRe: XML Problem Pin
Christian Graus30-Apr-08 1:49
protectorChristian Graus30-Apr-08 1:49 
AnswerRe: XML Problem Pin
DanB19831-May-08 0:20
DanB19831-May-08 0:20 
QuestionVisual Basic .NET on a Mapped Drive Pin
cooper00000729-Apr-08 22:46
cooper00000729-Apr-08 22:46 
AnswerRe: Visual Basic .NET on a Mapped Drive Pin
Colin Angus Mackay29-Apr-08 23:21
Colin Angus Mackay29-Apr-08 23:21 
cooper000007 wrote:
Does anyone have any ideas on how I can get around this?


Network locations are not trusted by default in .NET. Only the local physical machine is trusted by default.

You have two solutions.

1. Tell .NET to trust the network location.

2. Strong name the assemblies and tell .NET to trust those assemblies.

The advantages of 1 are that you don't have to change the way you develop the assemblies, however it becomes a hassle if you have to change the network location - especially if you are running it on many machines (they all have to be updated)

The advantages of 2 are that you only have to tell each machine once and it will trust any assembly that has been signed with the strong name key. This means you can sign multiple assemblies and they can be run from any network connection. However, it means you will have to be careful with the key. If it gets in to the hands of someone malicious then they can use it to create assemblies that your machines will trust.

In order to tell each machine about which ever of the above routes you want to take you have to use the Microsoft .NET Framework x.x Configuration tool found in Administrative Tools.

Upcoming FREE developer events:
* Developer Day Scotland

Recent blog posts:
* Introduction to LINQ to XML (Part 1) - (Part 2)

My website | Blog

QuestionGIS Travel Time Estimations Pin
devil8529-Apr-08 21:54
devil8529-Apr-08 21:54 
AnswerRe: GIS Travel Time Estimations Pin
Zaegra29-Apr-08 22:45
Zaegra29-Apr-08 22:45 
GeneralRe: GIS Travel Time Estimations Pin
devil8529-Apr-08 22:49
devil8529-Apr-08 22:49 
GeneralRe: GIS Travel Time Estimations Pin
Zaegra29-Apr-08 23:03
Zaegra29-Apr-08 23:03 
QuestionConnection issue Pin
Tauseef A29-Apr-08 17:41
Tauseef A29-Apr-08 17:41 
AnswerRe: Connection issue Pin
Christian Graus29-Apr-08 19:36
protectorChristian Graus29-Apr-08 19:36 
AnswerRe: Connection issue Pin
Guffa29-Apr-08 21:43
Guffa29-Apr-08 21:43 
AnswerRe: Connection issue Pin
nishkarsh_k29-Apr-08 23:03
nishkarsh_k29-Apr-08 23:03 
GeneralRe: Connection issue Pin
Guffa29-Apr-08 23:07
Guffa29-Apr-08 23:07 
QuestionRe: Connection issue Pin
Tauseef A29-Apr-08 23:29
Tauseef A29-Apr-08 23:29 
AnswerRe: Connection issue Pin
Ashfield29-Apr-08 23:59
Ashfield29-Apr-08 23:59 
AnswerRe: Connection issue Pin
RAA_YOU5-May-08 1:12
RAA_YOU5-May-08 1:12 
QuestionHelp with "OutOfMemoryException" Pin
Juan Patrick29-Apr-08 16:24
Juan Patrick29-Apr-08 16:24 
AnswerRe: Help with "OutOfMemoryException" Pin
Christian Graus29-Apr-08 19:37
protectorChristian Graus29-Apr-08 19:37 
GeneralRe: Help with "OutOfMemoryException" Pin
Juan Patrick29-Apr-08 20:17
Juan Patrick29-Apr-08 20:17 
GeneralRe: Help with "OutOfMemoryException" Pin
Christian Graus29-Apr-08 20:33
protectorChristian Graus29-Apr-08 20:33 
GeneralRe: Help with "OutOfMemoryException" Pin
Guffa29-Apr-08 23:03
Guffa29-Apr-08 23:03 

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.