Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
51 views

I am working on creating a very small demo outlook add in through office add-ins, that can work on Web, Desktop and a mobile phone. This is my manifest.xml file: <?xml version="1.0" ...
Talha Zubair Asim's user avatar
0 votes
0 answers
58 views

We have a published Outlook Add-In that has been in the Microsoft Store for quite a few years. We now noticed that, when switching to the New Outlook, that our primary button that appears in the ...
Wim Immelman's user avatar
0 votes
0 answers
41 views

All MFEs are deployed using a single shared GitHub Actions workflow. This workflow handles deployment for any MFE that has been updated and updates a shared manifest file that lists all deployed MFE ...
Gregster's user avatar
0 votes
0 answers
25 views

This is a part of a SCORM 2004 4th Edition imsmanifest. I can hide First Attempt item based on prior objective (preexam_lesson) status not being known (not launched). How do I get First Attempt to be ...
Energetic Pixels's user avatar
-1 votes
2 answers
73 views

I have been trying to contribute to a project that is owned by someone else, and hosted on a remote github repository. The project is written in Julia and I am using VScode as the editor. However, I ...
Reader Manifold's user avatar
0 votes
1 answer
86 views

We have a test software based on chromedriver. The test is a site check from one computer, but under different proxies. The proxy is connected via a JavaScript script. About a month ago, I had to edit ...
Yuri's user avatar
  • 1
0 votes
2 answers
223 views

I am trying to supply a username to a third party application that will occasionally be different than the users SAM. I've got it working on the ID token by defining it in OIDC-based sign-on. The ...
user2046611's user avatar
0 votes
0 answers
58 views

When the manifest file is created it is not adding the correct entry point. It is naming it Launcher.exe instead of the project name <entryPoint> <assemblyIdentity name="Launcher&...
user173092's user avatar
0 votes
1 answer
65 views

My app is getting rejected by the goggle play store. They say I am not compliant because of the use of QUERY_ALL_PACKAGES. That permission is not in my manifest. I do not need it in my manifest. I do ...
MunterMan's user avatar
  • 163
0 votes
0 answers
31 views

I am very new to any form of coding, and I am trying to generate a manifest file so that I can deploy a button to our organization to add a button to their ribbon in Outlook. The function is simple, I ...
user30213945's user avatar
1 vote
1 answer
63 views

I got a very common Error during coding my new App: Manifest merger failed : Attribute property#android.adservices.AD_SERVICES_CONFIG@resource value=(@xml/ga_ad_services_config) from [com.google....
René's user avatar
  • 13
0 votes
0 answers
50 views

Decided to go with Chrome default browser promotion rather than implementing my own one https://web.dev/articles/promote-install#browser-promotion implemented all the requirements described here: ...
Silencer's user avatar
  • 1,618
0 votes
1 answer
44 views

Consider the scenario: A module manifest's ScriptsToProcess key refers to an intitialization script -- which is designed to throw an exception if pre-requisites aren't satisfied (providing an ...
Paul π's user avatar
  • 585
0 votes
0 answers
63 views

I have two versions of an .exe, one x86 and one x64, both have the manifest set to run as administrator: <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <...
user3161924's user avatar
  • 2,567
1 vote
1 answer
113 views

I have a C# (WPF) application that pairs with and gets data from a device using Bluetooth Low Energy, using the namespaces in UWP. I've been having intermittent problems (especially with the ...
komodosp's user avatar
  • 3,704
1 vote
0 answers
72 views

I need to create a very simple Office Add-in to perform Data Transformation to and from CSV file. I am making a "Dialogue Tool" for my designer working on Unreal Engine Data Tables. I want ...
Deewens's user avatar
  • 127
2 votes
0 answers
722 views

This seems to be a new requirement by Apple as of February 12th, 2025. Common third-party SDKs listed here now need their own privacy manifests that are signed by 'the same developer'. I have been ...
stack_overflow_user_9000's user avatar
2 votes
1 answer
5k views

I'm receiving the following error during TestFlight submission for my iOS app: ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/Alamofire.framework/Alamofire”, which includes ...
Zeeshan Fareed's user avatar
0 votes
1 answer
68 views

I have an MS. Office Excel add-in and I use it via sideloading of the manifest.xml file. it works and everything is good, until recently I've noticed that there are some issues when users try to ...
yossico's user avatar
  • 3,531
0 votes
0 answers
29 views

In a new directory, execute the following command to generate a default webapp: mvn archetype:generate -DgroupId=com.xyz -DartifactId=wheres-my-manifest-file -DarchetypeArtifactId=maven-archetype-...
TStevens's user avatar
0 votes
1 answer
111 views

In response to a question I asked a few days ago, I was advised that I needed to setup a Manifest to use cuebanners in the CueBannerDemo program I created for testing. So, after reading about &...
Larry Alongi's user avatar
0 votes
0 answers
40 views

The problem is that chrome always displays a very very big icon at center of screen i want more smaller icon... I only left a small image, but while the quality decreased, the icon size on the splash ...
이준규's user avatar
1 vote
0 answers
53 views

I need to make some changes directly to the executable responsible for launching my RCP application. In this case, I'm modifying the manifest using the "mt.exe" tool from the Windows SDK. As ...
Jose Renato's user avatar
0 votes
1 answer
72 views

We are trying to update the image: field in Kubernetes YAML manifests by dynamically appending an IP address (10.20.30.40/) to the image URL, except in certain cases. Specifically, we have three ...
Aditi Sharma's user avatar
0 votes
0 answers
143 views

I've got some code in a module named "Electricity-aWattar". Injection and instantiation is controlled by Spring 3.4.0. The artifact has got several main methods and one of this classes shall ...
Ulrich's user avatar
  • 723
0 votes
1 answer
388 views

I have completed the development of a web application, everything works as intended when launched in localhost ( manifest and service worker included). I am in the process of deploying the application ...
riccardo barone's user avatar
0 votes
0 answers
353 views

I'm trying to upgrade to Manifest version 3 a cross-browser extension that uses webextension-polyfill and Typecript. I'm stuck on trying to do something similar to https://developer.chrome.com/docs/...
Daniel's user avatar
  • 1,852
3 votes
3 answers
2k views

App Store Connect Hello, We noticed one or more issues with a recent submission for App Store review for the following app: Qizlar Akademiyasi Version 1.4.4 Build 13 Please correct the following ...
Hojiakbar's user avatar
1 vote
1 answer
116 views

I've setup an Outlook Add-in using an XML manifest file. I've got some buttons appearing in a menu drop down on the UI. When I click the buttons it says my request is being worked on and does nothing (...
Termite_nest's user avatar
0 votes
0 answers
343 views

So I have an Outlook Add-in that displays a little drop down menu - it only appears on certain tabs and I have to click Apps on a Add-in group, then my add-in to get things happening (too many clicks ...
Termite_nest's user avatar
1 vote
1 answer
105 views

When importing a module fails, it will still load the RequiredModules defined in the .psd1 manifest. Consider the following module files: MyModule.psd1 @{ RootModule = 'MyModule.psm1' ...
Paul π's user avatar
  • 585
0 votes
1 answer
79 views

The Update-ModuleManifest lets you programmatically update settings, but how do I programmatically reset a setting as RequiredModules back to its original setting ("no required modules"): # ...
iRon's user avatar
  • 24.4k
0 votes
1 answer
360 views

I have the following register initialized in onCreate method of an AppCompatActivity class: ActivityResultLauncher<String> requestPermissionLauncher = registerForActivityResult(...
mizel hozal's user avatar
5 votes
1 answer
2k views

I've been working on a Chrome extension using Vite and React, and everything was working fine until recently. I haven't made any changes, but now I’m getting a Content Security Policy (CSP) error ...
Guillermo Bascuñana's user avatar
0 votes
0 answers
144 views

I'm developing a process monitoring program that identifies processes requiring elevation. My current approach involves: GUI Thread to handle the user interface. Monitoring Thread utilises Event ...
Eviatar's user avatar
  • 363
-1 votes
2 answers
190 views

I'm building a Chrome extension that needs to fetch data from Wiktionary. Due to CORS restrictions, I can't directly make requests from the Chrome extension to Wiktionary. Therefore, I want to use a ...
M X's user avatar
  • 9
1 vote
1 answer
48 views

Here is the main react app. In the navbar component I tried to change the background color from the main react app by props. But it's not changing the color. import './App.css'; import About from './...
Abdullah Al Fahim's user avatar
1 vote
0 answers
31 views

I have developed an Outlook web add-in using TypeScript, managed by Webpack. While the add-in functionality works as expected, I am facing an issue with a loading indicator that never disappears, even ...
salaheddine alshawwa's user avatar
0 votes
0 answers
119 views

I may be completely misunderstanding this as I am new to the generation of a Software Bill of Materials (SBOM). But I am presently using Microsoft's SBOM tool, and while it handles 99% of all related ...
Xorcist's user avatar
  • 3,381
0 votes
1 answer
41 views

I've created a unit test (MS Unit Test), which uses COM Dlls for specific operations. If these COM Dlls are registered (via Regsvr32.exe) everything works fine. But if I try to run my test using these ...
Peter Jaghorn's user avatar
0 votes
1 answer
139 views

I'm trying to create an Alexa for apps custom skill to allow voice control of my Android app. The app's deep links are verified and working and the skill itself is partially implemented in the Alexa ...
Mark Peters's user avatar
3 votes
2 answers
1k views

I have a web page that I would like to display on mobile (potentially also desktop) in fullscreen or standalone without any browser controls - like address bar and back/refresh/etc buttons. What is ...
Adrian Silvescu's user avatar
1 vote
2 answers
441 views

The manifest contains mappings of module IDs to their associated chunks and asset files. I did't find context.modules for vite react ssr. The @vitejs/plugin-vue supports it for vue. What about the @...
Taiyi's user avatar
  • 23
0 votes
0 answers
32 views

I have become a fan of single-file web applications. Now I try to make it installable via an embedded manifest. Ideally I would like to have the manifest directly editable (i.e. not base 64 - when ...
Stefan Hegny's user avatar
  • 2,187
0 votes
0 answers
13 views

I created a bundle that contains a collection of about 20,000 documents. I correctly created my bundle, and now I need the device running the app to download the bundle for the first time and save it ...
Italiana Computer's user avatar
1 vote
1 answer
130 views

The log output generated by the compiler 'FpsKing.exe' (Win32): Loaded 'C:\Users\user\source\repos\FirstPersonShooter\x64\Debug\FpsKing.exe'. Symbols loaded. 'FpsKing.exe' (Win32): Loaded 'C:\Windows\...
Log-e's user avatar
  • 21
0 votes
1 answer
359 views

For my app to function properly and display running processes, it requires elevated permissions. I embed the manifest file for this purpose using the mt.exe tool. If I make changes to the code and ...
machine_1's user avatar
  • 4,464
0 votes
1 answer
40 views

I am attempting to compile an instrumentation manifest in order to build a manifest-based Windows Event Log provider. I expect the compiled manifest.h file to include a ProviderGuid symbol, as the ...
Shane Bishop's user avatar
  • 5,092
0 votes
1 answer
164 views

CycloneDX SBOM shows 'json5' as a component discovered by manifest-analysis using the file package-lock.json. How can I determine the file where this is actually referred to? I want to map 'json5' to ...
NSP's user avatar
  • 1,261
0 votes
1 answer
528 views

In my manifest I have a red line under the activites name that says MainActivity must extend android.app.Activity but I can run the application normally on my physical mobile but when I try to Intent ...
I don't think so's user avatar

1
2 3 4 5
78