473,804 Members | 3,068 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Distributing Word dlls (COM,CLSID not valid/registered)

Hi,

We have developed a web application, which uses Interop.Word.dl l
to read from word documents and write to word documents. Problem
is that our client is persisting that we develop the solution in
such a way that the app can be deployed in a machine where Office
is not installed!

I read that Word dlls are not redistributable s. We tried to create
a Setup (Installer), include the dll dependencies Interop.Word.dl l,
Interop.VBIDE.d ll, Office.dll et. al., set the 'Register' flag to
vsdraCOM and deploy it is a machine. But when the app gets executed,
we get the error- COM object with CLSID {xxxx} is either not valid
or not registered.

It would be helpful if someone can:
- Provide a sugestion/solution to the problem
- Say/Comfirm that this is not possible! (Using Word dlls in a
machine which doesn't have Office installed)

Thanks a lot for your time,
Anand
--
Nov 17 '05 #1
2 2956
Ummm...redistri buting the dll's is a direct violation of the EULA.

"anand" <an*******@redi ffmail.com> wrote in message
news:f7******** *************** ***@posting.goo gle.com...
Hi,

We have developed a web application, which uses Interop.Word.dl l
to read from word documents and write to word documents. Problem
is that our client is persisting that we develop the solution in
such a way that the app can be deployed in a machine where Office
is not installed!

I read that Word dlls are not redistributable s. We tried to create
a Setup (Installer), include the dll dependencies Interop.Word.dl l,
Interop.VBIDE.d ll, Office.dll et. al., set the 'Register' flag to
vsdraCOM and deploy it is a machine. But when the app gets executed,
we get the error- COM object with CLSID {xxxx} is either not valid
or not registered.

It would be helpful if someone can:
- Provide a sugestion/solution to the problem
- Say/Comfirm that this is not possible! (Using Word dlls in a
machine which doesn't have Office installed)

Thanks a lot for your time,
Anand
--

Nov 17 '05 #2
i'm sure it's not possible.
using Interop.Word.dl l is nothing else then 'using' Word by a (.NET)program.
so word has to be installed.
i suppose it's the license-policy of MS that you can't edit Word-Documents
without havig Word.

Christof

"anand" <an*******@redi ffmail.com> schrieb im Newsbeitrag
news:f7******** *************** ***@posting.goo gle.com...
Hi,

We have developed a web application, which uses Interop.Word.dl l
to read from word documents and write to word documents. Problem
is that our client is persisting that we develop the solution in
such a way that the app can be deployed in a machine where Office
is not installed!

I read that Word dlls are not redistributable s. We tried to create
a Setup (Installer), include the dll dependencies Interop.Word.dl l,
Interop.VBIDE.d ll, Office.dll et. al., set the 'Register' flag to
vsdraCOM and deploy it is a machine. But when the app gets executed,
we get the error- COM object with CLSID {xxxx} is either not valid
or not registered.

It would be helpful if someone can:
- Provide a sugestion/solution to the problem
- Say/Comfirm that this is not possible! (Using Word dlls in a
machine which doesn't have Office installed)

Thanks a lot for your time,
Anand
--

Nov 17 '05 #3

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

Similar topics

4
5373
by: Ahmed | last post by:
i have tried running the csharpsite in my Microsoft Visual C#.net and after i hit the run button i keep getting the same error which is : Server Error in '/csharpsite' Application COM object with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not valid or not registered. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error...
1
12089
by: mickeydisn | last post by:
Sub: C++ Word automation Extract text hello. I want extact text form a word document using a visual c++ programme. I have see a lot of documentation. and my analysis is that I must use a "word automation". I have foud a lot of exemple to use it but I need your precious help to
1
4095
by: Cristina Malavasi | last post by:
Hi a have a COM dll made in C++ (I don't have the source code) I used tlbimp to create a managed .NET assembly dll... I reference this dll and import it with "using myDll" then I make an object (myDll.myDllClass dll=new myDllClass() and then I can see the methods implemented on the dll... until here everything is fine... I even see the object on the object browser... but when I run my project it gives the next error where I create the...
1
2074
by: Jen | last post by:
Hi, I'm having an issue calling a dll from an ASP.NET page. The code that tries to instantiate a COM dll (class) is in a Class Library. I can call the code successfully from a windows application in the same solution but if I try to call the code from the web application I get the error: COM object with CLSID {E0BCDB1B-6B9B-4FD0-A61C-1AB848DB0720} is either not valid or not registered.
6
917
by: JROCamaro | last post by:
I have compiled code that populates data from sql database into an excel document on the client. When moving code to the web server and running it, I get an error COM object with CLSID {00024500-0000-0000-C000-000000000046} is either not valid or not registered. Excel is not installed on the web server. Is there any way to get around doing that? I have moved Interop.Excel.dll to the web server, but I guess since it's not truly registered and...
2
1500
by: Thomas Andersson | last post by:
Hi, I am trying to use a ActiveX Com component in a aspx web page. First I have made a reference to the .dll. I have also used aspCompat="true" in the page. Then I use the code below... Dim ObjDir As Mydll.Directory Dim ComFile As Mydll.File
0
20478
by: nycers_developer | last post by:
Error number 429 - COM object with CLSID {000209F0-0000-0000-C000-000000000046} is either not valid or not registered. Intermittent occurance of this error. Using Word.Global to run word macro in vb .net application. CODE: Friend WordGlobal_definst As Object
2
9927
by: Marty | last post by:
Hi, My question may not belong to the right newsgroup but I don't find any specific for that query... Is there a way to list all registered DLLs in current windows 2000 installation. My VB application is using a DLL and I don't want another appl. to use the same DLL.
13
15764
by: brianbasquille | last post by:
Hello all, Am trying to modify / update the existing open-source OpenHTPC. I've renamed most of the namespaces and some forms (as well as added my own with modifications) and everything works except for playing of a video file. I get the message:
0
10564
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...
1
10308
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10073
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...
1
7609
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
6846
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
5645
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4288
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
2
3806
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2981
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.