when I connect sqlserver2013 with vs2013 .net4.0 ,I got the error message:
A first chance exception of type 'System.AccessViolationException' occurred in System.Data.dll
Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
We just found that this is the problem of Visual Studio 2013.
"Attempted to read or write protected memory" exception occurs in dubugging mode.
You can switch to VS 2012 or 2010 while waiting for an update.
Related
I have never been able to print from Visual Studio 2017 Professional. (15.9.5)
Whenever I try to print I get the following error:
PrintTicket provider failed to convert PrintTicket to DEVMODE.
Win 32 error: -2147221164
I have no printing related extensions enabled or even installed. MS web site has shown others with this problem but there is never any solutions proposed.
Anyone have any ideas of what to try?
Yesterday I studied a little MVC5 before bed.
Today, I open Visual Studio 2013 and while loading, the following exception occurs:
Exception Details
System.ArgumentNullException was unhandled
Message: An unhandled exception of type 'System.ArgumentNullException' occurred in mscorlib.dll
Additional information: Buffer cannot be null.
Parameter name: buffer
I have already repaired Visual Studio and nothing has changed.
Does anyone know what's going on?
The Update 5 worked for me. However you need to be part of Dev Essentials in order to download this update.
https://my.visualstudio.com/Downloads?q=Visual%20Studio%202013%20Update%205
Appears to be fixed now, although I see no confirmation on https://social.msdn.microsoft.com/Forums/en-US/46728392-212b-405e-aea0-2ab02f91cd1f/visual-studio-2013-crashes-on-startup?forum=visualstudiogeneral
I'm running VS2013 U3 and able to startup without issue. A colleague is able to run VS2013 as well.
When I run a Windows Phone 10 project from Visual Studio 2015 then the following exception pops up after the second run:
Exception thrown at 0x61594533 (WindowsXamlDiagnosticsTap.dll) in remote.exe: 0xC0000005: Access violation reading location 0x00000000.
If there is a handler for this exception, the program may be safely continued.
The exception is raised in debug and release mode. Consecutive runs also fail with this exception. The only fix is to restart Visual Studio after each debug run.
Is there a way to disable this xaml debugging tap? Or what could be the reason for the exception?
Regards,
It might be this known issue: https://github.com/Microsoft/WindowsUIDevLabs/issues/75
Disable Live Visual Tree Debugging as a work around for now.
this isn't duplicate question
I am using windows 7 , vs 2102.
Whenever I try to create a new project I get this exception,
set property 'system.windows.resourcedictionary.deferrablecontent'
threw an exception
have checked installed program list I don't have any Azure installed.
Also devenv /resetuserdata doesn't help , it shows Unknown error .
I guess you are not closing visual studio and trying to hit resetuserdata command.
OR there are multiple users logged in (someone might have disconnected and visual studio running) , nutshell only when visual studio is running unknown error will be visible, I tried and i too get unknown error. (though yours and mine unknown error may be different)
Reboot machines and try resetuserdata that should solve this error.
Hello I'm getting this exception thrown at me whenever I try to test a web application via visual studio, any ideas why? I'm building a project using MVC3 model and visual studio 2010
Exception: A first chance exception of type 'StructureMap.StructureMapException' occurred in StructureMap.DLL
First chance exceptions might occur while debugging. They might be handled properly by your code and never propagate when running the application normally but nevertheless Visual Studio shows them in Debug mode. If you don't want to be bothered you could disable them in Visual Studio and they will no longer appear.