Could not load file or assembly 'stdole, Version=7.0.3300.0'
-
Tuesday, March 13, 2007 3:39 PM
Could not load file or assembly 'stdole, Version=7.0.3300.0'
After installing program written in vb.net 2005 and using stdole.stdpicture in the code I receive the above error on client computers. stdole.tlb is on the client computer.
Answers
-
Friday, March 23, 2007 2:53 AM
ScottBaker,
1. Please add the atdole.dll reference in your application, then publish again.
2. Since you develop the application on .NET Framework 2.0, however, the version of stdole is 7.0.3300.0 that seems that it is compiled on .NET Framework 1.1. You need to recompile the component on version .NET 2.0 with the upgrade wizard, you will make the stdole component works well on .NET Framework 2.0. Then just add reference for the component and publish again.
-
Thursday, March 29, 2007 7:52 AM
ScottBaker,
The upgrade wizard is used in Visual Studio 2005 when you open the application compiled in .NET Framework 1.1. Please use the make sure the component can work normally on .NET Framework 2.0. Just recompile the DLL in VS 2005 of Express Edition, the upgrade will help you to compile.
All Replies
-
Tuesday, March 13, 2007 3:45 PM
-
Sunday, March 18, 2007 6:49 PM
Did not seem to help at all. same issue.
-
Friday, March 23, 2007 2:53 AM
ScottBaker,
1. Please add the atdole.dll reference in your application, then publish again.
2. Since you develop the application on .NET Framework 2.0, however, the version of stdole is 7.0.3300.0 that seems that it is compiled on .NET Framework 1.1. You need to recompile the component on version .NET 2.0 with the upgrade wizard, you will make the stdole component works well on .NET Framework 2.0. Then just add reference for the component and publish again.
-
Sunday, March 25, 2007 4:21 PMNot quite sure what you mean about the upgrade wizard. I need to recompile stdole.dll component?
-
Thursday, March 29, 2007 6:23 AMstdole, version=7.0.3300.0
-
Thursday, March 29, 2007 7:52 AM
ScottBaker,
The upgrade wizard is used in Visual Studio 2005 when you open the application compiled in .NET Framework 1.1. Please use the make sure the component can work normally on .NET Framework 2.0. Just recompile the DLL in VS 2005 of Express Edition, the upgrade will help you to compile.
-
Monday, April 30, 2007 10:56 PMunable to install or run application. app requires assembly stdole 7.0.3300.0 be installed in GAC first. When trying to install Microsoft Business and Technology Assessment Toolkit
-
Friday, January 11, 2008 10:53 AMi just put the stdole.dll in projectdir.
and that worked for me.

