Tagged Questions
The vshost32 tag has no wiki summary.
1
vote
0answers
327 views
Why does vshost32-clr2 crash in sdl.net?
When programming in sdl.net on close my app will crash with a vshost32-clr2 error. It stops happening (sometimes) when i close visual studio and reopen the project.
Does anyone have any idea why this ...
0
votes
0answers
36 views
OLEDB connection crashing when attempting to open an excel file for insert
I am using OLEDB to read information from one excel file and output it to another file in a different format. While the queries executed on the first excel file return properly, when I attempt to ...
0
votes
0answers
51 views
vshost32.exe stopped working while debugging application
I'm trying to open a few excel file to get some rows with my windows application in C#. There are 2 files and I open them and execute different sql queries on them through Oledb.
1) Open first excel ...
0
votes
1answer
142 views
c# Multithreading Issue / vshost32-clr.exe has stopped working
I'm new to both c# and multi-threading and I've recently hit a bit of a roadblock in the tool I'm writing. The tool is designed to generate and launch a bunch of HttpWebRequests. Right now it's ...
0
votes
5answers
2k views
vshost32.exe crash when calling unmanaged DLL
I'm using a VS 2005 app to interface against an unmanaged (Fortran) DLL. When I run the compiled executable straight from the command line, everything is fine - the DLL can be accessed, and I can work ...