C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 11-04-2005, 01:44 PM   #1
Registered User
 
Join Date: Aug 2005
Posts: 16
help sharing a program with friends...

i have created a simple calendar program in vs2003... thats all that is on the form except one textbox. the program compiles clean and runs fine from my computer but, when i sent it to another programmer here... they cannot run the program. i sent them all the dll files and the exe. when they run the program there is an error... program failed to initialize properly... click ok to terminate the program. when i try and share the program on in a network folder i get a security exception: System.Security.SystemSecurityException...
please help!!! this does not make sense and i have been unable to find any documentation on this.
Thanks,
Fing
fingerlickin is offline   Reply With Quote
Old 11-05-2005, 09:54 AM   #2
the hat of redundancy hat
 
nvoigt's Avatar
 
Join Date: Aug 2001
Location: Hannover, Germany
Posts: 2,769
It makes perfect sense once you find the documentation/books on .NET

Your friend probably has no .NET Framework installed. He needs it. Install it.

You cannot run executables from a network share. It's a security risk. You will get security exceptions if you try. Security in .NET is a great feature, but it's better to read up on it using a good tutorial on the net ( haven't found one yet ) or a book.
__________________
hth
-nv

She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

When in doubt, read the FAQ.
Then ask a smart question.
nvoigt is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with a program, theres something in it for you engstudent363 C Programming 1 02-29-2008 01:41 PM
This is a simple program.. Help me please I think it has an error.. lesrhac03 C Programming 4 02-21-2008 10:39 AM
Using variables in system() Afro C Programming 8 07-03-2007 12:27 PM
BOOKKEEPING PROGRAM, need help! yabud C Programming 3 11-16-2006 11:17 PM


All times are GMT -6. The time now is 06:49 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22