SkinFramework.ExcludeModule Known Bad Modules List |
Post Reply |
Author | |
DTeCH
Newbie Joined: 13 August 2009 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 13 August 2009 at 1:06pm |
It would be very helpful if someone could post a known bad module list.
I found out that ole32.dll can interfere with skinning in some cases, also the winsock control can cause the SkinFramework to not register properly because it is an ancient 16 bit control that doesn't register in the project the modern way, & needs to be wrapped to be called via reference for multiple instances, otherwise it MUST be placed on the form. Anyway... I would like for admin to post a little list of known bad dlls that we can try out first before we go trying to exclude 100s of them, & get frustrated. My little short list ole32.dll <---- I know about this one (Got these from an older admin fix reply) wininet.dll msado15.dll oledb32.dll msadce.dll msadcer.dll ws2_32.dll ws2help.dll netapi32.dll Now for the real list Thanx in advance. |
|
ou81aswell
Groupie Joined: 05 June 2009 Status: Offline Points: 19 |
Post Options
Thanks(0)
|
+1.
|
|
DTeCH
Newbie Joined: 13 August 2009 Status: Offline Points: 6 |
Post Options
Thanks(0)
|
Also... what files are REQUIRED to be on the customer's PC in order for the SkinFramework to function?
Some folks disable features on their PCs to enhance their system's performance. If that's not a clear enough question... What files must be on a computer that the SkinFramework depends on, & are not part of a Codejock software distribution? Like Microsoft's core dlls. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Did you create a support ticket in issuetrack? I'll refer you to this post:
http://forum.codejock.com/forum_posts.asp?TID=14125&FID=103&PR=3 I searched the past 15 days of issues and didn't see anything that looked similar to this issue. If you do have an issue #, please let me know and I'll be sure it gets taken care of. Also "new" forum members always have their posts hidden to cut down on spam. So your thread is not singled out. |
|
DTeCH
Newbie Joined: 13 August 2009 Status: Offline Points: 6 |
Post Options
Thanks(0)
|
Thank You SuperMario.
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
I went through our issue track system with a search of "ExcludeModule" and these are the only "known" modules that customers have found to cause problems with skinframework. (I did not search the forums for know reported cases) Obviously there might be more, but excluding these modules did resolve the customers problem. Keep in mind most of these have a very specific use like using Flash, FTP connections, etc in your app so they are likely not to be used by the majority of users.
skinFramework.ExcludeModule ("FIDbg10.ocx"); skinFramework.ExcludeModule ("NPSWF32.dll"); SkinFramework1.ExcludeModule "msado15.dll" SkinFramework1.ExcludeModule "msdard.dll" SkinFramework1.ExcludeModule "msjet40.dll" SkinFramework1.ExcludeModule "msjetoledb40.dll" SkinFramework1.ExcludeModule "msjiter40.dll" SkinFramework1.ExcludeModule "msjint40.dll" Send ComExcludeModule "RMPHTML.OCX" Send ComExcludeModule "MSVBVM60.DLL" SkinFramework.ExcludeModule "secur32.dll" SkinFramework.ExcludeModule "userenv.dll" SkinFramework.ExcludeModule "netapi32.dll" SkinFramework1.ExcludeModule ("CRDB_ADOPLUS.DLL") |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
There is not any dll required except mfc40.dll but its part of even Windows98. I can't see why someone would remove this file. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
"doesn't function properly" can mean a lot. maybe these users run in 256 colors. Skinframework will be disabled then. I think we need more information to diagnose the problem. |
|
DTeCH
Newbie Joined: 13 August 2009 Status: Offline Points: 6 |
Post Options
Thanks(0)
|
Microsoft has issued at least 4 versions of comctl32.ocx, and 2
of comdlg32.ocx, comct232.ocx, and comct332.ocx.
All versions of each component have the same GUID but they are not compatible. This breaks the rules of COM... causing registry havoc. Might be a contributing cause to the errors encountered by SkinFramework. |
|
tphank
Newbie Joined: 21 April 2009 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
THANK YOU!!!! I had suspected that some DLL's were causing problems, but felt that I was on a wild goose chase. The exclusion of the MSJet DLL's has made a world of a difference during development!! Previously, VB6 would crash consistently after running our program with the Skins, now I can work in peace, not worrying about constant crashes!!!! These definitely belong in some FAQ!!! Unfortunately the CodeJock IssueTrack/Customer Support Area, only allows one to search their own issues. I always try to read the forums to see if other users have experienced similar problems before contacting support. |
|
Product: Xtreme SuitePro (ActiveX) version 13.1.0
Platform: Windows XP (32bit) - SP 3 Language: Visual Basic 6.0 |
|
redserpent7
Newbie Joined: 15 January 2012 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
I know this thread is old, but I have just faced some issues with these DLLs
WRusr.dll <--- WebRoot AV main DLL WRVSTR.dll Hope they can prove useful.
|
|
Product: Xtreme Skin Framework 2011 (15.2.1)
Platform: Windows 7 (64bit) Language: VC++ (Visual Studio 2010 SP1) |
|
agontarenko
Admin Group Joined: 25 March 2016 Status: Offline Points: 299 |
Post Options
Thanks(0)
|
Hello,
When you run samples in Windows 10 with compatibility mode Windows Vista and lower, you should add too excluded modes AcLayers.dll Regards, Artem Gontarenko |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |