diff options
author | knut <> | 2007-02-22 14:04:23 +0000 |
---|---|---|
committer | knut <> | 2007-02-22 14:04:23 +0000 |
commit | 4120455c97fb3824dea972b21fd825b3d6b50006 (patch) | |
tree | 4b40b0afc26574777578522252aab574f1d573fc /demos/quickstart/protected | |
parent | 0da331cb45cf202bf7fbd519c8d65f5956c85b2b (diff) |
added ActiveControls to quickstart demo so that ActiveControl sample and functional tests don't break
Diffstat (limited to 'demos/quickstart/protected')
-rw-r--r-- | demos/quickstart/protected/application.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index 7fa780c4..bccb81b2 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -3,7 +3,8 @@ <application id="QuickStart" Mode="Debug">
<paths>
<using namespace="Application.controls.*" />
- <using namespace="System.I18N.*" />
+ <using namespace="System.I18N.*" />
+ <using namespace="System.Web.UI.ActiveControls.*"/>
</paths>
<modules>
|