Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I have created Package for Ubuntu using Monodevelop. Package is created with extension .tar.gz. But it does not contain configure file , it contains only exe as well as some other files. When I double clicked on that exe file, it started working but it is showing error that Access to the path is denied while creating directory in Ubuntu.
Code is working properly when I run through the Monodevelop. Only after creating package it is giving error.
Posted
Comments
Sergey Alexandrovich Kryukov 9-Nov-15 9:08am    
The solution is: fix your bugs.
—SA
Leo Chapiro 9-Nov-15 10:20am    
Marked as unclear.
Richard MacCutchan 9-Nov-15 12:17pm    
Make sure that all relevant files are added to the tarball.
Pratik 10834354 10-Nov-15 1:01am    
I have not added the files in the tarball, I have created tarball using Monodevelop (Project--> Created Project--> Archive of Binaries).
Richard MacCutchan 10-Nov-15 3:45am    
If your application requires other files that are not included then you need to add them manually.

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