473,947 Members | 1,732 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

stdole.dll not in DOTNET 1.1 redist ?


Why is this dll not in te redistribution ?
I had problems with a project using an activex (see my earlier posts)

Johan
Nov 17 '05 #1
6 4642

"Sagaert Johan" <RE************ *@hotmail.com> wrote in message
news:OL******** ********@TK2MSF TNGP10.phx.gbl. ..

Why is this dll not in te redistribution ?
I had problems with a project using an activex (see my earlier posts)

Johan


Bacause it's a private interop assembly, you have to redistribute it with
your application when deploying.

Willy.

Nov 17 '05 #2
"Willy Denoyette [MVP]" <wi************ *@telenet.be> schrieb im Newsbeitrag
news:Oe******** ******@TK2MSFTN GP10.phx.gbl...

"Sagaert Johan" <RE************ *@hotmail.com> wrote in message
news:OL******** ********@TK2MSF TNGP10.phx.gbl. ..

Why is this dll not in te redistribution ?
I had problems with a project using an activex (see my earlier posts)

Johan


Bacause it's a private interop assembly, you have to redistribute it with
your application when deploying.

Willy.


Hi Willy,

but isn't it installed with the PIAs if they need it to work?

Christof
Nov 17 '05 #3

"Christof Nordiek" <cn@nospam.de > wrote in message
news:OC******** ******@TK2MSFTN GP10.phx.gbl...
"Willy Denoyette [MVP]" <wi************ *@telenet.be> schrieb im
Newsbeitrag news:Oe******** ******@TK2MSFTN GP10.phx.gbl...

"Sagaert Johan" <RE************ *@hotmail.com> wrote in message
news:OL******** ********@TK2MSF TNGP10.phx.gbl. ..

Why is this dll not in te redistribution ?
I had problems with a project using an activex (see my earlier posts)

Johan


Bacause it's a private interop assembly, you have to redistribute it with
your application when deploying.

Willy.


Hi Willy,

but isn't it installed with the PIAs if they need it to work?

Christof


Yes, they are, but the PIA's are not part of the runtime, they are installed
when installing Office2003 on a system with .NET installed (or they can be
installed separately like te Office XP webdownload PIA's).

Willy.

Nov 17 '05 #4
"Willy Denoyette [MVP]" <wi************ *@telenet.be> schrieb im Newsbeitrag
news:ud******** ******@TK2MSFTN GP09.phx.gbl...

"Christof Nordiek" <cn@nospam.de > wrote in message
news:OC******** ******@TK2MSFTN GP10.phx.gbl...
"Willy Denoyette [MVP]" <wi************ *@telenet.be> schrieb im
Newsbeitrag news:Oe******** ******@TK2MSFTN GP10.phx.gbl...

"Sagaert Johan" <RE************ *@hotmail.com> wrote in message
news:OL******** ********@TK2MSF TNGP10.phx.gbl. ..

Why is this dll not in te redistribution ?
I had problems with a project using an activex (see my earlier posts)

Johan

Bacause it's a private interop assembly, you have to redistribute it
with your application when deploying.

Willy.


Hi Willy,

but isn't it installed with the PIAs if they need it to work?

Christof


Yes, they are, but the PIA's are not part of the runtime, they are
installed when installing Office2003 on a system with .NET installed (or
they can be installed separately like te Office XP webdownload PIA's).

Willy.


So, if Word2003 is installed on the target machine including the feature
'.NET Programmability Support', my app should work fine?
On my development machine Office2003 is installed and i'm referencing the
PIA's in the project.
The installation of the target machine i didn't check personally (maybe i'll
do it) but i think if the '.NET Programmability Support' isn't installed the
automation should fail totally.

The only problem i have, is that a word event is handled by my app only on
my development machine but not on the target machine. Same Problem as
Sagaert Johan solved by deploying the stdole.dll.

Christof

Nov 17 '05 #5
I don't have office 2003 , the olestd.dll seems to appear on the system
AFTER installing VS.NET.
the IDE seems to include olestd.dll in the references as soon as an activex
is added on the form.
The 'copy local' is false ! Thats why i could only run my app on a system
that had vs 2003 installed.
I tried it on Widbey beta : here the copy local seems to be true by
default.

"Willy Denoyette [MVP]" <wi************ *@telenet.be> wrote in message
news:ud******** ******@TK2MSFTN GP09.phx.gbl...

"Christof Nordiek" <cn@nospam.de > wrote in message
news:OC******** ******@TK2MSFTN GP10.phx.gbl...
"Willy Denoyette [MVP]" <wi************ *@telenet.be> schrieb im
Newsbeitrag news:Oe******** ******@TK2MSFTN GP10.phx.gbl...

"Sagaert Johan" <RE************ *@hotmail.com> wrote in message
news:OL******** ********@TK2MSF TNGP10.phx.gbl. ..

Why is this dll not in te redistribution ?
I had problems with a project using an activex (see my earlier posts)

Johan

Bacause it's a private interop assembly, you have to redistribute it with your application when deploying.

Willy.

Hi Willy,

but isn't it installed with the PIAs if they need it to work?

Christof


Yes, they are, but the PIA's are not part of the runtime, they are

installed when installing Office2003 on a system with .NET installed (or they can be
installed separately like te Office XP webdownload PIA's).

Willy.

Nov 17 '05 #6

"Sagaert Johan" <RE************ *@hotmail.com> wrote in message
news:et******** ******@TK2MSFTN GP12.phx.gbl...
I don't have office 2003 , the olestd.dll seems to appear on the system
AFTER installing VS.NET.
the IDE seems to include olestd.dll in the references as soon as an
activex
is added on the form.
The 'copy local' is false ! Thats why i could only run my app on a system
that had vs 2003 installed.
I tried it on Widbey beta : here the copy local seems to be true by
default.


I never said you needed office2003, I said YOU have to distribute it with
your application, it's a IA generated when you import a COM object for
interop in your project. If you create a deployment project it will be
included automatically.
Make also sure that the COM dll is also deployed or already available (same
version!) on the target system.
Willy.

Nov 17 '05 #7

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

Similar topics

1
1920
by: Magnus | last post by:
I use IFontDisp and some other stuff from stdole in VB.NET, but sometimes Visual Studio simply refuses to compile, complaining about various stdole errors (for example, it wants me to add a reference to stdole even though I already have a reference to stdole). At this point, restarting Visual Studio can sometimes help, but sometimes not even that helps and than you have to restart the computer. Removing and reinserting the reference to...
5
17638
by: SJ | last post by:
I have a VS2005 solution that has a class library and a website. Website has a project reference to the class library in the solution. Whenever I try to build the solution the following two lines get added in web.config as part of the compilation process. These lines get added right after class library is compiled and just before website starts compiling. Because of this I am unable to publish the website on machines that dont have...
4
2892
by: HarryH | last post by:
I am finding that the linker for a C++ application in VS 2005 is generating a manifest with old version #s for DLLs such as mfc80.dll. How do I make sure that the linker generates a manifest that reflects the correct versions numbers of the DLLs? My application appears not to run on the target XP because of this mismatch. Thanks!
0
1858
by: Patrick Bates | last post by:
We are trying to convert an existing VB6/ASP application to ASP.Net with VB.Net assemblies. For now, the data access is still handled by ADODB. When I deployed to our Windows 2000 test server, everything seemed to work fine, including the references in web.config to assemblies for ADODB and STDOLE. But earlier when I tried to deploy to another test server (this one Windows Server 2003 x64), the web app complained that it could not load...
2
2247
by: samadams_2006 | last post by:
What "imports" command (ie: Imports System.Text ) do I need to add in order to get access to stdole in vb.net ?
8
10300
by: samadams_2006 | last post by:
I'm trying to find the namespace for stdole.dll Is there a tool out there that will help me do this?
0
21517
by: Velupula | last post by:
Error message "Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC" Resolution: I had the same problem with a click once deployment. I solved the problem by going to the 'Publish' tab in the project properties and then selecting the 'Application Files' button. I then selected the options:
1
6236
by: =?Utf-8?B?WWFlbA==?= | last post by:
Hi, I have problem is with return stdole.IPictureDisp in this method if the computer don't have vs.net installed. I created a com add-in for outlook 2003 in vs.net 2003 c#. if I calling stdole.IPictureDisp Pic = MatarotHost.ImageToIPicture(Image.FromStream(imgStreamPic)); And I don't have a vs.net installed in a computer: I don't get errors, but I can't see the button add-in The add-in not arrive to this part of the code
0
1873
by: =?Utf-8?B?WWFlbA==?= | last post by:
I created a com add-in for outlook 2003 in vs.net 2003 c#. My problem is with return type stdole.IPictureDisp. if I calling stdole.IPictureDisp Pic = MatarotHost.ImageToIPicture(Image.FromStream(imgStreamPic)); And I don't have a vs.net installed in a computer: I don't get errors, but I can't see the button add-in The add-in not arrive to this part of the code OnStartupComplete() else - everything running OK!
0
9983
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11577
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10694
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9890
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
8256
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7431
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6118
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6333
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4948
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.