HighTechTalks DotNet Forums  

Problem loading an assembly with the UIPAB

Dotnet Distributed Applications microsoft.public.dotnet.distributed_apps


Discuss Problem loading an assembly with the UIPAB in the Dotnet Distributed Applications forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Jonathan
 
Posts: n/a

Default Problem loading an assembly with the UIPAB - 05-15-2006 , 06:25 AM






Hi everybody,

i have a litte problem when i start my UIP Application.

i've a error message :
//////////////////////
"The assembly SolutionWindowsApplication1.Controlers,Version=1.0 .1.0,Culture=neutral,PublicKeyToken=null could not be loaded. Please check that the assembly type is fully qualified and is of format that follows. Also be sure that the version and public key token are correct.

The correct format is: type="Microsoft.ApplicationBlocks.UIProcess.Sample s.AddressWizard.WizardController, Microsoft.ApplicationBlocks.UIProcess.Samples.Addr essWizard, Version=1.0.1.0, Culture=neutral, PublicKeyToken=d69d63db1380c14d"The original exception is:

Could not load file or assembly 'SolutionWindowsApplication1.Controlers, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Le fichier spécifié est introuvable. at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)"
/////////////////

my configuration file contains


controller
name="MyController"
type="SolutionWindowsApplication1.Controlers.MyCon troller, SolutionWindowsApplication1.Controler, Version=1.0.1.0,Culture=neutral,PublicKeyToken=nul l"

I don't know what to do, help me please.

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.