I'm looking for a solution to work at same VB.NET project in my notebook and
in my desktop keeping it updated in both PC.
I'm trying creating an offline folder in my desktop with WIN 2003 server and
working offline on my notebook.
But when I run the application in my notebook this error appears:
System.Security.SecurityException
when the code try to get the computer name with the
SystemInformation.ComputerName function
Is there any solution to solve this problem or the only way is work with two
local project and keep them updated manually or with some syncronizing tool
as viceversa ???
Many thanks
NQ
NQ - 13 Sep 2005 22:39 GMT
I solved the problem setting the project generation output path to a local
directory.
NQ
> I'm looking for a solution to work at same VB.NET project in my notebook and
> in my desktop keeping it updated in both PC.
[quoted text clipped - 13 lines]
> Many thanks
> NQ