Universe Design tool stopped working error in Business objects 4.1 SP5 - business-objects

Recently I installed Business Objects BI 4.1 client tools and Live Office SP5. Previously I had Business Objects XI 3.1 (before installing BI 4.1, I completely uninstalled XI 3.1).
Now when I try to launch the Universe Design Tool I am getting an error stating universe design tool has stopped working. It would be a great help if anyone suggest solution.

Related

EF Core Power Tools - Missing "Create EF Core DB Context..." Menu

We are using EF Core Power Tools, v2.5.1145 on VS 2022 Community Edition.
We have a Visual Studio Database project. In the screen shot below, the author of EF Core Power Tools, Erik Ejlskov Jensen, indicates you can right-click on the Database Project and you should see a menu, "Create EF Core DbContext...".
Unfortunately, I do not see that menu option. I am sure EF Core Power Tools is installed, at least it is in other VS solutions, but in the solution containing the Database project, it appears the extension is not running or perhaps is not working.

IBM System i Access causes web application not to load

I have an web application that was developed in Visual Studio 13 using Visual Basic. When I switched it over to a virtual server to run, it was ran fine until I installed IBM System i Access. It was needed to connect to a db2 database. After its installation, removing it causes the application to stop working. It tries to load, but never does. After uninstalling it, the program worked fine, but I need it for the application. Do you have any idea of what may fix it?
Things to note:
MySQL is installed on the same virtual server as well, but uninstalling MySQL components didn't cause it to work.
Its ran using .NET 4.0
I figured out that the problem was due to the .NET Framework I was running. My application uses .NET 4.0. This was an issue because the version(6.1) of IBM System i Access for Windows only works with .NET 2.0. Hopes this helps someone eventually.

There was a mismatch between the processor architecture

I am currently building a Windows store application using visual studio 2012 in 4.5.1 framework
I have added the reference PresentationCore.dll for the 'bitmapImage' and i am confronted by an error saying 'There has been a mismatch between the processor architecture of the project being build MSIL & processor architecure of presentationCore'
I have tried the method concerning the use of the configuration manager and still seems to not work, would anybody be able to give me any in sight?
PresentationCore.dll is from the Windows Presentation Foundation. You cannot add a WPF DLL to a Windows Store app as you will be mixing between .NETFramework (desktop) and .NETCore (WinRT).

Installing DotNetNuke 7 with MySQL and in .Net 3.0 environment?

I just registered a hosting service from www.amhosting.com and they said that the Server support MySQL and .Net 3.0 only while the site I am installing is DNN 7 which is running with MSSQL and .Net 4.0.
So what is the solution for this case?
Could I run DNN 7 in .net 3.0 environment?
or should I downgrade the DNN to lower version that is able to run in .net 3.0?
How to configure the DNN site to run with MySQL?
Thanks a lot.
Cheers,
Timmy
I think you should change your hosting solution.
From what I know DNN7 only works with .NET 4.0 / 4.5
MySql - god forbid, you're in a world of pain. I have heard about attempts to make the DNN Core compatible with MySql... but it's only the Core, and any such projects would be outdated in a matter of months, as DNN does release quite often.
Talking about third party modules, which sooner or later you'll be bound to download from codeplex or buy from Dnn store - forget about. no dnn developer out there provides scripts for mysql.
Good luck!
As Greg states, you won't have an easy time getting DNN working in 2.0 (there was no 3.0, but 3.5 exists) with MYSQL, and you will be limited based on the "provider" for MYSQL.
Go with another hosting company that does Windows Hosting with MSSQL options, there are plenty of them out there for low cost, you'll save a lot more money changing hosting, than you will trying to get mysql working with DNN, and you won't have any upgrade options available to you.

Group .net project: 1 Developer on PC with VS 2005 and 1 Developer on Mac with MonoDeveloper

I'm new to .net but a mac user. I need to team with a friend on a new project. He's currently on a pc using VS 2005. And I'd rather try Mono as oppose to running xp or vista in a VM and install VS there.
If I use Mono Developer. will we be able to share files in the same project? Is the current version of Mono Developer the equivalent of VS 2005 or 2008?
Please advise on the best way for me to do this.
Thanks in Advance
Kevykev
Current MonoDevelop can read and write both VS2005 and VS2008 project files, and do not automatically convert them. There is no problem with sharing solutions between VS and MD.
I am working on such project, where I'm using MD under Linux and other developer is using VS on Windows. There are no problems with it. I prefer this solution then running VS in virtual system, because of the native feel of the application and no barriers between virtual system and my native desktop.
Depending on the nature of your project that could work, but honestly, if you are working on a shared project, having both developers working on the same platform is most likely going to give you the best overall end solution.