Home > Archive > Visual Basic > July 2006 > runtime error 372
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Robert 2004-07-30, 3:55 pm |
| Hi,
My software, when i deploy it, cause the runtime error 372.
I've been looking on the web for the last 2 days, but i can not repair it.
But there's something very wierd, usualy this error appear when a control is
use and is not up to date. My control is a user control inside the
application.
How can my control, inside my application, is not the same version as my
application. That's very wierd. I can not find any informations about that.
Someone know how to repair this?
Thanks.
Rob.
| |
| Jan Hyde 2004-07-30, 3:55 pm |
| "Robert" <robert@jcle_____.com>'s wild thoughts were
released on Fri, 30 Jul 2004 09:51:09 -0400 bearing the
following fruit:
>Hi,
>
>My software, when i deploy it, cause the runtime error 372.
>I've been looking on the web for the last 2 days, but i can not repair it.
Without the error message we can only guess what error 372
might be.
>But there's something very wierd, usualy this error appear when a control is
>use and is not up to date. My control is a user control inside the
>application.
>How can my control, inside my application, is not the same version as my
>application. That's very wierd. I can not find any informations about that.
>Someone know how to repair this?
>
Firstly if your not using binary compatability then address
this ASAP.
Secondly I'm not clear on when the error is ocurring.
- During the setup
- When attempting to run you program
- Some other time
Jan Hyde (VB MVP)
--
The convicted architect discovered that prison walls were not made to scale. (Gary Hallock)
[Abolish the TV License - http://www.tvlicensing.biz/]
| |
| Martin Walke 2004-07-30, 3:55 pm |
| Is your control an imagelist control? If so, then this was easy to find.
http://support.microsoft.com/defaul...kb;en-us;818616
Whether it helps you is another matter and if the control is not an
imagelist, we wait with baitted breath!
Martin
"Robert" <robert@jcle_____.com> wrote in message
news:HjsOc.25852$BU4.1254476@news20.bellglobal.com...
> Hi,
>
> My software, when i deploy it, cause the runtime error 372.
> I've been looking on the web for the last 2 days, but i can not repair it.
>
> But there's something very wierd, usualy this error appear when a control
is
> use and is not up to date. My control is a user control inside the
> application.
> How can my control, inside my application, is not the same version as my
> application. That's very wierd. I can not find any informations about
that.
> Someone know how to repair this?
>
> Thanks.
> Rob.
>
>
| |
| Ken Halter 2004-07-30, 3:55 pm |
| Robert wrote:
> Hi,
>
> My software, when i deploy it, cause the runtime error 372.
> I've been looking on the web for the last 2 days, but i can not repair it.
>
> But there's something very wierd, usualy this error appear when a control is
> use and is not up to date. My control is a user control inside the
> application.
> How can my control, inside my application, is not the same version as my
> application. That's very wierd. I can not find any informations about that.
> Someone know how to repair this?
>
> Thanks.
> Rob.
You might try going through a couple of these....
Results 1 - 74 of about 160 English messages for "error 372" -dotnet
group:*.vb.*. (1.75 seconds)
http://groups.google.com/groups?as_...n&num=100&hl=en
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
| |
| galdunn 2006-07-18, 4:22 pm |
| Turn off this option in the project properties...
"Upgrade ActiveX Controls" |
|
|
|
|