Click here to Skip to main content
15,924,829 members
Home / Discussions / C#
   

C#

 
AnswerRe: ToString to print HEX??? Pin
Dave Kreskowiak8-Apr-04 2:43
mveDave Kreskowiak8-Apr-04 2:43 
GeneralRe: ToString to print HEX??? Pin
Heath Stewart8-Apr-04 5:12
protectorHeath Stewart8-Apr-04 5:12 
GeneralCommon Toolbar Images Pin
Brian Delahunty8-Apr-04 1:59
Brian Delahunty8-Apr-04 1:59 
GeneralRe: Common Toolbar Images Pin
Heath Stewart8-Apr-04 5:11
protectorHeath Stewart8-Apr-04 5:11 
GeneralRe: Common Toolbar Images Pin
Brian Delahunty11-Apr-04 7:44
Brian Delahunty11-Apr-04 7:44 
GeneralRe: Common Toolbar Images Pin
Heath Stewart11-Apr-04 16:57
protectorHeath Stewart11-Apr-04 16:57 
Generalloading error...please help. Pin
Anonymous8-Apr-04 0:21
Anonymous8-Apr-04 0:21 
GeneralRe: loading error...please help. Pin
Heath Stewart8-Apr-04 5:08
protectorHeath Stewart8-Apr-04 5:08 
As the error says, you must reference the assembly containing that control/component in your project. Right-click on your project and select "Add Reference...". Select or browse to your assembly, add it to the list, and click OK.

At runtime, this assembly must also be resolvable, so it must be in your application directory, a probing path (configured in the .config file), referenced in the assemblyBinding section of your .config file, or, optimally, in the Global Assembly Cache (GAC). See How the Runtime Locates Assemblies[^] in the .NET Framework SDK for more information.

 

Microsoft MVP, Visual C#
My Articles
Generalselect a value in a datagrid Pin
TweeZz8-Apr-04 0:19
TweeZz8-Apr-04 0:19 
GeneralRe: select a value in a datagrid Pin
Heath Stewart8-Apr-04 5:06
protectorHeath Stewart8-Apr-04 5:06 
GeneralRe: select a value in a datagrid Pin
TweeZz8-Apr-04 5:09
TweeZz8-Apr-04 5:09 
Generalconnection timout Pin
Anonymous7-Apr-04 23:19
Anonymous7-Apr-04 23:19 
GeneralRe: connection timout Pin
Mike Dimmick8-Apr-04 2:04
Mike Dimmick8-Apr-04 2:04 
GeneralPop menu without clickin on that menu Pin
harbhanu7-Apr-04 22:40
harbhanu7-Apr-04 22:40 
GeneralRe: Pop menu without clickin on that menu Pin
Corinna John8-Apr-04 0:44
Corinna John8-Apr-04 0:44 
GeneralRe: Pop menu without clickin on that menu Pin
Heath Stewart8-Apr-04 5:03
protectorHeath Stewart8-Apr-04 5:03 
Generalproblem with combobox Pin
robmays7-Apr-04 22:22
robmays7-Apr-04 22:22 
GeneralRe: problem with combobox Pin
Heath Stewart8-Apr-04 4:33
protectorHeath Stewart8-Apr-04 4:33 
GeneralRe: problem with combobox Pin
robmays8-Apr-04 8:45
robmays8-Apr-04 8:45 
GeneralRe: problem with combobox Pin
robmays8-Apr-04 18:39
robmays8-Apr-04 18:39 
GeneralRe: problem with combobox Pin
Heath Stewart9-Apr-04 3:31
protectorHeath Stewart9-Apr-04 3:31 
GeneralSimple databinding issue Pin
lustuyck7-Apr-04 21:59
lustuyck7-Apr-04 21:59 
GeneralRe: Simple databinding issue Pin
Heath Stewart8-Apr-04 4:31
protectorHeath Stewart8-Apr-04 4:31 
GeneralRe: Simple databinding issue Pin
lustuyck8-Apr-04 5:24
lustuyck8-Apr-04 5:24 
GeneralRe: Simple databinding issue Pin
Heath Stewart8-Apr-04 5:43
protectorHeath Stewart8-Apr-04 5:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.