Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,
I have a problem in my project. I develop my project from Windows form C#.net. And I want to run the .exe on Client's PC, but it's not working.
Anyone can help me how to run .exe Windows form c#.Net on Client's PC?
Are there something that must be installed on it?
I have using .Net framework 4.0 and oracle 10 and using ODP.NET to access Oracle from C#.

Thank's.
Posted
Comments
Sergey Alexandrovich Kryukov 19-Mar-15 23:01pm    
"Not working" is not informative.
What have you tried so far?
—SA
Elisa Yosephine 19-Mar-15 23:10pm    
Dear Sergey,

Not working it means when I click the .exe in Client's PC, it show notification that the app it's not working and there are choice, send error problem or close program.
[no name] 19-Mar-15 23:01pm    
Is .Net 4.0 installed on the client's PC?
ODP.NET you'll definitely have to install "explicitly".
Elisa Yosephine 19-Mar-15 23:16pm    
Dear manchanx,
Client's PC has installed .NET 4.0.
ODP.Net using references Oracle Data Access. Have I install Oracle in Client's PC? Is there any other way than install it?
[no name] 19-Mar-15 23:28pm    
Dear Elisa, you wouldn't have to install the whole Oracle DBMS on the client's PC, just the ODP.Net component.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900