Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
47 views

Error message: Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). Other solutions tell one to modify the markup syntax in various ways, but I've ...
FloverOwe's user avatar
  • 373
0 votes
0 answers
16 views

I want to develop a toolkit that integrates image denoising algorithms, allowing users to select different algorithms to denoise images by themselves. Here are my questions: However, different ...
user28987272's user avatar
2 votes
2 answers
115 views

I am wondering if it is expected that if I call numpy.sum on a PyTorch tensor I get an error. As an aside, it does work on Pandas DataFrames. data = [[1.1, 2.2], [1.1, 2.2], [1.1, 2.2]] a = np.array(...
Pollo's user avatar
  • 299
0 votes
0 answers
60 views

I'm experiencing issues converting .doc files to PDF using EvoPdf.WordToPdf.NetCore (11.0.0) in a .NET 8.0 console application. The conversion works successfully for .docx files, but results in an ...
Alpana Sinha's user avatar
1 vote
1 answer
368 views

I know that Boost libraries are designed for C++, however, I recently stumbled upon boost.predef which is only dependent on C processor, has no C++ specific code and thus works perfectly fine in C ...
sleeptightAnsiC's user avatar
0 votes
1 answer
865 views

Logs: The supplied phased action failed with an exception. A problem occurred configuring project ':app'. Build file 'C:\Users\Sage\AI\app\build.gradle.kts' line: 1 Plugin [id: 'com.android....
True Sage's user avatar
1 vote
1 answer
832 views

On the Gradle Compatibility Matrix for Java Runtime, there is only one single Java version associated with a given Gradle Wrapper version (I'm assuming "Grade Version" can mean "Gradle ...
Nerdy Bunz's user avatar
  • 7,743
1 vote
0 answers
95 views

Is there any working or reliable procedure on how to build and run an old (not too) Flutter project with the new Flutter SDK? I'm desperately looking for a somehow well structured MVVM or Bloc sample ...
Mohsen Emami's user avatar
  • 3,192
0 votes
1 answer
60 views

I need to update a legacy web site which currently runs in IE 11 compatibility mode in Edge so that it can directly in Edge. I can find lots of references to how to turn on compatibility mode but I ...
Nigel Tunnicliffe's user avatar
0 votes
0 answers
79 views

I have a application written in C# that amongst other things connects to a Azure Analysis Service and moves and alerts tabular cubes, once of the functions I run is a "hotswap" function ...
David Rogers's user avatar
  • 2,743
2 votes
0 answers
85 views

I am currently developing a Windows app in MSVC2022 (C++20) which links to a few third-party DLLs. I ran into a compiler problem in an exotic Windows header recently: C:\Program Files (x86)\Windows ...
Paule's user avatar
  • 41
-1 votes
1 answer
157 views

I'm having a major issue with converting Xamarin.Forms renderers to .NET MAUI handlers. Using registration with .AddCompatibilityRenderer is not an option because only a blank page is displayed (it’s ...
danny's user avatar
  • 21
0 votes
1 answer
682 views

I have successfully downloaded Visual Studio Installer using curl with the following command: C:\Windows\System32\curl.exe -o vs_installer.exe https://aka.ms/vs/17/release/vs_installer.exe However, ...
Foad S. Farimani's user avatar
10 votes
4 answers
8k views

I'm experiencing an issue outdated version of the SoLoader SDK. The error message suggests updating the SoLoader SDK to version 0.10.4 or higher. Below are the details of the issue and what I've tried ...
kamal kishor rajak's user avatar
0 votes
1 answer
377 views

I have a website that uses the SpeechSynthesis from the Web Speech API. Now, I need to migrate this site to Android, but the Android WebView doesn't support SpeechSynthesis, while Chrome on Android ...
Gabriel Guimarães's user avatar
1 vote
0 answers
655 views

I am working on a Swift Package and I want to add a NLLanguageRecognizer instance, which is only available in macOS 10.14+. At this point the other default minimums for Swift Packages are fine; Xcode ...
shim's user avatar
  • 10.3k
0 votes
1 answer
153 views

I recently built a project from scratch : Angular 18 app (SSR). The project includes some libraries imported from another more achieve project (copy pasting the package.json). I set up my application (...
Girgis William's user avatar
1 vote
1 answer
343 views

I'm encountering an issue when trying to run Node.js on my Windows machine. I receive the following error message: This version of C:\Users\Admin\node_modules\node\bin\node.exe is not compatible with ...
Tarun Rao's user avatar
1 vote
0 answers
179 views

I am facing an unusual issue which is not being found on the internet as well. I have trained a Classification model on tensorflow 2.15. This model runs perfectly but when when I try to import that ...
Thriver's user avatar
  • 11
2 votes
1 answer
3k views

While building the azure pipelines with classic editor i am getting the below error in build .NET 5 has some compatibility issues with older Nuget versions(<=5.7), so if you are using an older ...
divya bommerla's user avatar
1 vote
0 answers
70 views

I'm new to Julia from python and the initial environment are quiet different. Recently, I face conflict with julia packages in using Multilayer Graphs. When I add Pkg.add("MultilayerGraphs"),...
Sejin An's user avatar
1 vote
1 answer
175 views

I recently updated Julia from 1.9.0 to 1.10.3 and all my codes that used @vars or @symfuns now don´t work because they say that they aren´t defined even though I´m using SymPy. Before the update it ...
Universitario Mates's user avatar
1 vote
0 answers
181 views

Internal EARLY ACCESS S.S EARLY ACCESS S.S I successfully published my flutter application in the Internal test (version code 1). Testers could download the app without any problems. When it came to ...
Taha's user avatar
  • 11
1 vote
0 answers
74 views

I have received help here with setting the compatibility mode for my program via C++. I was looking for a full list of options for this and I have guessed at a lot. Please tell me what the following ...
Line Item's user avatar
-1 votes
1 answer
180 views

need to know if old version of jfrog Artifactory( 7.46.11) is compatible with RH 7.9, currently it is running in RHEL 7.5, Jfrog's site doesn't help Similarly Jfrog Missioncontrol and xray are running ...
Sais6105's user avatar

1
2 3 4 5
61