LINQPad "failed to initialize" on installation? - linqpad

The install is going through just fine. I am unable to launch it post-install. I get an error saying 'Application failed to initialize properly. (0x0000135). Click OK to terminate."
Please help.

May sound like a silly question, but do you have the .NET Framework installed?
Re: this article
If the problem persists, you should contact the creators of Linqpad - here's their uservoice page: http://linqpad.uservoice.com/

Related

Extension host terminated unexpectedly while debugging React-native project

Developer console when the error occurs.
Any methods without disabling react-native-tool extension?
You give only very few Information... ...but I give it a try:
It's seems you use vscode, and the flow-Plugin is the cause of the issue.
So please uninstall (or disable) vscode-flow-ide and install Flow Language Support instead.
If this helps, don't miss to vote up for my answer, if not, describe in detail, what you've try and what's happend.
good luck

Unable to install My program. Mostly has to do with Crystal Reports

Okay, This question has probably been asked before but I can't seem to solve it with anything that I've seen.
I published my program and tried setting it up on another computer. At first it gave me this error:
"Unable to install or run the application. the application requires that assembly microsoft.reportviewer.processingobjectmodel version 9.0.0.0 be installed in the global assembly cache (GAC) first."
After searching I found that including everything in the 'Application Files' before publishing made that go away, only to be replaced with
'Application cannot be started. Contact the application vendor.'
After searching and doing a lot of things on the computer that I want this program to be setup on, I checked (Crystal Report Basic For Visual Studio 2008 (x84, x64)) in the Prerequisite.
On the Computer that I need this program on, it won't download this at all. It gives me a message box to either retry or cancel.
Some pages suggest that the Crystal report package that automatically downloads is not the right one. When I tried following what is said here, I got stuck because the links won't open.
Any help appreciated, It's frustrating because I've been working on this program for months and I get stuck on the last step :/
oh .. and ... I don't know if this has anything to do with this, but I built the program using Windows 7, then updated to Windows 8, then updated to Windows 10.
I finally managed to make it work :)
Here is what I did:
I followed this video and I was able to install my program to the other computer.
When I opened it, I got a problem that the program can't find my MS Access DataBase, so I went to the setup project -> Right click -> add -> File, And I navigated to my original project's folder and added everything in there, and Viola! ... It works :)
I hope this helps somebody else :)

OPNET , The application has failed to start because COREDLL.dll was not found

I'm trying to modify the standard model in OPNET (install OPNET in win XP) and I have omitted the stdmod in preference Network simulation Repositories. However, when I want to run my project, i get this error :
"The application has failed to start because MSVCR90.dll was not found. Reinstalling the application may fix this problem"
and then I add MSVCR90.dll from ...\Microsoft Visual Studio 9.0\VC\ce\dll\x86. the error changed to:
"The application has failed to start because COREDLL.dll was not found. Reinstalling the application may fix this problem"
I searched a lot but I cannot found anything useful. How can I solve this problem?
Thank you very much...

ASP.NET-MVC4 Code Not Running

I have a simple MVC4 solution that works just fine until I set a breakpoint in the controller. If I do that, the breakpoint does not hit, and I get a pop-up window titled, "Source Not Available" that goes on to say "Code not running", then "The current thread is not currently running code or the call stack could not be obtained."
The application will run as long as I do not want to debug. Any clues?
Full disclosure: I work at Telerik.
Thanks for the report and I'm sorry for the caused inconvenience. Actually there is an easier workaround. You can just disable the JustMock profiler from its Visual Studio extension menu: http://screencast.com/t/mPALFVJnuXm. Then you don't need to uninstall it. And when you run your unit tests which include mocked tests, just enable JustMock from the same menu again.
This is a known issue which we've already fixed. The fix will be publicly available in our Service Pack which is scheduled to be released next week. Please update your JM installation once the SP is live.
If you are using Telerik JustMock as a mocking framework and have recently updated it to the 2013 Q3 version, it causes this exact problem. I was able to resolve this issue by uninstalling the mocking framework and installing the 2013 Q2 version.

Broken FindBugs in Eclipse?

Using Eclipse STS 2.9.1, I cannot make FindBugs 2 working.
When I right click on the project and "FindBugs", I got an error stating that my project is missing org.osgi.framework.BundleActivator.
Does anyone encountered the same issue and managed to solve it?
Find bugs works for me on STS 3.0.0.M1.
I also meant to ask you for the full stack trace in your error log. You can paste that in your answer.
But, probably your best bet will be to uninstall and reinstall the feature.