Disabling your Web Add-in if you have an Equivalent COM/VSTO Add-in doesn't work? - outlook-addin

Like described in the feb 2021 community call I want to disable by web-addin by setting an equivalent com add-in. I update to the latest beta version (build 2103) and set all the registry key values, but does not seem to work.... What is the best way to check what is wrong? Can we debug? Any tips/examples of people that got this working?
PATH: HKCU\SOFTWARE\Policies\Microsoft\Office\16.0\Outlook\addins\equivalentcomaddin
KEY (string/REG_SZ): {OfficeJS GUID}
VALUE: Prog.ID
Any help would be greatly appreciated.
Regards,
Rick

Hey Rick to summarize the answer here:
Make sure you are on the latest Beta release.
if you are using the registry directly make sure to NOT use the curly braces for the GUID.
OR use the policy editor as described in https://github.com/OfficeDev/office-js/issues/1686

Related

What can I do whan Visual Studio is not finding referenced package?

I am facing this problem whe developing bots:
I am beginner and not so sure about the references section. I assume it has to basically be the same as the installed nuget-packages list, so I checked but didn't see any divergences between those two lists.
Or does this message mean somethoing entirely different?
I can't speak german fluently, so I will explain the menuing in english : go to Project -> Add Reference and try to find packages you instalated with nugget (sometimes references arent added automaticaly), and check also for package version compatibility (some problems can be resolved by changing the framework version as well)

What reference do I need to make NonAdminHttp.EnsureCanListenToWhenInNonAdminContext() work?

The documentation says to use this call if you want to view the Management Studio with the embedded version, yet every tutorial seems to leave out how to make it work. I am already referencing Raven.Client.Embedded, but it does not recognize NonAdminHttp.EnsureCanListenToWhenInNonAdminContext()
Any help is much appreciated.
It is in Raven.Database.dll, you need to reference that.

Cannot find the type library for this reference

I'm having troubles registering windows script file. When I'm trying to do so it says "Cannot find the type library for this reference Some.Reference"
Basically, behaviour is very similar to one described in this question Windows Scripting can't find reference but I can't figure out what to use instead of c:\path\to\control.dll.
In my case Some.Reference is Msxml2.FreeThreadedDOMDocument.4.0. so what should I actually do? I tried to use different kinds of msxml.dll, but it didn't seem to help.
Or maybe there are other ways to solve this issue?
One more detail: I managed to register this script on Windows7 but I get described error in Windows Server 2008 sp 2
Hans, thanks for your comment, because what I did is I used this tool
http://www.nirsoft.net/utils/registered_dll_view.html to view registered dlls and I found that the only abailable object I had is Msxml2.FreeThreadedDOMDocument.6.0 so I just changed my script to use this version, and as I can see from your comment it was not the worst decision

Type 'Microsoft.VisualBasic.CompilerServices.DesignerGenerated' is not defined

When ever I start a blank WPF project in Visual Basic 2010 (SP1) I get the following error:
Type
'Microsoft.VisualBasic.CompilerServices.DesignerGenerated'
is not defined.
The error comes from the auto-generated code in MainWindow.g.i.vb - when I try to add a reference to Microsoft.VisualBasic, it says I can't because it will be added at runtime.
I search of the MSDN forums found nothing, a workaround on MS Connect was to install SP1 (which I have done).
Anyone else have this prob or know how to fix it?
I have got the same Problem and fix it with this:
(I have the German-Version of VS, so i do not know the correct description of the buttons.)
Advanced Compile->Change your framework and say OK. After this change is back. Then go to clean your project(find under build) and rebuild it new.
If VS when it breaks down later, you have the problem-again. The Downloads have only change my memory-space.
I had this problem and found it was due to adding a namespace of Microsoft.MapPoint (in fact any namespace starting "Microsoft" caused it). This was a class from a Microsoft article: http://msdn.microsoft.com/en-us/library/bb259689.aspx
Renaming the namespace to something without Microsoft in it fixed the problem.
Try to install the file from Microsoft
VBWP7SetupENU.msi
See the instructions and the required files in:
http://msdn.microsoft.com/en-us/library/ff402530(v=vs.92).aspx#BKMK_Installing
Good luck

Where can I download Xulrunner 1.9.2.10 for Debian?

It need to be 1.9.2.10 or older.
Any help?
You may need to go back to the Karmic packages (for v. 1.8.1.16 of xulrunner), which you can find here:
http://packages.ubuntu.com/karmic/devel/xulrunner
You may have trouble working around it's myriad dependencies, however.
Las time I check synaptic I have 1.9.2.12 Installed (I use Lucid).
Alternatively, you can build from source. this page may help you. But if you strictly need 1.9.2.10, I don't know where to find it (1.9.2.12 is the latest source release listed on download page)