Is there anyway to compile an atlas prototype control without having Visual studio 2005 wWeb Application Projects?
I need a compiled version of the maskedit control.
hello.
hum...what do you mean?
I spoke with someone on the forum about using masked editing a text box on the client side.
They referred me to the maskedit control in the lastest source download of the AtlasControlToolkit.
I would rather not program any raw javascript code.
The thing is there is no compiled version just source. I progam in VWD express which they said does not support web application projects.
I do not have Visual Studio 2005 available right now. I was hoping someone might know of another way of going about it. Or even possibly compile it for me so I did not have to download and install a trial version of VS2005.
hello.
well, you can use atlas and the toolkit in web developer. the toolkit has several server controls which you can use in any page. if you go to codeplex.com and navigate to the toolkit page, you'll see that theere are 2 options: download with source code and only binaries. btw, you should download the source code: it's true that vs is aplus because you'd be able to load the complete solutoin with a single double click; however, you can still see the code with the express versions of vs and even run the sample web site.
Yes, I have download the binaries and sample website for the current release version of the atlas control toolkit.
What I am speaking of is the lastest version on the source page under the source tab. Inside the latest version of the source is a prototype folder with new control called the maskedit control which is not in the final release of the AtlasToolKit.
That is the control that I need compiled.
hello again!
well, i'm lost here...can you put the path to that file here? i've just donwloaded the toolkit from codeplex and it seems i can't find that file...
http://www.codeplex.com/SourceControl/ListDownloadableCommits.aspx?ProjectName=AtlasControlToolkit
This should be the link to the source page. Download 7697 source version.
In the directory where you unzip it go to \AtlasControlToolkit\Developement\Prototype\Components\Maskedit
This is a beta version of the new Maskedit control. This is the one that I can not find already compiled.
Jamy
Just to make sure I understand, you have some c# source you need to compile into a library and you can't because you're using visual web developer which only allows you to create and edit VS web sites. If this is the case and you simply want to generate a library, you can also install Visual C# express edition and use it to create your own C# project, and generate a library containing the source you require. Because ASP.NET server controls are nothing more than types, this shouldn't be a problem.
There are probably some things I'm not considering. For instance, I think Atlas makes heavy use of embedded web resources (via WebResource.axd) for it's controls. You're more than likely going to need to do some serious editting of their source to get everything working as an independent control. Regardless, you can generate single project C# libraries usingVisual C# Express Edition.
- James
No comments:
Post a Comment