473,657 Members | 2,507 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB.net+W2K - File or assembly name stdole, or one of its dependencies, was not found

Hi group, first sorry for my poor english

We have a vb.net app, run whit any problem in our pcs (whit vs.net 2003
installed).

The app have a ocx that draw a binary tree (the only external component,
all the rest is standart).

When our client need the app, we say "only install the framework 1.1"
(only???, poor of us !!!).

Well, the first problem we have when registered the ocx, library not found
message, but, whit the dependencies program whit vs.net i found the gdiplus
dependencies, copy the file whit the ocx, and... magic, i can register.

The problem not finish, i run the app very well, since use the form whit the
ocx... a msg box appear whit "File or assembly name stdole, or one of its
dependencies, was not found" exception.

In other machine i have the same problem, and the only solution was install
the vs.net (all the vs.net), the same message whit the prerequisites and
framework 1.1 previusly installed. Like you imagine, this is not the
solution, "all the pc whit vs.net.... naaaa".

*************** ***
in pcs whit vs.net installed, the app run very well, but in pcs whit the
framework 1.1 installed, we have the message of ref.
why can that is possible?
vs.net install something else that not framework?
*************** ***

So, i have that problem, i cant find a solution in web, not whit the exact
problem i have.

The ocx was write in C++.net and if you need information, work whit a oracle
DB (the form whit the ocx). All the rest of app run very nice, only have
problem whit the 2 forms whit the ocx.

The exception, not give me much information like you see.

Really, i look hours the web to find a light of solution of that.

If you need more information to give me a clue, of course i will.

Thanks in advance
Federico.
Argentina.
Nov 20 '05 #1
0 2102

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

Similar topics

3
1529
by: Daniel | last post by:
how do i access methods when the .net assembly was loaded with late biding? class Class1 { public static void Main() { System.Reflection.Assembly SampleAssembly; SampleAssembly = System.Reflection.Assembly.LoadFrom("C:\\SimpleSolutions\\asmload\\asmtoload \\bin\\Debug\\asmtoload.dll");
0
1120
by: MPadovani | last post by:
Thanks in advance for anyone reading this. I have a body of MFC C++ code that I put a managed C++ wrapper around (using VS 2003) to expose as a .NET assembly (as a set of public classes) for a .NET web application. It mostly worked fine; however, periodically the ASPX pages would return an error trying to instantiate one of the classes in this assembly, which could then only be resolved by restarting the WWW service. Researching the...
2
9881
by: Terry | last post by:
I am finally able to call my .Net object from a VB6 project (see posting 'Calling VB.Net classes from VB6', thanks to the reference Tony gave me to: article:http://msdn.microsoft.com/msdnmag/issues/06/05/WrapItUp/default.aspx The next step was to see if I could still use the assembly in a .Net application. I added another project to the original solution was was able to create a reference to it through the projects tab, no problems so...
1
2347
by: R.A.M. | last post by:
Hello, I am learning SQL Server 2005. I have (correctly) written in .NET assembly DemoSQLServer with aggregate function AvgNoMinMax in class Demo and I have added assembly to database DemoSQLServer. Now I need to create aggregate in SQL Server. I tried this way: CREATE AGGREGATE AvgNoMinMax(@v float) RETURNS float EXTERNAL NAME .. Unfortunately I have error:
5
2627
by: Igor | last post by:
Hi! We built VB6 application to work with Reporting Services server. To connect to reporting server has been created a special assembly with .NET VS2003. While we execute our program on local machine, every thing works. But when we put the whole program on network drive, the VB6 program could not create required object from .NET assembly. Nothing we done were not useful to help to solve the problem. Does anybody have idea?
0
8392
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8305
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
8732
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
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
8605
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
5632
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
4302
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1953
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1611
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.