Is it possible to have a brail script in another assembly just as you
can have with a view (if you set build action to embedded resource)?
I have this:
ExtAssembly
|
|-> Views
|-> commonscripts
| -> extScript.brail (with build action embedded)
|-> components
|-> componentOne
|-> componentOne.brail (with build action embedded)
WebApp (startup project)
|
|-> Views
|-> commonscripts
| -> anotherScriptbrail
|-> components
|-> componentTwo
|-> componentTwo.brail
In my views I can use componentOne, componentTwo and anotherScript but
when trying to use extScript I get error 'Parameter extScript was not
found'. However, if I just move extScript, and change build action to
none, to the commonscript folder in WebApp it works.
Should this be possible?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---