Register  |  Login
 
 
 
 
You are here :- Support
Support Minimize

To post questions on the forum, you must be logged in (Registration is required).  Your information remains confidential, we do not pass or sell any information to third parties.

You can always contact us at support@jastdev.com or you can alternatively use the forum to ask questions.

Print  
Forum Minimize
 
  Support  ControlFramewor...  General  Cannot build ControlFramework
Disabled Previous
 
Next Disabled
New Post 11/13/2008 1:07 AM
  frankidoze
7 posts
No Ranking


Cannot build ControlFramework 

Hi,

I have downloaded your ControlFramework found on your "download" page and I have open your solution in VS08 and tried to run it. Couldn't because of the following errors (See below).

What am I missing? I had to bypass the privatekey by clicking ok as I couldn't find any password. I guess that's the problem as names and references look ok.

 

Errors:

Error    3    Importing key file "ControlFrameworkKey.pfx" was canceled.    ControlFramework
Error    4    Cannot find the type 'local:DockSplitter'. Note that type names are case sensitive. Line 89 Position 11.    C:\PjVS08\CS\Experiment\ControlFramework\ControlFramework\Themes\Generic.xaml    89    11    ControlFramework
Error    1    Metadata file 'C:\PjVS08\CS\Experiment\ControlFramework\ControlFramework\bin\Debug\JaStDev.ControlFramework.dll' could not be found    ControlFramework.Design
Error    5    Metadata file 'C:\PjVS08\CS\Experiment\ControlFramework\ControlFramework\bin\Debug\JaStDev.ControlFramework.dll' could not be found    C:\PjVS08\CS\Experiment\ControlFramework\ControlFramework.Design\CSC    ControlFramework.Design
Error    2    Metadata file 'C:\PjVS08\CS\Experiment\ControlFramework\DemosCommon\bin\Debug\DemosCommon.dll' could not be found    Demo1
Error    6    The tag 'ObjectToBreadcrumbsPath' does not exist in XML namespace 'http://schemas.jastdev.ControlFramework/winfx/2007/xaml/presentation'. Line 12 Position 8.    C:\PjVS08\CS\Experiment\ControlFramework\DemosCommon\PageBreadcrumb.xaml    12    8    DemosCommon
Error    7    The tag 'DistributionPanel' does not exist in XML namespace 'http://schemas.jastdev.ControlFramework/winfx/2007/xaml/presentation'. Line 14 Position 8.    C:\PjVS08\CS\Experiment\ControlFramework\DemosCommon\PageDistributionPanel.xaml    14    8    DemosCommon
Error    8    The tag 'DockSplitter' does not exist in XML namespace 'http://schemas.jastdev.ControlFramework/winfx/2007/xaml/presentation'. Line 34 Position 11.    C:\PjVS08\CS\Experiment\ControlFramework\DemosCommon\PageDockSplitter.xaml    34    11    DemosCommon
Error    9    The type reference cannot find a public type named 'DockSplitter'. Line 22 Position 52.    C:\PjVS08\CS\Experiment\ControlFramework\DemosCommon\PageExtention.xaml    22    52    DemosCommon
Error    10    The property 'Help.Topic' does not exist in XML namespace 'http://schemas.jastdev.ControlFramework/winfx/2007/xaml/presentation'. Line 19 Position 19.    C:\PjVS08\CS\Experiment\ControlFramework\DemosCommon\PageHelp.xaml    19    19    DemosCommon
Error    11    The type reference cannot find a public type named 'DockSplitter'. Line 4 Position 50.    C:\PjVS08\CS\Experiment\ControlFramework\DemosCommon\Resources\DockSplitterDemo.xaml    4    50    DemosCommon
Error    12    The tag 'Rotary' does not exist in XML namespace 'http://schemas.jastdev.ControlFramework/winfx/2007/xaml/presentation'. Line 120 Position 23.    C:\PjVS08\CS\Experiment\ControlFramework\DemosCommon\PageRotary.xaml    120    23    DemosCommon


Thank you for your help.

Franki

 
New Post 11/13/2008 1:14 PM
  bragi
12 posts
10th Level Poster


Re: Cannot build ControlFramework 

Hello,

The build errors are caused because the library is set to be signed, but the key file can't be loaded (I have password protected it for security reasons). This error can be fixed by:

  • Deactivating 'Sign the assembly' on the 'Signing' tab of the project properties, or by
  • creating a new (your own) key file on the same tab.

Hope this helps.  Thanks for pointing this out to me (I tend to zip my last build, which is always signed).  I will put something on the website to make this more clear.

Bragi.

 
New Post 11/13/2008 10:09 PM
  frankidoze
7 posts
No Ranking


Re: Cannot build ControlFramework 

Thank you very much Bragi.

Desactivating the signing did the trick as well as using my own private key.

Frankidoze.

 
Disabled Previous
 
Next Disabled
  Support  ControlFramewor...  General  Cannot build ControlFramework
Print