All your samples work, but I can not insert the component to my project as it is not listed in COM Components page of the IDE (toolbox items)?
On Windows 64-bit edition, the most probably is that you have installed the 64-bit edition of the component, while the VS IDE requires the 32-bit edition. The devenv is a 32-bit process, there is no devenv on 64-bit, so when you are running the form in design mode, the devenv sees the 32-bit edition of the component. A) Install the 32-bit edition of the component, and you will be able to insert the component on the form. If your intention is porting your application on 64-bit, you need to install both 32 and 64-bit editions of the component on the development machine. The 32-bit is required for development in devenv 32-bit, while the 64-bit edition is required only for running the project in 64-bit. Your installer should include only the 64-bit edition the client machine.
Related Questions
- Some components display the "question mark" image which links to the component reference page and some do not. Whats up with the missing links?
- All your samples work, but I can not insert the component to my project as it is not listed in COM Components page of the IDE (toolbox items)?
- Can a Visualforce page include 2 Components, with One Component utilizing another Components Value on page Load?