HELP

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

I am pullig my hairs out. What does this error message mean??

Failed to create component 'CustomButton2'. The error message
follows:
'System.IO.FileNotFoundException: Could not load file or assembly
'SpecialButton, Version=1.0.2585.31087, Culture=neutral,
PublicKeyToken=null'
or one of its dependencies. The system cannot find the file specified.
File name: 'SpecialButton, Version=1.0.2585.31087, Culture=neutral,
PublicKeyToken=null'
at MyProgram.Net.CustomButton2.InitializeComponent()
at MyProgram.Net.CustomButton2..ctor()
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].
 
Robert, have you resolved this issue?
I'm getting the same problem when upgrading to VS 2010. Specifically it appears that Top tier projects are having problems using custom controls created in other projects.

Any Solution?
I am pullig my hairs out. What does this error message mean??

Failed to create component 'CustomButton2'. The error message
follows:
'System.IO.FileNotFoundException: Could not load file or assembly
'SpecialButton, Version=1.0.2585.31087, Culture=neutral,
PublicKeyToken=null'
or one of its dependencies. The system cannot find the file specified.
File name: 'SpecialButton, Version=1.0.2585.31087, Culture=neutral,
PublicKeyToken=null'
at MyProgram.Net.CustomButton2.InitializeComponent()
at MyProgram.Net.CustomButton2..ctor()
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].
On Tuesday, January 30, 2007 8:59 AM Newbie Coder wrote:
Sounds like you have created a button, added it to the toolbox & moved the
file.
Submitted via EggHeadCafe - Software Developer Portal of Choice
AJAX Web Service Driven Customers Table With Customer Details
http://www.eggheadcafe.com/tutorial...en-customers-table-with-customer-details.aspx
 
Back
Top