I have been scouring the internet for the last two days trying to figure out a problem without success. However, I did come up with a solution on my own and wanted to share it and to see if anyone knows why I would be getting the error to begin with.
Problem signature:
Problem Event Name: APPCRASH
Application Name: vb6.exe
Application Version: 6.0.97.82
Application Timestamp: 403acf6c
Fault Module Name: StackHash_7e3b
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Code: c0000005
Exception Offset: 00000000
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 7e3b
Additional Information 2: 7e3beb1e9ccf6d519c5b994ca59a280f
Additional Information 3: 2ac0
Additional Information 4: 2ac004046dc496f347320c8826a4cbdc
VB6 would crash when opening a specific project. The problem signature above is what I was getting. VB6 would only crash when the Source Code Control Add-In (Visual Studio Team Foundation Server 2012 MSSCCI Provider (32-bit)) was set to Load on Startup and only when the project was loading. If I loaded the project without the Source Code Control Add-In loaded the project loaded without error. I could also set the Source Code Control Add-In to loaded and I could check in and check out files without errors. My boss had similar problems opening the project. I'm in Hawaii and she's in Arkansas so it was different networks/computers, etc. We are using TFS 2012 Express for source control. We're both using Windows 7. Her error dialog looked different than mine but the effect was the same. Oh, the problem project was a branch of another project. The main project did not crash VB6 when opening it. The problem started after I added some reports (Data Dynamics Active Reports 2.0) to the branch. Another caveat, if I deleted the folder along with all its contents and then forced a get latest version from TFS the project loaded correctly. If I double-clicked on the vbp file right afterwards it would open up a few times without problems but eventually started crashing again. Other than that I couldn't discern a pattern.
Ok, I think that pretty much describes the situation.
I eventually compared the main vbp with the branch vbp noting that the biggest difference was the new reports. After some trial and error I figured out that it wasn't the reports specifically but seemingly the number of files that was being loaded. If I removed one file (whether it was a form, module or report) the project loads just fine. I only have to delete one file to get it to work. I added an extra file to see if that helped but it still crashed. I was able to combine two of the modules and thus delete one of them. Now the project loads without crashing. The magic number seems to be 105 (I think 72 of those are reports). If I go above 105 files in the vbp file then VB6 crashes if MSSCCI is loaded when the project loads.
If I can find a forum for MSSCCI I will repost this there.
Any ideas?
Thanks,
Tim
Problem signature:
Problem Event Name: APPCRASH
Application Name: vb6.exe
Application Version: 6.0.97.82
Application Timestamp: 403acf6c
Fault Module Name: StackHash_7e3b
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Code: c0000005
Exception Offset: 00000000
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 7e3b
Additional Information 2: 7e3beb1e9ccf6d519c5b994ca59a280f
Additional Information 3: 2ac0
Additional Information 4: 2ac004046dc496f347320c8826a4cbdc
VB6 would crash when opening a specific project. The problem signature above is what I was getting. VB6 would only crash when the Source Code Control Add-In (Visual Studio Team Foundation Server 2012 MSSCCI Provider (32-bit)) was set to Load on Startup and only when the project was loading. If I loaded the project without the Source Code Control Add-In loaded the project loaded without error. I could also set the Source Code Control Add-In to loaded and I could check in and check out files without errors. My boss had similar problems opening the project. I'm in Hawaii and she's in Arkansas so it was different networks/computers, etc. We are using TFS 2012 Express for source control. We're both using Windows 7. Her error dialog looked different than mine but the effect was the same. Oh, the problem project was a branch of another project. The main project did not crash VB6 when opening it. The problem started after I added some reports (Data Dynamics Active Reports 2.0) to the branch. Another caveat, if I deleted the folder along with all its contents and then forced a get latest version from TFS the project loaded correctly. If I double-clicked on the vbp file right afterwards it would open up a few times without problems but eventually started crashing again. Other than that I couldn't discern a pattern.
Ok, I think that pretty much describes the situation.
I eventually compared the main vbp with the branch vbp noting that the biggest difference was the new reports. After some trial and error I figured out that it wasn't the reports specifically but seemingly the number of files that was being loaded. If I removed one file (whether it was a form, module or report) the project loads just fine. I only have to delete one file to get it to work. I added an extra file to see if that helped but it still crashed. I was able to combine two of the modules and thus delete one of them. Now the project loads without crashing. The magic number seems to be 105 (I think 72 of those are reports). If I go above 105 files in the vbp file then VB6 crashes if MSSCCI is loaded when the project loads.
If I can find a forum for MSSCCI I will repost this there.
Any ideas?
Thanks,
Tim