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

Viewed 20731 time(s), 3 post(s), 8/2/2011 2:53:37 PM - by devin.jeanpierre
8/2/2011 2:55:21 PM
6 Reputation 2 Total posts

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?

1
8/2/2011 3:48:32 PM
15993 Reputation 2214 Total posts

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

2
8/2/2011 3:55:18 PM
6 Reputation 2 Total posts

Thank you so much for your quick response and help, and for fixing the deploy script. I wish you all the best! :)

3
This is a demo site for MonoX. Please visit Mono Software for more info.