unable to start webmatrix - webmatrix

I recently installed WebMatrix. When I start the WebMatrix on my machine, it shows me the error and closes. Following are the error details
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: webmatrix.exe
Problem Signature 02: 7.9.0.0
Problem Signature 03: 4e694933
Problem Signature 04: Microsoft.WebMatrix.Core
Problem Signature 05: 7.9.0.0
Problem Signature 06: 4e69493b
Problem Signature 07: 1544
Problem Signature 08: 24
Problem Signature 09: System.ArgumentException
OS Version: 6.1.7601.2.1.0.256.4
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
hi Justin Thanks for the update. here is the event log you asked for
Log Name:
Application
Source: Application Error
Date: 12/12/2011 11:57:52 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: HANU-LPT2.hanusoftware.local
Description:
Faulting application name: WebMatrix.exe, version: 7.1.1307.1, time stamp: 0x4e694933
Faulting module name: KERNELBASE.dll, version: 6.1.7601.17651, time stamp: 0x4e211319
Exception code: 0xe0434352
Fault offset: 0x0000b9bc
Faulting process id: 0xd8
Faulting application start time: 0x01ccb8971a1262b8
Faulting application path: C:\Program Files (x86)\Microsoft WebMatrix\WebMatrix.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
Report Id: 6a9b0c3e-248a-11e1-ab5c-705ab6a78e2c
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-12-12T06:27:52.000000000Z" />
<EventRecordID>418956</EventRecordID>
<Channel>Application</Channel>
<Computer>HANU-LPT2.hanusoftware.local</Computer>
<Security />
</System>
<EventData>
<Data>WebMatrix.exe</Data>
<Data>7.1.1307.1</Data>
<Data>4e694933</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.1.7601.17651</Data>
<Data>4e211319</Data>
<Data>e0434352</Data>
<Data>0000b9bc</Data>
<Data>d8</Data>
<Data>01ccb8971a1262b8</Data>
<Data>C:\Program Files (x86)\Microsoft WebMatrix\WebMatrix.exe</Data>
<Data>C:\Windows\syswow64\KERNELBASE.dll</Data>
<Data>6a9b0c3e-248a-11e1-ab5c-705ab6a78e2c</Data>
</EventData>
</Event>

Looks like it's well-known issue:
there is a known issue with Dev 11 Beta and WM 2 Beta. We are
actively working on an update to WM 2 Beta to address this - I
anticipate this will be released early next week (Chris Sfanos, Web
Platform Installer PM)
Recommendation to rollback:
Uninstall Microsoft SQL Server Compact 4.0 SP1 x64 ENU CTP1
Uninstall Web Platform Installer
Uninstall WebMatrix Beta 2
Uninstall IIS 7.5 Express
(If you installed PHP for WebMatrix) Delete the remaining PHP folder under C:\Program Files (x86)\IIS Express
Install Web Platform Installer 3.0 (http://www.microsoft.com/web/downloads/platform.aspx)
Install WebMatrix 1 from the Web Platform Installer 3.0
(If desired) Install PHP for WebMatrix from the Web Platform Installer 3.0
Link: http://forums.iis.net/p/1187677/2015970.aspx

I had the same issue with Webmatrix.
Go to Documents->IISExpress->config folder
Delete the applicationhost.config file and start webmatrix
It should start normally
found the solution on IIS forums

I had issues with my applicationhost.config the bindings that I setup stopped working.
<binding protocol="http" bindingInformation="*:50499:*" />
Had to become, still unsure why
<binding protocol="http" bindingInformation="*:50499:localhost" />

Related

Error trying to install Visual Studio Community 2019 Extensions

I just go into Extensions>Manage Extensions>Update, click "Update All" and then close Visual Studio.
The installation just give me a error, i searched online but no clue what's wrong.
Already repaired and reinstalled completely visual studio
Any help? This is the error log.
22/05/2021 22:41:45 - Microsoft VSIX Installer
22/05/2021 22:41:45 - -------------------------------------------
22/05/2021 22:41:45 - vsixinstaller.exe version:
22/05/2021 22:41:45 - 16.9.2017
22/05/2021 22:41:45 - -------------------------------------------
22/05/2021 22:41:45 - Command line parameters:
22/05/2021 22:41:45 - A:\Microsoft Visual Studio\2019\Community\Common7\IDE\vsixinstaller.exe,/appidinstallpath:A:\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe,/skuName:Community,/skuVersion:16.9.31313.79,/appidname:Microsoft Visual Studio Community 2019,/culture:en-US,/noep,C:\Users\erikm\AppData\Local\Temp\VSIXdc234dfy.vsix,C:\Users\erikm\AppData\Local\Temp\VSIXygjj5kfo.vsix,C:\Users\erikm\AppData\Local\Temp\VSIXityxfypz.vsix
22/05/2021 22:41:45 - -------------------------------------------
22/05/2021 22:41:45 - Microsoft VSIX Installer
22/05/2021 22:41:45 - -------------------------------------------
22/05/2021 22:41:45 - System.IO.FileLoadException: Could not load file or assembly 'Microsoft.VisualStudio.Validation, Version=15.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'Microsoft.VisualStudio.Validation, Version=15.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at VSIXInstaller.SupportedSKUs.AddInstalledIsolatedShells(Version vsVersion, IntPtr userToken)
at VSIXInstaller.SupportedSKUs.InitializeSupportedSKUs(IntPtr userToken)
at VSIXInstaller.ExtensionService.InitializeSupportedSKUs(ICommandLineData cmdLineData, IntPtr duplicatedUserToken)
at VSIXInstaller.App.Initialize(Boolean isRepairSupported)
at VSIXInstaller.App.Initialize()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
After deleting all "Microsoft.VisualStudio.Validation.dll" found by a file explorer search and reinstalling visual studio, it worked!

Install vs 2005 in windows 10

I want to install vs 2005 in my windows 10 PC. I uninstalled following from my PC:
vs 2015
vs 2017
SSMS 2017
Now, when i tried to install vs 2005. I get the error:
"A problem has been encountered while loading the setup components. Canceling setup".
Error log:
[04/26/20,00:09:41] MSITOSIT: [2] CRootComponent::SetManager() - MsiGetActiveDatabase returned an invalid handle
[04/26/20,00:09:41] MSITOSIT: [2] ERROR processed; exception was thrown for retail build
Developer Comment: MsiGetActiveDatabase returned an invalid handle
Build Time: Thu Dec 11 15:04:18 2003
DWORD: 0
[04/26/20,00:09:41] setup.exe: [2] ISetupModule::SetManager() failed in ISetupManager::LoadSetupObjectGuid() : vs_setup.dll
[04/26/20,00:09:42] setup.exe: [2] CSetupManager::LoadSetupObjectname() - Failed in call to LoadSetupObjectGuid() for strName: in file: vs_setup.dll
[04/26/20,00:09:42] setup.exe: [0] LoadComponent(), LoadSetupObjectName failure: vs_setup.dll
[04/26/20,00:09:42] setup.exe: [0] LoadComponent failed in ISetupManager::LoadComponentsFromDBObject(): vs_setup.dll
[04/26/20,00:09:42] setup.exe: [2] CSetupManager::LoadDatabaseValues() - Failed in call to LoadComponentsFroMDBObjects()
[04/26/20,00:09:42] setup.exe: [2] CSetupManager::RunIntro() - Failed to Load Database Values
[04/26/20,00:09:43] setup.exe: [2] CSetupManager::RunLoadSetup() - Failed to Run the Intro
If anyone faced this problem before, could you please let me know the solution.
I just formatted my PC and installed vs 2005. It installed without any issues.
You need to install the older .NET Framework that VSS 20O5 runs on...
In Turn Windows features on or off. Check off the first one on the list named .NET Framework 3.5 (includes .NET 2.0 and 3.0). Reboot and then install VSS 2005

Network error using Chocolatey to install programs

I have tried just about everything on https://chocolatey.org/install
Here is the error I get using the method most strongly recommended:
Per their instructions, I used PowerShell to
'Set-ExecutionPolicy AllSigned'
I have also tried performing the install from PowerShell
with the following result:
I have also tried the "completely offline install" which involves manually downloading and extracting a nupkg file, but with similar results as the above. Do you have any insight into the errors I'm receiving? What should I do to get chocolatey installed?
Thank you in advance for any ideas you might have.
UPDATE: Click Here for the chocolatey log file. Snippet below to satisfy SO requirement:
2017-04-26 11:47:33,091 [DEBUG] - Configuration:
CommandName='install'|
CacheLocation='C:\Users\PARAGON\AppData\Local\Temp\chocolatey'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='30'|
Sources='https://chocolatey.org/api/v2/'|SourceType='normal'|
Debug='False'|Verbose='False'|Trace='False'|Force='False'|Noop='False'|
HelpRequested='False'|UnsuccessfulParsing='False'|RegularOutput='True'|
QuietOutput='False'|PromptForConfirmation='True'|AcceptLicense='False'|
AllowUnofficialBuild='False'|Input='choco'|AllVersions='False'|
SkipPackageInstallProvider='False'|PackageNames='choco'|
Prerelease='False'|ForceX86='False'|OverrideArguments='False'|
NotSilent='False'|ApplyPackageParametersToDependencies='False'|
ApplyInstallArgumentsToDependencies='False'|IgnoreDependencies='False'|
AllowMultipleVersions='False'|AllowDowngrade='False'|
ForceDependencies='False'|Information.PlatformType='Windows'|
Information.PlatformVersion='6.2.9200.0'|
Information.PlatformName='Windows 8'|
Information.ChocolateyVersion='0.10.5.0'|
Information.ChocolateyProductVersion='0.10.5'|
Information.FullName='choco, Version=0.10.5.0, Culture=neutral,
PublicKeyToken=79d02ea9cad655eb'|
Information.Is64BitOperatingSystem='True'|
Information.Is64BitProcess='True'|Information.IsInteractive='True'|
Information.IsUserAdministrator='True'|
Information.IsProcessElevated='True'|
Information.IsLicensedVersion='False'|Information.LicenseType='Foss'|
Features.AutoUninstaller='True'|Features.ChecksumFiles='True'|
Features.AllowEmptyChecksums='False'|
Features.AllowEmptyChecksumsSecure='True'|
Features.FailOnAutoUninstaller='False'|
Features.FailOnStandardError='False'|Features.UsePowerShellHost='True'|
Features.LogEnvironmentValues='False'|Features.VirusCheck='False'|
Features.FailOnInvalidOrMissingLicense='False'|
Features.IgnoreInvalidOptionsSwitches='True'|
Features.UsePackageExitCodes='True'|
Features.UseFipsCompliantChecksums='False'|
Features.ShowNonElevatedWarnings='True'|
Features.ShowDownloadProgress='True'|
Features.StopOnFirstPackageFailure='False'|
Features.UseRememberedArgumentsForUpgrades='False'|
Features.ScriptsCheckLastExitCode='False'|
ListCommand.LocalOnly='False'|
ListCommand.IncludeRegistryPrograms='False'|ListCommand.PageSize='25'|
ListCommand.Exact='False'|ListCommand.ByIdOnly='False'|
ListCommand.IdStartsWith='False'|ListCommand.OrderByPopularity='False'|
ListCommand.ApprovedOnly='False'|
ListCommand.DownloadCacheAvailable='False'|
ListCommand.NotBroken='False'|
ListCommand.IncludeVersionOverrides='False'|
UpgradeCommand.FailOnUnfound='False'|
UpgradeCommand.FailOnNotInstalled='False'|
UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
UpgradeCommand.ExcludePrerelease='False'|
NewCommand.AutomaticPackage='False'|
NewCommand.UseOriginalTemplate='False'|SourceCommand.Command='unknown'|
SourceCommand.Priority='0'|SourceCommand.BypassProxy='False'|
SourceCommand.AllowSelfService='False'|
FeatureCommand.Command='unknown'|
ConfigCommand.Command='unknown'|PinCommand.Command='unknown'|
Proxy.BypassOnLocal='True'| 2017-04-26 11:47:33,095 [DEBUG] - _
Chocolatey:ChocolateyInstallCommand - Normal Run Mode _ 2017-04-26
11:47:33,102 [INFO ] - Installing the following packages: 2017-04-26
11:47:33,111 [INFO ] - choco 2017-04-26 11:47:33,119 [INFO ] - By
installing you accept licenses for the packages. 2017-04-26
11:47:33,517 [WARN ] - [NuGet] An error occurred while loading
packages from 'https://chocolatey.org/api/v2/': The remote server
returned an error: (403) Forbidden. 2017-04-26 11:47:33,531 [ERROR] -
choco not installed. The package was not found with the source(s)
listed. If you specified a particular version and are receiving this
message, it is possible that the package name exists but the version
does not. Version: "" Source(s): "https://chocolatey.org/api/v2/"
2017-04-26 11:47:33,558 [WARN ] - Chocolatey installed 0/1 packages.
1 packages failed. See the log for details
(C:\ProgramData\chocolatey\logs\chocolatey.log). 2017-04-26
11:47:33,569 [INFO ] - 2017-04-26 11:47:33,577 [ERROR] - Failures
2017-04-26 11:47:33,586 [ERROR] - - choco - choco not installed. The
package was not found with the source(s) listed. If you specified a
particular version and are receiving this message, it is possible that
the package name exists but the version does not. Version: ""
Source(s): "https://chocolatey.org/api/v2/" 2017-04-26 11:47:33,596
[WARN ] - Enjoy using Chocolatey? Explore more amazing features to
take your experience to the next level at
https://chocolatey.org/compare 2017-04-26 11:47:33,606 [DEBUG] -
Sending message 'PostRunMessage' out if there are subscribers...
2017-04-26 11:47:33,613 [DEBUG] - Exiting with 1
My guess is that most likely you are running into a SSL/TLS issue. We just switched the certificates out on Monday, and the old certificate expired on Tuesday. My guess is that you need to update your certificates or you have a caching of the old certificate for some reason.
The other possibility is there is a proxy in the way that is stopping you from reaching out.
Don't forget about your chocolatey.config. Appears you got blocked but for anyone visiting this question these are the relevant keys you'll need to fill out. Unless you've been a bad boy and got your IP black listed.
<config>
<add key="cacheLocation" value="" description="Cache location if not TEMP folder." />
<add key="containsLegacyPackageInstalls" value="true" description="Install has packages installed prior to 0.9.9 series." />
<add key="commandExecutionTimeoutSeconds" value="2700" description="Default timeout for command execution. '0' for infinite (starting in 0.10.4)." />
<add key="proxy" value="" description="Explicit proxy location. Available in 0.9.9.9+." />
<add key="proxyUser" value="" description="Optional proxy user. Available in 0.9.9.9+." />
<add key="proxyPassword" value="" description="Optional proxy password. Encrypted. Available in 0.9.9.9+." />
<add key="webRequestTimeoutSeconds" value="30" description="Default timeout for web requests. Available in 0.9.10+." />
<add key="proxyBypassList" value="" description="Optional proxy bypass list. Comma separated. Available in 0.10.4+." />
<add key="proxyBypassOnLocal" value="true" description="Bypass proxy for local connections. Available in 0.10.4+." />

Firebird and VisualStudio 2013

I have a problem with Firebird for VisualStudio 2013. I install FirebirdDDEX 3.0.2, FirebirdClient 4.5.1.0. It's registered in gacutil and edit machine.config.
It's work fine, but yesterday i got this error:
Error message:
When you attempt to update a database exception occurred type
"System.ArgumentException". Exception message: "Unable to convert the connection string for the runtime to the equivalent line for the development
time. Connection string: character set = NONE;
initial catalog = g:\work\ Mash\new_form\base\FORM2016-1.GDB;
userid = **; password = **; datasource = 192.168.1.1"
machine.config v2.0.50727 and v4.0.30319:
................
<configSections>
<section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=%RunTimeVersion%, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</configSections>
................
<DbProviderFactories>
<add name="FirebirdClient Data Provider"invariant="FirebirdSql.Data.FirebirdClient" description=".NET Framework Data Provider for Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient, Version=4.5.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c"/>
</DbProviderFactories>
................
%RunTimeVersion% - 2.0.0.0 or 4.0.0.0
GacUtils info:
FirebirdSql.Data.FirebirdClient, Version=4.5.1.0, Culture=neutral,
PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL
In dataproviders Firebird don't show again.
I try solve this problem 2 days without result. I try reinstall firebird ddex, firebird client and delete all firebird in machine.config. Can anybody help me with this issue?
UPD: install last version FirebirdClient 5.0.5 and have the same error.
It's problem in Firebird server. On the server the request is stuck, so Firebird server don't resolve. Then I connected a new .edmx model and it is working.

Windows service is not getting started after adding the “gcServer” config setting in the app.config

As we are getting OutOfMemory Exceptions on the production servers for my Windows service application. We are trying to add the "gcServer" Setting in the Service app.config. Here the issue is, after adding this config setting we are unable to start the Service.
Config Setting :
<Configuration>
<runtime>
<gcServer enabled="true" />
</runtime>
</Configuration>
All the below links have suggested this change for the non-interactive Microsoft .NET Windows server applications:
http://support.microsoft.com/default.aspx?scid=kb;en-us;840523
http://msdn.microsoft.com/en-us/library/ff647790.aspx
http://blogs.msdn.com/b/junfeng/archive/2004/07/13/181534.aspx
http://stackoverflow.com/questions/794415/experience-using-gcserver-true-to-set-garbage-collector-for-net
Following are the errors that are logged into eventviewer. Can any one please help us how to fix this issue.
Application Error :
Faulting application name: Myapp.exe, version: 1.0.0.0, time stamp: 0x4e395587
Faulting module name: KERNELBASE.dll, version: 6.1.7601.17514, time stamp: 0x4ce7c78c
Exception code: 0xe0434352
Fault offset: 0x000000000000a49d
Faulting process id: 0xd90
Faulting application start time: 0x01cc51e6907b6880
Faulting application path: D:\Users\xxx\Projects\Myapp\bin\Debug\Myapp.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: ce3178ef-bdd9-11e0-8de9-7071bcbcc063
.NET Runtime
Application: Myapp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Configuration.ConfigurationErrorsException
Stack:
at System.Configuration.ClientConfigurationSystem.EnsureInit(System.String)
at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(System.String)
at System.Configuration.ConfigurationManager.get_AppSettings()
at Myapp..ctor()
at Myapp.Program.Main()
Change the casing on the configuration element node name to all lower case:
<configuration>
<runtime>
<gcServer enabled="true" />
</runtime>
</configuration>

Resources