Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: SQL type money to decimal HELP! Pin
Herman<T>.Instance31-Mar-08 0:58
Herman<T>.Instance31-Mar-08 0:58 
GeneralDirectX SetCooperativeLevel Pin
Jammer30-Mar-08 11:01
Jammer30-Mar-08 11:01 
GeneralRe: DirectX SetCooperativeLevel Pin
Jammer30-Mar-08 11:17
Jammer30-Mar-08 11:17 
GeneralC# and Access 2007 Pin
emiralp30-Mar-08 8:39
emiralp30-Mar-08 8:39 
GeneralRe: C# and Access 2007 Pin
Luis Alonso Ramos30-Mar-08 9:56
Luis Alonso Ramos30-Mar-08 9:56 
GeneralRe: C# and Access 2007 Pin
emiralp30-Mar-08 10:37
emiralp30-Mar-08 10:37 
General[c# and oleDb] sharing and use aplication in many computers Pin
abbd30-Mar-08 7:23
abbd30-Mar-08 7:23 
GeneralRe: [c# and oleDb] sharing and use aplication in many computers Pin
Luis Alonso Ramos30-Mar-08 9:52
Luis Alonso Ramos30-Mar-08 9:52 
Let's see if I understood correctly: You have your .EXE which works correctly on the computer it is, but if you run it from the network (eg. \\computer\share\myexe.exe) you get that exception?

.NET has some security restrictions in which an executable run from the network doesn't get full trust permissions. What you need to do is:

1. Copy the .EXE to each client machine so it's run locally
2. Share the database on the server. OleDB can access databases on a network location

Google for ClickOnce, it might be of help to you.

Luis Alonso Ramos
Intelectix
Chihuahua, Mexico

My Blog!

GeneralRe: [c# and oleDb] sharing and use aplication in many computers Pin
abbd30-Mar-08 11:00
abbd30-Mar-08 11:00 
GeneralRe: [c# and oleDb] sharing and use aplication in many computers Pin
Luis Alonso Ramos30-Mar-08 11:17
Luis Alonso Ramos30-Mar-08 11:17 
GeneralMultiple docking windows Pin
subhash1 2330-Mar-08 6:27
subhash1 2330-Mar-08 6:27 
GeneralRe: Multiple docking windows Pin
Paul Conrad30-Mar-08 7:06
professionalPaul Conrad30-Mar-08 7:06 
QuestionHow to get Multiple Dockable windows in the same location Pin
subhash1 2330-Mar-08 6:20
subhash1 2330-Mar-08 6:20 
GeneralRe: How to get Multiple Dockable windows in the same location Pin
Luis Alonso Ramos30-Mar-08 11:26
Luis Alonso Ramos30-Mar-08 11:26 
GeneralRe: How to get Multiple Dockable windows in the same location Pin
subhash1 2331-Mar-08 3:03
subhash1 2331-Mar-08 3:03 
Generaldisplay list of data in ReportViewer Pin
Maddie from Dartford30-Mar-08 5:41
Maddie from Dartford30-Mar-08 5:41 
GeneralRe: display list of data in ReportViewer Pin
pmarfleet30-Mar-08 10:16
pmarfleet30-Mar-08 10:16 
GeneralRe: display list of data in ReportViewer Pin
Maddie from Dartford30-Mar-08 18:42
Maddie from Dartford30-Mar-08 18:42 
GeneralSize of executable Icons Pin
Sukhjinder_K30-Mar-08 5:05
Sukhjinder_K30-Mar-08 5:05 
GeneralRe: Size of executable Icons Pin
Luis Alonso Ramos30-Mar-08 10:02
Luis Alonso Ramos30-Mar-08 10:02 
GeneralRe: Size of executable Icons Pin
Anthony Mushrow30-Mar-08 13:38
professionalAnthony Mushrow30-Mar-08 13:38 
GeneralThanks Pin
Sukhjinder_K30-Mar-08 19:41
Sukhjinder_K30-Mar-08 19:41 
GeneralSet multiple icons for exe Pin
Sukhjinder_K30-Mar-08 4:54
Sukhjinder_K30-Mar-08 4:54 
GeneralRe: Set multiple icons for exe Pin
Luis Alonso Ramos30-Mar-08 10:02
Luis Alonso Ramos30-Mar-08 10:02 
GeneralThanks Luis Pin
Sukhjinder_K30-Mar-08 19:41
Sukhjinder_K30-Mar-08 19:41 

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.