develop on lan - debug on lan

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My team lead just asked me to move my Visual Studio .Net 2003 Windows App
project to the LAN. I run the .Net Configuration Wizard and set to full trust
for the items in the bin. I also set to full trust everything on the LAN.
Next, I run the app (it runs fine). Next I try to debug the app (it fails). I
check the security settings for the app and they have been changed to none.

Any ideas? Thanks,

Geoff
 
GSWitz,

Next week on tuesday there is a chat about with the VBNet devoloping team
about debuging. Can be a good question. (Probably are there the same guys
who do C# debugging although VBNet debugging has a few more (upcoming)
features).

All the VB chats start at 1PM PST, and will be at
http://msdn.microsoft.com/chats/chatroom.aspx.

February 15th
Debugging Visual Basic .NET Applications

Maybe interesting to meat that.

Cor
 
I solved this problem by building the exe locally, even though I keep the
source on a server.

I was never able to get the trust of the remote code to stick (when I ran
the debugger it reset trust on the exe to none).

Thanks,

Geoff
 
Back
Top