| Author |
[HELP] What is the SP for VB 6.0? SP5!? or ...
|
|
| [SolarAngel] 2004-05-24, 9:30 pm |
| What is the SP for VB 6.0?
VSVBSP5!? or there is something else!?
[SolarAngel]
| |
| MikeD 2004-05-24, 10:30 pm |
|
"[SolarAngel]" <not-for-mail> wrote in message
news:uq6h3zeQEHA.3012@tk2msftngp13.phx.gbl...
> What is the SP for VB 6.0?
>
> VSVBSP5!? or there is something else!?
Well, there IS an SP6. It's buggy. Most people (even MS) recommend that for
the time being you use SP5.
Mike
| |
| [SolarAngel] 2004-05-25, 4:30 am |
| Well mike,
I have no choice I must try that SP6, cause in SP5 there is major problem with public class module implementing interface in debug
mode, interface isn't implemented (OLE Viewer) and I am trying to find some solution for the problem. Cause I am trying to have
Early bound not late bound calls to ActiveX DLL -> class implementing some interface (in VB IDE) when calling project is compiled
against standard exe project!?
[SolarAngel]
"MikeD" <nobody@nowhere.edu> wrote in message news:OlxF6MfQEHA.2452@TK2MSFTNGP11.phx.gbl...
|
| "[SolarAngel]" <not-for-mail> wrote in message
| news:uq6h3zeQEHA.3012@tk2msftngp13.phx.gbl...
| > What is the SP for VB 6.0?
| >
| > VSVBSP5!? or there is something else!?
|
| Well, there IS an SP6. It's buggy. Most people (even MS) recommend that for
| the time being you use SP5.
|
| Mike
|
|
| |
| [SolarAngel] 2004-05-25, 4:30 am |
| On the other hand is there any a list of changes in SP6 to that is there any improvements made with implements command!?
is it published on microsoft site or somewhere else !???
[SolarAngel]
"[SolarAngel]" <not-for-mail> wrote in message news:evbteaiQEHA.1892@TK2MSFTNGP09.phx.gbl...
| Well mike,
| I have no choice I must try that SP6, cause in SP5 there is major problem with public class module implementing interface in debug
| mode, interface isn't implemented (OLE Viewer) and I am trying to find some solution for the problem. Cause I am trying to have
| Early bound not late bound calls to ActiveX DLL -> class implementing some interface (in VB IDE) when calling project is compiled
| against standard exe project!?
|
| [SolarAngel]
|
| "MikeD" <nobody@nowhere.edu> wrote in message news:OlxF6MfQEHA.2452@TK2MSFTNGP11.phx.gbl...
| |
| | "[SolarAngel]" <not-for-mail> wrote in message
| | news:uq6h3zeQEHA.3012@tk2msftngp13.phx.gbl...
| | > What is the SP for VB 6.0?
| | >
| | > VSVBSP5!? or there is something else!?
| |
| | Well, there IS an SP6. It's buggy. Most people (even MS) recommend that for
| | the time being you use SP5.
| |
| | Mike
| |
| |
|
|
| |
| Rick Rothstein 2004-05-25, 4:30 am |
| > On the other hand is there any a list of changes in SP6
> to that is there any improvements made with implements
> command!?
> is it published on microsoft site or somewhere else !???
http://vbnet.mvps.org/index.html?ht...vb6sp6fixes.htm
Rick - MVP
| |
| [SolarAngel] 2004-05-25, 9:30 pm |
| Thanks
I have looked at the list of bugs and none concerns something about implements keyword or something releted interface problem.
I think I have found some solution for the problem but it isn't real thing but it probably will work.
something like that interface uses class that wraps it self q=). and class created with CreateObject must have some public method
that will return new instance or wraped interface/class, something like that. I must be crazy q=) but similar code have worked for
something else.
Thnaks again for the link, I'll try on WMware to see does it works
[SolarAngel]
"Rick Rothstein" <rickNOSPAMnews@NOSPAMcomcast.net> wrote in message news:ul$AViiQEHA.3456@TK2MSFTNGP11.phx.gbl...
| > On the other hand is there any a list of changes in SP6
| > to that is there any improvements made with implements
| > command!?
| > is it published on microsoft site or somewhere else !???
|
| http://vbnet.mvps.org/index.html?ht...vb6sp6fixes.htm
|
| Rick - MVP
|
| |
| Vlad Vissoultchev 2004-05-25, 10:30 pm |
| if you are using tlbinfo to get info from an instance of class compiled in
the IDE you will most probably fail -- been there, done that.
the answer is: "this behaviour is by design"
cheers,
</wqw>
| |
|
|
Slightly off topic perhaps? After I installed Visual Studio SP6 my
personal web server IIS stopped serving asp pages saying there is an
Server Application Error. I read on msdn.com that there is no way to
roll back to SP5. If this is right do I have to reinstall Visual Studio
then?
terje
| |
| Pásztor, Zoltán 2004-05-28, 1:30 pm |
| terje wrote:
> Slightly off topic perhaps? After I installed Visual Studio SP6 my
> personal web server IIS stopped serving asp pages saying there is an
> Server Application Error. I read on msdn.com that there is no way to
> roll back to SP5. If this is right do I have to reinstall Visual
> Studio then?
> terje
I had saved the following excerpts from postings on this same ng (with
apologies to the OPs for not having saved the exact references...)
1.
"For anyone interested, the Microsoft Knowledge Base article below helped
me:
271071 - HOW TO Set Basic NTFS Permissions for IIS 5.0
http://support.microsoft.com/defaul...B;EN-US;Q271071"
2.
"I called Microsoft and I have a fix for the problem "Unable to Run ASP
Pages After VS SP6 Installation". This is apparently caused as a result of
the permissions on mfc42.dll (located in
%systemroot%\winnt\system32 - on Windows 2000) being changed. The
IWAM_MACHINENAME user needs to have Read and Execute permissions to this
file. Once this is done, then it should work once again (it has in my
environment)."
--
PZ
|
|
|
|