473,396 Members | 2,011 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

activeX events fire again AFTER installing VS .NET 2003

hi

I have the following problem:

I have a C# application that uses an activeX .
I installed the application and the NET 1.1 Runtimes on a clean pc
When running the application i discover that the activeX events do not fire.

I installed VS NET 2003 on that machine.(in an attempt to start debuggging)
Now the activeX events fire again (application works as expected ).

How is this to explain ?
Why does my application work again just by installing vs .NET 2003?
Is something missing by only installing the NET 1.1 runtimes ?



Nov 17 '05 #1
5 1604
I also discovered when i delete te VS 2003 install dir under \program files
, the app continues to work
If i unstall vs.net via control panel, then again the events stop
firing.(let me remark that the application or activex do not issue an error,
just the events fail to fire... )

"Sagaert Johan" <RE*************@hotmail.com> wrote in message
news:ef*************@TK2MSFTNGP12.phx.gbl...
hi

I have the following problem:

I have a C# application that uses an activeX .
I installed the application and the NET 1.1 Runtimes on a clean pc
When running the application i discover that the activeX events do not fire.
I installed VS NET 2003 on that machine.(in an attempt to start debuggging) Now the activeX events fire again (application works as expected ).

How is this to explain ?
Why does my application work again just by installing vs .NET 2003?
Is something missing by only installing the NET 1.1 runtimes ?



Nov 17 '05 #2
no need to reply

Case solved : stdole.dll was not deployed and caused this behaviour.
local copy was false (seems te be default )
In widbey this value seems te be true.

"Sagaert Johan" <RE*************@hotmail.com> wrote in message
news:uG**************@TK2MSFTNGP14.phx.gbl...
I also discovered when i delete te VS 2003 install dir under \program files , the app continues to work
If i unstall vs.net via control panel, then again the events stop
firing.(let me remark that the application or activex do not issue an error, just the events fail to fire... )

"Sagaert Johan" <RE*************@hotmail.com> wrote in message
news:ef*************@TK2MSFTNGP12.phx.gbl...
hi

I have the following problem:

I have a C# application that uses an activeX .
I installed the application and the NET 1.1 Runtimes on a clean pc
When running the application i discover that the activeX events do not

fire.

I installed VS NET 2003 on that machine.(in an attempt to start

debuggging)
Now the activeX events fire again (application works as expected ).

How is this to explain ?
Why does my application work again just by installing vs .NET 2003?
Is something missing by only installing the NET 1.1 runtimes ?




Nov 17 '05 #3
Hi Sagaert Johan,

i have similar problems with my app, so i have some question:

Wich version of Word do You (Your customers) use?
if Word2002: Did You deploy the PIAs?
if Word2003: Where the PIAs installed on the client machines (It's ".Net
Programmability Support" in Office Setup)?

The question would be, why that didn't install th correct stdole.dll

Thanks

"Sagaert Johan" <RE*************@hotmail.com> schrieb im Newsbeitrag
news:uV*************@TK2MSFTNGP12.phx.gbl...
no need to reply

Case solved : stdole.dll was not deployed and caused this behaviour.
local copy was false (seems te be default )
In widbey this value seems te be true.

"Sagaert Johan" <RE*************@hotmail.com> wrote in message
news:uG**************@TK2MSFTNGP14.phx.gbl...
I also discovered when i delete te VS 2003 install dir under \program

files
, the app continues to work
If i unstall vs.net via control panel, then again the events stop
firing.(let me remark that the application or activex do not issue an

error,
just the events fail to fire... )

"Sagaert Johan" <RE*************@hotmail.com> wrote in message
news:ef*************@TK2MSFTNGP12.phx.gbl...
> hi
>
> I have the following problem:
>
> I have a C# application that uses an activeX .
> I installed the application and the NET 1.1 Runtimes on a clean pc
> When running the application i discover that the activeX events do not

fire.
>
> I installed VS NET 2003 on that machine.(in an attempt to start

debuggging)
> Now the activeX events fire again (application works as expected ).
>
> How is this to explain ?
> Why does my application work again just by installing vs .NET 2003?
> Is something missing by only installing the NET 1.1 runtimes ?
>
>
>
>
>
>
>
>
>



Nov 17 '05 #4
Hi Johan,

Where did you find the local copy property of stdole.dll?

I referenced the PIAs for Word 2003 as documented in MSDN and there is no
reference to stdole.
Do i look on the wrong place?

Thanks

Christof

"Sagaert Johan" <RE*************@hotmail.com> schrieb im Newsbeitrag
news:uV*************@TK2MSFTNGP12.phx.gbl...
no need to reply

Case solved : stdole.dll was not deployed and caused this behaviour.
local copy was false (seems te be default )
In widbey this value seems te be true.

"Sagaert Johan" <RE*************@hotmail.com> wrote in message
news:uG**************@TK2MSFTNGP14.phx.gbl...
I also discovered when i delete te VS 2003 install dir under \program

files
, the app continues to work
If i unstall vs.net via control panel, then again the events stop
firing.(let me remark that the application or activex do not issue an

error,
just the events fail to fire... )

"Sagaert Johan" <RE*************@hotmail.com> wrote in message
news:ef*************@TK2MSFTNGP12.phx.gbl...
> hi
>
> I have the following problem:
>
> I have a C# application that uses an activeX .
> I installed the application and the NET 1.1 Runtimes on a clean pc
> When running the application i discover that the activeX events do not

fire.
>
> I installed VS NET 2003 on that machine.(in an attempt to start

debuggging)
> Now the activeX events fire again (application works as expected ).
>
> How is this to explain ?
> Why does my application work again just by installing vs .NET 2003?
> Is something missing by only installing the NET 1.1 runtimes ?
>
>
>
>
>
>
>
>
>



Nov 17 '05 #5
in the solution explorer look under references.

Click on stdole.dll or anothere referenced assembly, in the propery window
you will see the 'copy local' property.
if it it set true then the IDE will copy that DLL to the output directory of
your project.

Johan

ps i am not using word 2003, it seems stdole.dll is installed when
installing VS 2003
"Christof Nordiek" <cn@nospam.de> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi Johan,

Where did you find the local copy property of stdole.dll?

I referenced the PIAs for Word 2003 as documented in MSDN and there is no
reference to stdole.
Do i look on the wrong place?

Thanks

Christof

"Sagaert Johan" <RE*************@hotmail.com> schrieb im Newsbeitrag
news:uV*************@TK2MSFTNGP12.phx.gbl...
no need to reply

Case solved : stdole.dll was not deployed and caused this behaviour.
local copy was false (seems te be default )
In widbey this value seems te be true.

"Sagaert Johan" <RE*************@hotmail.com> wrote in message
news:uG**************@TK2MSFTNGP14.phx.gbl...
I also discovered when i delete te VS 2003 install dir under \program

files
, the app continues to work
If i unstall vs.net via control panel, then again the events stop
firing.(let me remark that the application or activex do not issue an

error,
just the events fail to fire... )

"Sagaert Johan" <RE*************@hotmail.com> wrote in message
news:ef*************@TK2MSFTNGP12.phx.gbl...
> hi
>
> I have the following problem:
>
> I have a C# application that uses an activeX .
> I installed the application and the NET 1.1 Runtimes on a clean pc
> When running the application i discover that the activeX events do not fire.
>
> I installed VS NET 2003 on that machine.(in an attempt to start
debuggging)
> Now the activeX events fire again (application works as expected ).
>
> How is this to explain ?
> Why does my application work again just by installing vs .NET 2003?
> Is something missing by only installing the NET 1.1 runtimes ?
>
>
>
>
>
>
>
>
>



Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: joebob | last post by:
The following script if run in Internet Explorer should display a thumbview of a webpage that you point it to. To test it, replace test.htm with a valid html file. The problem I'm having is that...
1
by: Nothing | last post by:
I am trying to create an field on a form which is link to a table to store pictures. I have the field defined as follows: Name: Photofield1 Type: OLE Object I have created a form with this...
0
by: Sagaert Johan | last post by:
Hi I have a problem with an activeX control in a c# application, the events do not fire when i deploy the app to another PC When used in a web page, the events fire ok, so i guess the activeX...
4
by: Halcyon Woodward | last post by:
I have an odd problem... We have a small development team (three coders) working on the same project (a C# web application). Each coder has a unique 'sandbox' site on a shared Windows 2003...
0
by: ariesc | last post by:
I upgraded from .NET 2002 to .NET 2003 and found one weird things on the LEAVE / ENTER events within a datagrid. I added handler to each textbox of a datagrid, then handle the ENTER/LEAVE events....
0
by: Peter | last post by:
I have a VB6 program which can receive Keydown events on an ActiveX control. The ActiveX control can't fire keydown events so I put a picturebox below the ActiveX control. I write codes in...
5
by: Steve Moreno | last post by:
Hi all, I've got a web form that I've written code to create an array of DropDownList controls on the page depending on how many records are pulled back. The code to create the controls is...
6
by: Steve Hershoff | last post by:
Hi everyone, I've got a strange one here. There are two datagrids on my page, one nested within the other. I'll refer to them as the topmost and secondary datagrids. In the topmost...
0
by: Lee | last post by:
I have an activex control built with VS 2005, C#. I have a "Done" event that I fire from the control when some processing is done. I have tested this with a C++ app as the host, and I do get the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.