OleObjectBlob in grdSchedules could not be set.
Hi,
I am using VS 6. I am making a project in VB, it says cannot load the project "XXXXX", see XXX.log for details. THe log file contains two lines
Line 78: Property OleObjectBlob in grdSchedules could not be set.
Line 78: Cannot load control grdSchedules.
This project was working fine on another machine (running on Win 2000 Pro) but when I opened it on my machine and tried to make project, it gave me this error. Can anyone help please ?
Thanks
UWStudent,
It seems that there is something wrong with the IDE to load controls, projects and even set the properties. My suggestion is as follows:
1. Please install all the Pruduct Updates for Visual Studio 6.0 in the following link:
http://msdn2.microsoft.com/zh-cn/vstudio/aa700916.aspx
2. Please read the article below and try the solution provided:
PRB: Visual Basic Does Not Load .ocx File When You Start Visual Basic
http://support.microsoft.com/kb/304607/en-us
Thank you for posting question here. This forum supports Visual Basic.NET (7, 7.1, 8, ...) issues only, so, your Visual Basic 6 question is an off-topic here and this isn't the best place to ask it, here is a list of forums, newsgroups, resources and sites, to get an answer about your question :
Dear UWSTudent,
I do not know whether this is relevant to your problem or not. But eventually my modest observation helps:
I had a serious problem after porting a VB project from one computer to another. I could no longer open any Designer Forms of my project using VB. The forms's logfile stated:
Line 0: The file D:\...\Comment_Form.frm could not be loaded.
I also had indications that it related to the following line in teh frm-file:
OleObjectBlob = "Comment_Form.frx":0000
I had no idea how to resolve this and the various Internet VB-forums did not help neither. Now I found the workaround:
In system32 folder, you need to add a file called FM20ENU.DLL.
That's it. Now the Designer forms open up.
You can get this file from the internet, eg. at
http://www.outlook-stuff.com/component/option,com_easyfaq/task,cat/catid,34/Itemid,47/
or
http://www.dlldump.com/download-dll-files_new.php/dllfiles/F/FM20ENU.DLL/11.0.5510/download.html
If I understand correctly, in newer versions of XP (service packs etc.) the driver FM20.DLL will only work when accompanied by FM20ENU.DLL in order to resolve a security issue. This is what may be happening on your system.
Chances are all this may solve an issue on your project, and I thought I share my findings with you.
Best Regards,
gicmann