HELP

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].
 
N

Newbie Coder

Sounds like you have created a button, added it to the toolbox & moved the
file.
 
A

Austin Locke

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top