> how can i add a new webform? im using vs 2005... when i add a new item,
> there's no webform... there's windows form instead...
> i did the manual-type like adding a new page in the physical
> directory... but it would not be in a way that the code behind is under
> (or a sub file) of the aspx file... how is the adding of a new .aspx
> file with its sub .aspx.cs file done?

The FlexWiki.Web project is a regular DLL project, not a web project. We did
this on purpose, but it means that by default it won't show you the "add new
web form" in the wizard. You can enable it following the instructions here
[1] or you can just go ahead and add text files with the right extensions -
that's pretty much all the wizard does anyway. 
 
> by the way, an error "excited with code 1" or "return with code 1" is
> thrown upon rebuilding using your build script... this is same with
> rebuilding the original zip files (without the modifications yet)... i
> have a thought that i got this when i installed vs sp1... or i dont
> know... do we have any remedy for this?

Hmm. I'm running under VS2005 SP1 and I don't get that error. Can you look
through the output and see what exactly is failing? There should be a more
specific error somewhere, probably towards the end of the output. You can
email me the entire text of the output if you like. 
 
> also is there a way to disable the nunit test?

If you want to build without running the unit tests, just do a "build
compile". That won't create the zips - it'll just compile. 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to