-
Content Count
33 -
Joined
-
Last visited
-
Days Won
1
John Browne last won the day on March 2 2018
John Browne had the most liked content!
Community Reputation
1 NeutralAbout John Browne

-
Rank
Staff
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
John Browne started following Help me find this OCX,DLL,EXE? *stuck at reference list*, Kernal32.cs-CopyMemory throws exception, Missing .dll Upon Conversion and 4 others
-
Can you post the before and after code (VB6 and C#)?
-
Look in the VBUC references screen to see if that DLL was referenced by your original VB6 project. The VBUC would not create this--it's some kind of private library, not a Microsoft .NET library.
-
Visual Studio is telling you that you have a dependency on a DLL (AMB_Test5Support.dll) that it can't find in the location listed in your project file. Check your development environment and point VS to the correct path for that DLL and you should be ok.
-
Based on your log file, it looks like you might have a corrupted installation of VBUC. It happens--I had the same problem not that long ago. Good news is you can follow the steps here to fix it: https://www.mobilize.net/vbtonet/error-retrieving-the-com-class-factory-for-component-with-clsid-7b11c67c12-105a-4f42-a5c8-cb9070f2855a7d-failed-due-to-the-following-error-80040154
-
Even if you don't have a license for the VBUC you can still use it to analyze your VB6 application. This analysis will provide you with some information about your project(s) like number of lines of code (LOC), design lines, components, and more. Launch the VBUC and point to a folder containing a *.vbp file (valid VB6 project). Then go to the Tools menu and click Assessment: Click run, and the assessment will process all the files it finds. If you get an "unresolved references" warning, you can click the "Resolve References" button on the left and resolve those references (righ
-
As Olman said above, not all properties, methods, or events from ActiveX components are guaranteed to be supported by newer, equivalent classes in .NET
-
How do you get a license for the VBUC trial? This question comes up frequently. When you sign up for a trial, our bot will automatically send you a "welcome" email with a .lic file attached. You can save that file somewhere and browse to it from the licensing screen inside the VBUC. The license will let you TEST the VBUC on a VB6 project up to 10,000 lines of code. But sometimes the email gets blocked, or sent to a spam folder, because it has an attachment. You don't actually need the email at all. You can download the license directly from inside the VBUC licensing screen. Th
-
It looks like the problem might be related to the existing installation of VS2010. The installer looks for a file called VSIXInstaller.exe which is also on your VS2010 instance; but the SL Bridge doesn't support 2010 so there's a built in conflict. Suggestion is to rename C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\VSIXInstaller.exe to vsixinstaller.bak, then re-run the SL Bridge setup program. After it's completed, you can rename the VS2010 file back to .exe. Note: we're not sure this will work, but it's easier than uninstalling VS2010.
-
Sorry for the delay, this is a bit puzzling. We think it might be related to the version(s) of Visual Studio installed on the dev machine. Can you check and tell us please which versions of Visual Studio are installed?
-
Help me find this OCX,DLL,EXE? *stuck at reference list*
John Browne replied to wangw's topic in VBUC
Hi @wangw, you inspired me to write a blog post about this problem and how to fix it. You can read it here: https://www.mobilize.net/blog/vb6-to-.net-missing-a-reference -
John Browne started following WebMap
-
Hi Zimo85, Can you provide a little more information? Did you have the Silverlight Bridge previously installed? If so, did you uninstall it before running this setup using the Control Panel or did you uninstall it from inside Visual Studio?
-
John Browne started following Unable to install
-
Hello Jack, Are you sure this is a conforming and complete Windows Phone Silverlight project (version 8.0 or 8.1)? If so, and you don't see the migration option, try uninstalling the extension and reinstalling it as an admin.
-
Yes, VBUC fully supports Windows 10 and all prior versions back to XP.