Yesterday I built a Biml solution in Visual Studio 2019 that worked fine. Today I opened Visual Studio to the same solution and I get a message box saying "Unable to load one or more breakpoints". I click 'Ok' and the solution continues to load. Once all of the SSIS packages finish loading, Visual Studio crashes. Not sure if I even have a breakpoint in any of the packages, but even if I did, I don't know how to delete it if VS keeps crashing before I can start editing any package. If I try to open the solution again, I see this warning:
A previous session ended unexpectedly. Disabling this extension BimlExpress 5.0.64108.0 might help.
I've tried uninstalling and reinstalling BimlExpress but that has no effect on the problem. Any ideas on how to fix this? So frustrated.
I copied the Biml files to another solution and the problem seems to have resolved. Not sure what got corrupted but at least it's working now.
I had the same issue with BIML Express 5.0.64108.0 in Visual Studio 2019. I deleted the ".vs" directory in the solution, which resolved it for me. Prior to that, I did delete the "bin" and "obj" directories in the project directory, which did not seem to help.
Related
I am trying to install MySQL database getting api-ms-win-crt-runtime-l1-1-0.dll error I downloaded and replaced the file but unable to solve the problem
The error basically is telling you that the dll, namely, api-ms-win-crt-runtime-l1-1-0.dll, is not available on the PC. This DLL is usually not installed alongside the software program that throws the error.
To get to the root of your problem, first understand what causes it, i.e., which the particular DLL is that it's not able to find. This DLL, api-ms-win-crt-runtime-l1-1-0.dll, is part of the Microsoft Visual C++ Redistributable.
Hence as a first go try reinstalling the Microsoft Visual C++ Redistributable. This should register the missing .dll file in your PC.
For further details and info, you can refer to this guide to solving the problem.
Quite in contrast to what your error says, reinstalling the program doesn't actually fix the problem. And more importantly, not all missing dll errors are solved by just downloading and placing the dlls in the file system. Try as much as possible to NOT do this. if you're wondering why, check this out.
api-ms-win-crt-runtime-l1-1-0.dll is an important file that is required to run such specific type of programs on Windows. If you're facing this issue, then it means this file is missing from your computer.
So, in order to run your desired program, you will need to fix the .dll error. There are a number of ways using which you can solve this problem. The three main solutions are:
UPDATE THE WINDOWS
REPAIR VISUAL C++ REDISTRIBUTABLE FOR VISUAL STUDIO 2015
DOWNLOAD & INSTALL VISUAL C++ REDISTRIBUTABLE FOR VISUAL STUDIO 2015 MANUALLY
So, you can fix api-ms-win-crt-runtime-l1-1-0.dll is missing error using the above ways.
Thanks,
Eric
I created a simple program in Visual Studio. I made an installer and I tried to install it on my computer (the one I used to create the program) and when I run it, it works fine. Now the problem is, when I installed it on a different pc (it doesn't have visual studio) and run the program, it shows this error.
I browsed on existing questions here in SO and all I found are same errors DURING PROGRAM CREATION. More like they are not yet finished with the program. My problem is how to fix this error WHEN RUNNING IT ON A DIFFERENT PC AFTER INSTALLATION. Could someone please help me? Thanks. :)
It seems that you don't export MySql.Data.dll in your project.
Have you check if that file is in the install folder in the computer in which it is not working?
In this case you have to set the Copy Local properties to True. See details here
Today my VS Pro 2013 started acting up.
It stopped building my WP8 project before deploying it on the device, so I have to start the build manually and THEN start debugging. Until now I only had to tap F5 to run everything...
Is there an option connected with such behavior that might've gotten turned on/off or is it some kind of a bug in the IDE?
I had the same situation and it looks to me like a VS bug. Restarting VS helps! :)
Ok then, I found the answer:
Visual Studio 2010 isn't building before a run when there are code changes
It seems that the bug isn't in the "not building before deploying" behavior itself, but in the reason why that option got changed to "Never build"...
Most likely some config file got damaged and VS reverted it to default values.
I have this error message
could not load assembly 'system.data.entity, version 4.2.0.0,
culture=neutral,publickeytoken=b77a5c561934e089' or one of it's
dependencies. the system cannot find the file specified
and I cannot use the entity framework at all.
it happened after uninstalling June 2011 CTP from my computer, and I have no idea what to do. I reinstalled the visual studio again and with no help. Does anyone have any idea?
after reinstalling visual studio i found another insatnce of the CTP as part of sql server in the add/remove programs, after removing that all was well.
I had the exact same issue. After much frustration, I eventually resorted to re-installing the June 2011 CTP. Not ideal, but at least I can get on with my work...
I have downloaded and been using Visual Studio Express for last few weeks. All of a sudden today, it's forcing me to register. When I try to do so, the registration site appears to be unresponsive. This is horrible, and now I can not continue with my work because of Microsoft's broken site.
How can I fix this problem?
The easiest thing to do is download the offline installer and install that. If you do it this way, you don't have to register at all. You can find the offline installer at http://www.microsoft.com/express/download/default.aspx#download-offline