473,388 Members | 1,277 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,388 software developers and data experts.

vb.net Setup Issue New to VB

Hello I have a vb.net windows application that I need to make
re-Distributable, I can run it on my development machine fine, I can also
run it on my old development machine fine, When I try to run it on any other
machine I get an error .... An exception
'System.Runtime.InteropServices.COMException' has occurred. (Debug [Yes /
No])

When I answer yes to debug I get:
An Unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in
system,.windows.forms.dll Class not found
When I use setup a message pops up that says....
The following files may have dependencies that cannot be
determined automatically, Please confirm that all dependencies have been
added to the project.
C:\Windows\System32\imagxpr7.dll
C:\Windows\System32\printpro3.dll

These are in the dependencies list, When I check on the Dependencies of
these 2 dll's the following is listed
Microsoft.VisualC.dll Ver. 7.0.3300.0
mscorlib.dll Ver. 1.0.3300.0
System.dll "
System.Drawing.dll "
System.Windows.Forms.dll "

However I add these but the versions seem to be newer Insead of
#.#.3300.# I have #.#.50000.#.
Please help, None of this makes sense to me......

Nov 20 '05 #1
2 2394
On Fri, 23 Jul 2004 09:21:21 -0500, Keith Kowalski wrote:
When I answer yes to debug I get:
An Unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in
system,.windows.forms.dll Class not found

Please help, None of this makes sense to me......


Just a quick "off the top of my head" thought:

Since you're using COM, have you registered any COM components on the
target machine? Since the error is "Class not found", it sounds like a
..dll needs to be registered.

--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
Nov 20 '05 #2
You were right, I needed to add 3 dlls ,
Thank yuo for the reply.

Keith K. kowalski
"Chris Dunaway" <"dunawayc[[at]_lunchmeat_sbcglobal[dot]]net"> wrote in
message news:1q******************************@40tude.net.. .
On Fri, 23 Jul 2004 09:21:21 -0500, Keith Kowalski wrote:
When I answer yes to debug I get:
An Unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in
system,.windows.forms.dll Class not found

Please help, None of this makes sense to me......


Just a quick "off the top of my head" thought:

Since you're using COM, have you registered any COM components on the
target machine? Since the error is "Class not found", it sounds like a
.dll needs to be registered.

--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.

Nov 20 '05 #3

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

Similar topics

3
by: Ron Ruble | last post by:
Does the VSNET Architect install (MSDN Universal) create a log file, and if so, where? I have an unusually heavily secured IE configuration, and FireFox set up as my default web browser. When...
9
by: vj | last post by:
When I run the setup.py script , it throws an error Traceback (most recent call last): File "C:\vijay\db2\utils\PyDB2-1.1.0-2.tar\PyDB2-1.1.0\setup.py", line 57, in -toplevel- libraries=, File...
2
by: Ofer Lavi | last post by:
Hi, I am trying to build an activeX that, if missing, will be downloaded and setup automatically on the client's browser (internet explorer). Using VB6, it was easy, using the <Object> tag,...
2
by: A.Carter | last post by:
I am developing a windows application with Visual Studio 2003 using C#. The application is complete so naturally I went to create a setup package. I added a setup project to the solution and I went...
2
by: ray well | last post by:
i get a msterious error msg which i haven't been able to duplicate on my development machine, and doesn't happen on every client machine, and not even consistantly on any particular client...
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
0
by: =?Utf-8?B?QXJuZSBCZXJ1bGRzZW4=?= | last post by:
I have a vb.net 2005 app and I used the setup wiz to develop the Setup app. The application downloads fine....with one minor issue. If the user needs to download Net 2.0 they can readily see what...
6
by: Srini | last post by:
Hi, I am facing a problem in localizing the setup file and .NET framework redistributable. I am trying to deploy c# winform application. I have created a setup project. I need to...
1
by: maflatoun | last post by:
Hi all, I've been doing ASP.NET C# for 4 years now and that's around the same # of years I've been away from PHP. But now I'm looking at this PHP position that looks really interesting to me....
0
by: tcomer | last post by:
I'm creating a setup and deployment application that will ultimately install some prerequisites, a windows application, and then transfer a file to a handheld device. The setup process works fine...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.