Home All Groups Group Topic Archive Search About

Problem on MSHFlexGrid

Author
13 Jan 2006 5:32 PM
mc
HI,

I face a problem on using MSHFlexGrid currently. I have developed a grid
using the MSFlexGrid control at office, it does work at my office machine.
Later, I copy the whole  source code folder to my home computer. When I open
the source code in Visual Studio at home, I found that the grid on the form
design screen is disappeared and got the error message when I tried to
compile the program again. I've tried to add the AxInterop.MSFlexGridLib.dll
in the project bin folder to the project again but I still get the same
compilation error. Any one can help me to fix it? Thanks

MC

Author
13 Jan 2006 5:41 PM
Chris
mc wrote:
Show quoteHide quote
> HI,
>
> I face a problem on using MSHFlexGrid currently. I have developed a grid
> using the MSFlexGrid control at office, it does work at my office machine.
> Later, I copy the whole  source code folder to my home computer. When I open
> the source code in Visual Studio at home, I found that the grid on the form
> design screen is disappeared and got the error message when I tried to
> compile the program again. I've tried to add the AxInterop.MSFlexGridLib.dll
> in the project bin folder to the project again but I still get the same
> compilation error. Any one can help me to fix it? Thanks
>
> MC
>
>

What's the error you get when you try to compile.  Most likely you don't
have a reference to the MSFlexGridLib.dll in your project now.  You
probably have the dll in a different location.  I'm not fimilar with the
MSFlexGridLib, but if there was an install routine for it, do it on your
home machine as well.

Chris
Author
13 Jan 2006 5:49 PM
mc
The error messages are about the missing of the MSFlexGrid component
However, I don't know how to install the MSFlexGrid.

Show quoteHide quote
"Chris" <no@spam.com> ???????:%23Zp1TiGGGHA.2***@tk2msftngp13.phx.gbl...
> mc wrote:
>> HI,
>>
>> I face a problem on using MSHFlexGrid currently. I have developed a grid
>> using the MSFlexGrid control at office, it does work at my office
>> machine. Later, I copy the whole  source code folder to my home computer.
>> When I open the source code in Visual Studio at home, I found that the
>> grid on the form design screen is disappeared and got the error message
>> when I tried to compile the program again. I've tried to add the
>> AxInterop.MSFlexGridLib.dll in the project bin folder to the project
>> again but I still get the same compilation error. Any one can help me to
>> fix it? Thanks
>>
>> MC
>>
>>
>
> What's the error you get when you try to compile.  Most likely you don't
> have a reference to the MSFlexGridLib.dll in your project now.  You
> probably have the dll in a different location.  I'm not fimilar with the
> MSFlexGridLib, but if there was an install routine for it, do it on your
> home machine as well.
>
> Chris
Author
13 Jan 2006 7:16 PM
Chris
mc wrote:
Show quoteHide quote
> The error messages are about the missing of the MSFlexGrid component
> However, I don't know how to install the MSFlexGrid.
>
> "Chris" <no@spam.com> ???????:%23Zp1TiGGGHA.2***@tk2msftngp13.phx.gbl...
>
>>mc wrote:
>>
>>>HI,
>>>
>>>I face a problem on using MSHFlexGrid currently. I have developed a grid
>>>using the MSFlexGrid control at office, it does work at my office
>>>machine. Later, I copy the whole  source code folder to my home computer.
>>>When I open the source code in Visual Studio at home, I found that the
>>>grid on the form design screen is disappeared and got the error message
>>>when I tried to compile the program again. I've tried to add the
>>>AxInterop.MSFlexGridLib.dll in the project bin folder to the project
>>>again but I still get the same compilation error. Any one can help me to
>>>fix it? Thanks
>>>
>>>MC
>>>
>>>
>>
>>What's the error you get when you try to compile.  Most likely you don't
>>have a reference to the MSFlexGridLib.dll in your project now.  You
>>probably have the dll in a different location.  I'm not fimilar with the
>>MSFlexGridLib, but if there was an install routine for it, do it on your
>>home machine as well.
>>
>>Chris
>
>
>

Try making a reference to the Dll you put in the bin directory.  This
needs to be done in the project.

Chris
Author
14 Jan 2006 12:46 AM
mc
Yes. I have tried to add the reference, but the grid still disappear in the
form. In addition, the MSFlexGrid control is not found on the toolbox bar
and I can't add it back to the form.


Show quoteHide quote
"Chris" <no@spam.com> ???????:OkyWLXHGGHA.1***@TK2MSFTNGP15.phx.gbl...
> mc wrote:
>> The error messages are about the missing of the MSFlexGrid component
>> However, I don't know how to install the MSFlexGrid.
>>
>> "Chris" <no@spam.com> ???????:%23Zp1TiGGGHA.2***@tk2msftngp13.phx.gbl...
>>
>>>mc wrote:
>>>
>>>>HI,
>>>>
>>>>I face a problem on using MSHFlexGrid currently. I have developed a grid
>>>>using the MSFlexGrid control at office, it does work at my office
>>>>machine. Later, I copy the whole  source code folder to my home
>>>>computer. When I open the source code in Visual Studio at home, I found
>>>>that the grid on the form design screen is disappeared and got the error
>>>>message when I tried to compile the program again. I've tried to add the
>>>>AxInterop.MSFlexGridLib.dll in the project bin folder to the project
>>>>again but I still get the same compilation error. Any one can help me to
>>>>fix it? Thanks
>>>>
>>>>MC
>>>>
>>>>
>>>
>>>What's the error you get when you try to compile.  Most likely you don't
>>>have a reference to the MSFlexGridLib.dll in your project now.  You
>>>probably have the dll in a different location.  I'm not fimilar with the
>>>MSFlexGridLib, but if there was an install routine for it, do it on your
>>>home machine as well.
>>>
>>>Chris
>>
>>
>>
>
> Try making a reference to the Dll you put in the bin directory.  This
> needs to be done in the project.
>
> Chris