Assertion at d:\debugger2\source\sdktools\debuggers\srcsrv\srcsrv

S

Steven Tang

When I close the XBAP by closing Explore, I alway get the debug message
as the subject, what might be the problem? I'm using VS2008 SP1
 
C

Colbert Zhou [MSFT]

Hello Steven,

With only this information, it is hard to tell what causes the uncommon
problem. The search on the net finds the following one,
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Feedba
ckID=337869&wa=wsignin1.0

If this is not the same problem you are encountering, for us to provide a
better support on this, would you mind sharing a sample project can
reproduce the issue? Thanks for your understanding.


Best regards,
Colbert Zhou ([email protected], remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
S

Steven Tang

Hello Colbert,
Thanks for response, I also found that one, but no one provide the
solution,
the different between mine and his case is the directory, he got
SRCSRV: Assertion at d:\fbrel\sdktools\debuggers\srcsrv\srcsrv.cpp, line 1335
and I got
SRCSRV: Assertion at
d:\debugger2\source\sdktools\debuggers\srcsrv\srcsrv.cpp, line 1335.

Is there any other guy report the same problem? I looks like a the managed
native
interop issue, but we don't have the source code of srcsrv.cpp, I guess you
guy can access that source code, if it is yes, could you let me know what
caused that
assert?

Best Regards
Steven
 
C

Colbert Zhou [MSFT]

Hello Steven,

I searched in our database but does not find anyone else report a similar
issue. This does not look like a XBAP application issue, but a Visual
Studio debugger issue. Actually, the Srcsrv.dll is the dll that implements
and runs the Source Server. Have you tried to disable the Source Server in
Visual Studio to see if it fixes the issue.

1.On the Tools menu, click Options.
2.The Options dialog box appears.
3.In the Debugging node, select General.
4.Uncheck the Enable source server support check box.


Regards,
Colbert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top