473,699 Members | 2,734 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Framework Versions problem?

Hello,

I have a nice application compiled with the first Visual Studio.net release.

It's a converted VB6 app.

I'm also using this files:
Interop.DxVBLib A.dll
Interop.MSComDl g.dll
AxInterop.MSCom Dlg.dll

(My client is using 1.1 framework, and I'm using 1.0)

Thanks in advance,
Div

It works great on my PC, but when I sent it to my customer the error appears:

************** Exception Text **************

System.NullRefe renceException: Object reference not set to an instance of an object.

at Project1.BinBea t.scrToneVol_Ch ange(Int32 newScrollValue)

at Project1.BinBea t.scrToneVol_Sc roll(Object eventSender, ScrollEventArgs eventArgs)

at System.Windows. Forms.ScrollBar .OnScroll(Scrol lEventArgs se)

at System.Windows. Forms.ScrollBar .WmReflectScrol l(Message& m)

at System.Windows. Forms.ScrollBar .WndProc(Messag e& m)

at System.Windows. Forms.ControlNa tiveWindow.OnMe ssage(Message& m)

at System.Windows. Forms.ControlNa tiveWindow.WndP roc(Message& m)

at System.Windows. Forms.NativeWin dow.Callback(In tPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies ************** mscorlib

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll

----------------------------------------

Project1

Assembly Version: 1.0.2022.5504

Win32 Version: 1.0.2022.5504

CodeBase: file:///C:/temporary%20fil es/core/Project1.exe

----------------------------------------

System.Windows. Forms

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system.windows. forms/1.0.5000.0__b77 a5c561934e089/system.windows. forms.dll

----------------------------------------

System

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77 a5c561934e089/system.dll

----------------------------------------

Interop.DxVBLib A

Assembly Version: 1.0.0.0

Win32 Version: 1.0.0.0

CodeBase: file:///C:/temporary%20fil es/core/Interop.DxVBLib A.DLL

----------------------------------------

Microsoft.Visua lBasic

Assembly Version: 7.0.5000.0

Win32 Version: 7.10.6001.4

CodeBase: file:///c:/windows/assembly/gac/microsoft.visua lbasic/7.0.5000.0__b03 f5f7f11d50a3a/microsoft.visua lbasic.dll

----------------------------------------

System.Drawing

Assembly Version: 1.0.5000.0

Win32 Version: 1.1.4322.2032

CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03 f5f7f11d50a3a/system.drawing. dll

----------------------------------------

Nov 21 '05 #1
1 2439
Hi,

You can have multiple versions of the framework on a
computer. I would install the dot net framework 1.0 on the target computer.

Ken
-------------------
"DivB" <divbyz at g mail.com> wrote in message
news:eJ******** ******@tk2msftn gp13.phx.gbl...
Hello,

I have a nice application compiled with the first Visual Studio.net release.

It's a converted VB6 app.

I'm also using this files:
Interop.DxVBLib A.dll
Interop.MSComDl g.dll
AxInterop.MSCom Dlg.dll

(My client is using 1.1 framework, and I'm using 1.0)

Thanks in advance,
Div

It works great on my PC, but when I sent it to my customer the error
appears:

************** Exception Text **************
System.NullRefe renceException: Object reference not set to an instance of an
object.
at Project1.BinBea t.scrToneVol_Ch ange(Int32 newScrollValue)
at Project1.BinBea t.scrToneVol_Sc roll(Object eventSender, ScrollEventArgs
eventArgs)
at System.Windows. Forms.ScrollBar .OnScroll(Scrol lEventArgs se)
at System.Windows. Forms.ScrollBar .WmReflectScrol l(Message& m)
at System.Windows. Forms.ScrollBar .WndProc(Messag e& m)
at System.Windows. Forms.ControlNa tiveWindow.OnMe ssage(Message& m)
at System.Windows. Forms.ControlNa tiveWindow.WndP roc(Message& m)
at System.Windows. Forms.NativeWin dow.Callback(In tPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)

************** Loaded Assemblies ************** mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
Project1
Assembly Version: 1.0.2022.5504
Win32 Version: 1.0.2022.5504
CodeBase: file:///C:/temporary%20fil es/core/Project1.exe
----------------------------------------
System.Windows. Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.windows. forms/1.0.5000.0__b77 a5c561934e089/system.windows. forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system/1.0.5000.0__b77 a5c561934e089/system.dll
----------------------------------------
Interop.DxVBLib A
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/temporary%20fil es/core/Interop.DxVBLib A.DLL
----------------------------------------
Microsoft.Visua lBasic
Assembly Version: 7.0.5000.0
Win32 Version: 7.10.6001.4
CodeBase:
file:///c:/windows/assembly/gac/microsoft.visua lbasic/7.0.5000.0__b03 f5f7f11d50a3a/microsoft.visua lbasic.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03 f5f7f11d50a3a/system.drawing. dll
----------------------------------------
Nov 21 '05 #2

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

Similar topics

0
1422
by: Michael Lang | last post by:
I want an application I wrote to work with mutiple versions of the .NET framework. I found the following link helpful on the concepts, but not the execution: http://www.3leaf.com/default/articles/ea/SBS.aspx The application settings form they show is not what I see in my Windows Forms application when using VS 2003. I don't see an option anywhere in the application properties form to specify the versions of the framework the...
2
7096
by: fripper | last post by:
I have installed Visual Studio .Net 2003 on top of an earlier version. Now, when I open a new project I get a message that says Visual Studio .NET has detected that the web server is running ASP.NET version 1.0 ... it goes on to say that I can create the project to be compliant with version 1.0 but that the application will not be able to use the newer features of ASP .NET 1.1. Now, having installed VS .Net 2003 I understand that I have...
2
1777
by: Tomas Vera | last post by:
Hello All, I'm running into a problem that I don't know how to solve (properly, at least). Our web servers are running Win2K and have Framework v1.0.3705 running on them. We have a DLL that we use to verify product registration information from our clients.
4
2306
by: Howard Kaikow | last post by:
When I build a setup project, the dependency in the setup project is tied to the version in which it was built. Is there a way to build a setup project that can be used in both versions of the Framework? There is provision to build the app's .exe so that the .exe can be used in either version of the framework, is there not a way to do this for the setup project? I looked at the options, did not find any. Did I miss something? --
3
3064
by: Shadow Lynx | last post by:
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft ..Net Framework Version" and the "ASP.NET Version"? I understand that the ASP.Net version is the version of ASP.Net that the current site is running under and it can be retreived with System.Environment.Version.ToString. What exactly is the Microsoft .NET Framework Version that is displayed? It is...
1
1449
by: jonas | last post by:
I have a problem with different .NET Framework versions in virtual directories. Virtual directory /folder_a, is configured as an application running ..NET Framework 2.0 and contains an ASP.NET 2.0 app. Virtual directory /folder_a/folder_b, is configured as an application running .NET Framework 1.1 and contains an ASP.NET 1.1 app. When i run the webb applikation in /folder_a/folder_b, it tries to use
5
2352
by: bmckenna | last post by:
Hi there, I recently built a relatively simple application in VB.net using VS Studio 2008(the front end is attached to an Access database). Everything seems to run smoothly on my machine and on any other machine that has the .net 3.5 framework installed, but on any machines running .net 2.0 or 1.1 I get an error message stating "Could not load file or assembly 'System.Data.DataSetExtensions, Version=2.0.0.0" I'm using the dataset...
6
1488
by: Oriane | last post by:
Hi there, I deploy my WPF application with Visual Studio 2008 and ClickOnce. My application runs with the ;Net 3.0 framework, but during the installation steps, the .Net 3.5 component is required... Do you know why ? Could VStudio 2008 need this component ? Oriane
17
2603
by: Peter Anthony | last post by:
Can the 3.5 version of .NET Framework (currently Beta 2) be installed on pre-Vista machines? Or is it Vista-only? And, why doesn't .NET Framework come pre-installed with the operating system? I think one of the main reasons people will reject such software is having to install something first. I understand it might need upgrading, but why do Windows machines come without any .NET Framework (or am I wrong about this)? It seems that...
0
8685
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
9032
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...
0
8880
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
7743
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
6532
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
4373
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...
1
3053
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
2342
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2008
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.