Hello everybody, I am new here so I hope I am not asking something which has been already discussed in another thread. I searched a lot on the net but I didn't find a clear answer to my doubts and finally I decided to ask directly.
I'm a Visual Basic .Net beginner, trying to grasp the concepts of an object-oriented programming. I then built a little project for my company, just to see how things work. Everything works quite fine when I run my solution file locally, but if I deploy the project on a server there is no way to use it. At first I thought about a security issue: I surfed a lot and finally set the machine permissions to "full trust", but this just resolved one problem. My project is using some add-in components wich are no part of the standard Visual Studio 2005 set and it seems that the software can't find some kind of license to make them work. It's like I'm missing to give him a reference. I tried to unload and reload the components, but no way. Do you have any ideas on how I can overcome this problem and let my solution finally run at full power from the server? Thank you very much.
