This is a migrated thread and some comments may be shown as answers.

Modular app deployment

2 Answers 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vit100
Top achievements
Rank 1
Vit100 asked on 21 Mar 2011, 03:02 PM
Hi guys,
Could u pls explain me how solution should be structured if solution is using modular architecture...

So there is main Shell project which just shows Modules in regions (for example prism).

Some Module projects use telerik libs (some use grids, some other components, etc..some use different version) via references to dll....
I don't add telerik lib references into main shell project, as it should not know anything abt module dependencies.

Problem is when solution starts. Main shell project complains that telerik libs missed, 'http://schemas.telerik.com/2008/xaml/presentation' is an unknown namespace, types not found, module is not registered, etc.. etc...

The only way is to add references to telerik libs into main Shell app - then everything is OK....
But Shell should NOT know abt this.. so it should not reference module dependencies libs....

??????

2 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 21 Mar 2011, 03:05 PM
Hello Vit100,

 Why you need our URI namespace in your main project if you do not use our components there? 

All the best,
Vlad
the Telerik team
0
Vit100
Top achievements
Rank 1
answered on 21 Mar 2011, 03:14 PM
Never mind.. my mistake
in moduleCatalog.xaml i had wrong name for Ref parameter....

Tags
General Discussions
Asked by
Vit100
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Vit100
Top achievements
Rank 1
Share this question
or