Recently when trying to run ASP.net Web Applications, I started receiving an error of:
"Attaching the ProteusDebugEngine debugger to process '[9352] WebDev.WebServer40.exe' on machine 'PC' failed. Invalid pointer”
“OK”
And when I click “ok” I got this message:
“Unable to start program 'http://localhost:8888/Welcome.htm' . Element not fount”
I am not really sure what changed on my pc. Any ideas???
Thanks
Running the following in the Visual Studio Command Prompt (2010) solved this for me.
devenv /resetskippkgs
Related
I have an asp.net webform project that build on system1 but not on system2 (they both are windows 10 and visual studio 2022 Version 17.4.3) and when I build visual studio show an error in error list window :
"Severity Code Description Project File Line Suppression State
Error Metadata failure while creating assembly -- The file or directory is corrupted and unreadable. Modabber D:\BehsamanCode\Modabber\Modabber.Web\ALINK"
Also it shows this error in the output window :
"ALINK : error AL1019: Metadata failure while creating assembly -- The file or directory is corrupted and unreadable"
I searched these errors and I enabled long path on windows10 and uncheck Sign the assembly but not work.
What should we do?
I don't know how but it resolved. I think system2 hard drive has a problem and after win10 repair it itself then restart windows the problem gone and project builded.
I am trying to run my Xamarin UWP app in debug mode but if fails to open. The error code is
Output window errors
The thread 0x6dfc has exited with code 3221225595 (0xc000007b).
The thread 0x3344 has exited with code 3221225595 (0xc000007b).
The program '[35788] SheepsheadTheGame.UWP.exe' has exited with code 3221225595 (0xc000007b).
I was able to run the app in debug mode and then it just stop working. All my nuget packages are up to date. I have searched the web and tried various solutions other people have had success fixing this issue. I have not been successful.
I have found two lines in the build output window that may be causing the issue.
6>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.11-rel-30601-02\tools\Microsoft.NetNative.targets(805,5): warning : ILTransform : warning ILT0028: Found native library 'C:\Users\druch\Documents\xxx\xxxx\xxxxx.UWP\obj\x86\Debug\ilc\in\Cosmos.CRTCompat.dll' with unexpected CPU architecture 'amd64', while the current build target architecture is set to 'x86'. Your application may fail to launch. Please make sure to build your application with the matching CPU architecture.
6>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.11-rel-30601-02\tools\Microsoft.NetNative.targets(805,5): warning : ILTransform : warning ILT0028: Found native library
'C:\Users\druch\Documents\xxx\xxxx\xxxxx.UWP\obj\x86\Debug\ilc\in\Microsoft.Azure.Cosmos.ServiceInterop.dll' with unexpected CPU architecture 'amd64', while the current build target architecture is set to 'x86'. Your application may fail to launch. Please make sure to build your application with the matching CPU architecture.
Could this be the cause of my issue? If so, how do I fix it?
I ended up rebuilding my app (not fun). The UWP app started working again.
I m trying to launch a small test project using workbench on the target simulator. The project s being build successfuly but it fails to run.
The error message that i had was" failed to execute launch step" , and the possible cause would " failed to launch target server for connection 'vxsim'(registery localhost) ".
Anyone could hepl i will be grateful.
Thanks.
I have shiny running on a mac. These apps have previously been working. I'm getting the following error when I try to access any of them
The application failed to start.
The application exited during initialization.
su: illegal option -- p
usage: su [-] [-flm] [login [args]]
This is also all that is in the log. Any ideas on what is going on here? I know shiny server is not intended for mac which is why we are transitioning to a linux server, but in the meantime I need these apps which were previously working to continue working.
I am trying to upload an assembly in Tridion Content Manager through the following post build event of a project in Visual Studio:
C:\Users\\Documents\Visual Studio 2010\Projects\\\bin\Debug\name of dll
Config.xml has been created through cmd as follows:
<?xml version="1.0"?>
<templateAssemblyUploadConfig>
<targetURL>http://<url>/</targetURL>
<userName>domain\user id</username>
<password>password</password>
<uploadPDB>false</uploadPDB>
</templateAssemblyUploadConfig>
When I try to build the DLL , it is giving the following error.
Error 1: Unexpected argument: Unexpected argument Studio C:\Users\\Documents\Visual Studio 2010\Projects\\\bin\Debug\name of dll\EXEC name of DLL
Error 2: The command " C:\Users\\Documents\Visual Studio 2010\Projects\\\bin\Debug\name of dll" exited with code 1. name of DLL
Can someone help in solving the issue.
Make sure that you use 'Space' and not the 'Enter' button in between the command.
Great to see the help by Huston.
you may also try a visual Studio Add-In which allows to upload dll(s) into Tridion in a more easy way
http://sdltridionworld.com/community/2011_extensions/AssemblyUploader2.aspx
This is my post-build event:
E:\Tridion\bin\client\TcmUploadAssembly.exe e:\Tridion\bin\client\config.xml "$(TargetPath)" /folder:tcm:43-61362-2