search for: dotnet

Displaying 20 results from an estimated 140 matches for "dotnet".

2014 Jun 04
0
Ability to "wait" for dotnet to complete installation
Hi all, Interesting timing challenge around installing dotnet on Windows 2008 R2 Data Cente. In essence, when we run the following command, it appears to complete in a few seconds. The reality is that it spawns multiple new msiexecs to install and configure itself over the next 5 mins or so. dotNetFx40_Full_x86_x64.exe /q /norestart This causes an obvious...
2006 Sep 15
4
DotNet applications
Hi, I have an application that want to install the DotNet FrameWork. the Setup of the FrameWork starts, but then fails with the message, Internet Explorer 5.5 or higher would be required. How can I get over this message without really installing an Internet Explorer? As far as I know, for all Applications that require IE, the renderengine khtml is use...
2016 May 03
4
Linux/ARM: Segfault issue when we build clang sources including __thread variable using -O2 flag
...normally by getting always the segmentation fault. Here is debugging information with GDB command in case of that. As you can see, we could not execute simple hello!! console application because of the bug of clang/LLVM when we try to use "static __thread" variable with -O2 flag. *root:/dotnet/runtime.release.20160322.2/example> gdb ../corerun ./core.20160322* GNU gdb (GDB) 7.9.1 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There i...
2005 Jul 15
0
DotNet Version Of Rsync
...initely an rsync port to D'ohnet -----Original Message----- From: rsync-bounces+eisen.chao=cna.com@lists.samba.org [mailto:rsync-bounces+eisen.chao=cna.com@lists.samba.org] On Behalf Of Mark Thornton Sent: Friday, July 15, 2005 2:18 PM To: Stuart Halliday Cc: rsync@lists.samba.org Subject: Re: DotNet Version Of Rsync Stuart Halliday wrote: >R-type Studios <rtypestudios@gmail.com> : > > > >>Hi People, >> >>Just wondering if anyone has ported rsync to dotnet yet? >> >>Thanks >>Alex >> >> > > >Err why? > >Isn...
2010 Jul 11
2
dotnet 3.0 app crash on startup
...ltima Online players to connect to free servers. When run, a splash screen is supposed to show up and checks for new version before loading the main window, but crashes as it tries to load the splash screen. I'm running: Ubuntu 10.04 Lucid Lynx 64 bit Wine 1.2 rc7 Winetricks 20100618 Installed dotnet20 and dotnet30 via winetricks on clean wine install, which claimed to have been successful. Added corefonts, fontfix, fakeie6, mfc40 and mfc42, directx10, directx9, and richtx32 (just to try and see if any of those helped any which apparently doesn't seem to work). Only registry edits I did was...
2010 Oct 21
0
Winetricks and dotnet
Probably a silly question, but I can't seem to find the answer anywhere. Will the command 'winetricks dotnet20sp2' install the full dotnet package or just the service pack? In other words, do I need to run 'winetricks dotnet20' first? Many thanks, David Shaw
2011 May 16
2
Wine 1.3.19 and dotnet 1, 2 and 3
Hello to everyone. I'm trying to install both dotnetfx 1.2.3 in order to check to run a special program for windows xp we use in our office. First of all I installed dotnet 2, 3. and the installation worked great. The problem is to install dotnet 1.1. When I run winetricks I receive this error message. lorenzo at lorenzo-virtual-machine:~/.cache/w...
2008 Apr 27
1
DotNet over wine?
Is it possible to install MS Dot Net framework over wine? Also can I install such programs which are made to be used over winxp? New to wine, please guide me. I use kubuntu gutsy.
2011 Aug 23
1
Re: problem installing dotnet 2.0
I tried to install (repair) Microsoft .NET Framework 2.0 but halfway through the installation I get this error message: 'Error 25013.Failed to install assembly 'C:\WINDOWS\Microsoft.NET\Framework\V2.0.50727\System.Data.dll' because strong name signature could not be verified. Was the assembly built delay-signed?' I'm clueless as to what this means. Any help is greatly
2011 Oct 29
2
EveHq & dotnet 3.5
...s (http://wiki.indiceve.com/doku.php?id=installation:installation) > EveHQ is written using Visual Studio .Net 2010 and requires the following to run: > > .Net Framework v3.5 SP1 > MS SQL Compact Edition v4.0 (for the databases) I can install MS SQL Compact Edition v4.0 but dotnet3.5 doesn't work..... and give me this error > Working around wine bug 25060 Can you help me? bye Lele
2010 Jun 23
2
problem installing dotnet 2.0
when installing dotnet 2.0 the install crashes ive tried clearing winetricks cache but that doesn't seem to work here's the errors im getting any help is appreciated Code: lithium at lithium-laptop:~$ ./winetricks ------------------------------------------------------ Instaling .net 2.0 runtime. Can take sev...
2016 Jun 28
7
.NET on Centos.
Hi there, I was reading about it. https://www.redhat.com/en/about/blog/net-core-now-available-and-supported-red-hat-enterprise-linux-and-red-hat-openshift What will happen with Centos and .NET? In the side of security and stability.
2010 Mar 17
2
DotNet app says that I am "missing information"
I am attempting to install a piece of software called Point from Calyx Sofware. The software requires both Internet Explorer and DotNet2.0 which I have already installed (thanks to winetricks!). When I reach the screen which prompts me for the User's name, organization and software key, I enter the data, press "Next" and it gives me an error message saying "You are missing information. All fields are required.&qu...
2016 Jun 28
0
.NET on Centos.
...k just fine, at least on EL7: https://www.microsoft.com/net/core#centos RC3 apparently just shipped, which has caused some version incompatibilities in the .NET package repositories. I was able to get the default C# ?hello, world? project to build and run: $ mkdir test $ cd test $ dotnet new --lang c# $ dotnet restore $ dotnet build $ dotnet run Hello World! ...but the F# project (--lang f#) chokes due to a version incompatibility. This should shake out soon. Beware that .NET Core is not the same thing as .NET. It is very much stripped down compared to the Windo...
2009 Jun 21
2
Problems Installing .Net 1.1 SP1
I just downloaded TurboDelphi from edn.emarcadero.com (the full 2006 package) and am trying to install it under wine. Installation stops with a message that it needs DotNet 1.11 installed so I downloaded the .Net package from Microsoft. For some reason, this version will not install - I had previously tried .Net 2.0 and .Net 1.1. The link below leads to a file containing the command-line results of trying to install the SP1 version. http://anr1963.pwp.blueyonder.co...
2010 May 26
1
Solidworks and .net...
...tricks are required. Anyway, I have some questions : some add-ons ( part libraries, design analysis modules...) relies on .net30. It is a requirement for the installation on windows. But installing it with winetricks breaks everything... As most of the functions seems to work with wine without ms dotnet installation, I was wondering : does wine supposed to offer complete replacement of dotnet framework ?
2012 Feb 21
1
DotNet3.5 Did not install
I saw a post here recently for someone trying to get Naturally Speaking running with DotNet 3.5. Out of curiosity, I tried to install 3.5 with the most current wine git. wine-1.4-rc4-31-gf43f37d I am also running Ubuntu's Pangolin, but everything is 32-bit. Anyway, the install goes through previous versions of DotNet and mine hung up at 3.0. I saved the install log if anyone wants...
2019 Jun 04
3
Offer zip builds
...hot or similar. > To your points: > > [bunch of links] I am sorry if I miscommunicated, I didnt and dont wish to be convinced about how well behaved R installer is. I wish for R to offer zip builds. Many other programming languages do: - http://strawberryperl.com/releases.html - https://dotnet.microsoft.com/download/dotnet-core/2.2 - https://golang.org/dl - https://nim-lang.org/install_windows.html - https://python.org/downloads/release/python-373 - https://windows.php.net/download As I see it, the question isnt "should R offer zip builds", its "why isnt R offering zip bu...
2006 Apr 22
3
.NET problems
A friend of mine has aske me to put this question up here. He is trying to install A program called Tablesmith (www.mythosa.net, if you're interested) - a utility for role-players. His problem, in his own words, is "I'm doing a Linux install. The only problem I have is that the initializer is asking for .NET v2.0.50727 while the .NET I was able to download is 2.0. Is there a
2008 Apr 05
2
installing dotnet20 fails
I am trying to install dotnet20 in 0.9.58 with sh winetricks dotnet20 It hangs after extracting a file with sh winetricks dotnet20 Using system libcrypto, version 90709F DLSYM: Failed to resolve FIPS_mode_set: 127 DLSYM: Failed to resolve FIPS_mode: 127 DLSYM: Failed to resolve SHA256: 127 DLSYM: Failed to resolve SHA5...