المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : MSFlexiGrid in C# problem



C# Programming
04-04-2009, 12:11 AM
Hi...

Im using the MSFlexiGrid library in a C#.Net Project. Im using a FlexiGrid control. Until yesterdey, everything seemed to work fine but now I have an error when I try to see a form which has the flexigrid control.


Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))


I can't compile anything either and looking for this error in google, I found that I need to register something with/in the ATL.dll library, which is part of Windows System.

I know that I could use the DataGrid control but I would like to know why this dont work if this was working without problems.

I don't have a clue of what to do. Any help would be apreciated and excuse me about my English if I made a mistake.

Ivan