MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

ascx.cs files missing in distribution? (Closed) (Mono Support )

Viewed 19571 time(s), 3 post(s) 8/2/2011 2:53:37 PMby devin.jeanpierre
devin-jeanpierre

devin.jeanpierre

8/2/2011 2:55:21 PM
The User Manual provides the source for several ascx.cs files that are used by ascx files, but not included anywhere in the .NET 3.5 download. For example, /MonoX/Samples/ConnectionSample/RssUrlProvider.ascx has CodeFile="RssUrlProvider.ascx.cs", the source for which is printed in the User Manual (page 160). I'm a bit confused and lost, I'm new to ASP.NET and MonoX. There are no ascx.cs files.

I guess what I'd like to know is, do I need them, if they were there where would they be (for writing my own things), and is there any way I can get them without copy-pasting manual excerpts?
This content has not been rated yet. 
6 Reputation 2 Total posts
khorvat

khorvat

8/2/2011 3:48:32 PM
Hi,

To work with MonoX you don't need the cs files you can start working on the custom modules and changing the functionality of built-in modules with the free package that you have downloaded. The only cs (source)  files that should be included are the one that you have mentioned, the files in the sample folder. Every other UserControl or Page is a part of the MonoX demo and source code for the demo files and the MonoX core engine are only included in the source code edition.

I have reviewed the missing files issue and it looks like this is a deploy script bug that we will fix in the next release.

You can find the missing files attached to this post.

Regards
Rated 5.00, 1 vote(s). 
15993 Reputation 2214 Total posts
devin-jeanpierre

devin.jeanpierre

8/2/2011 3:55:18 PM
Thank you so much for your quick response and help, and for fixing the deploy script. I wish you all the best! :)
This content has not been rated yet. 
6 Reputation 2 Total posts