1 - 10 of 29 Faves|
vote
12
Faved by: mike
Jun 18 2008 - via developer.mozilla.org

Instructions here on adding Firefox symbols to Visual Studio so I can debug the crashes I'm seeing in Firefox. I'm not running a checked build (not sure where to get those).

The latest crash backtrace is:

nsTextFrame::ClearTextRun(void)

> xul.dll!UnhookTextRunFromFrames(gfxTextRun * aTextRun=0x0d37c310) Line 325 C++
xul.dll!FrameTextRunCache::NotifyExpired(gfxTextRun * aTextRun=0x0d37c310) Line 373 C++
xul.dll!nsExpirationTracker<gfxTextRun,3>::AgeOneGeneration() Line 211 C++
xul.dll!nsExpirationTracker<gfxTextRun,3>::TimerCallback(nsITimer * aTimer=0x02e3e8b0, void * aThis=0x037c2d60) Line 301 C++
xul.dll!nsTimerImpl::Fire() Line 400 + 0x7 bytes C++
xul.dll!nsTimerEvent::Run() Line 492 C++
xul.dll!nsThread::ProcessNextEvent(int mayWait=1, int * result=0x0020f820) Line 511 C++
xul.dll!nsBaseAppShell::Run() Line 169 C++
xul.dll!nsAppStartup::Run() Line 182 C++
xul.dll!XRE_main(int argc=, char * * argv=, const nsXREAppData * aAppData=) Line 3174 C++
mozcrt19.dll!arena_malloc_small(arena_s * arena=0x00020040, unsigned int size=0, int zero=0) Line 3654 C
mozcrt19.dll!arena_malloc(arena_s * arena=0x00000000, unsigned int size=0, int zero=0) Line 3713 + 0x7 bytes C
mozcrt19.dll!malloc(unsigned int size=8491528) Line 5750 + 0x27 bytes C
xul.dll!nsLocalFile::Release() Line 753 + 0x13 bytes C++
xul.dll!nsRefPtr<nsIDOMEventListener>::~nsRefPtr<nsIDOMEventListener>() Line 957 C++
xul.dll!XRE_CreateAppData(nsILocalFile * aINIFile=0x00000001, nsXREAppData * * aAppData=0x008240a0) Line 139 C++
firefox.exe!wmain(int argc=1, wchar_t * * argv=0x00836080) Line 87 + 0xe6 bytes C++
firefox.exe!__tmainCRTStartup() Line 591 + 0x19 bytes C
kernel32.dll!77614911()
[Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]
ntdll.dll!77a4e4b6()
ntdll.dll!77a4e489()

1 FaverShareViewed: 11 Times
vote
9
Faved by: razamit
Dec 24 2007 - via dev102.blogspot.com

I am currently writing an application that uses the WebBrowser control to perform operations on web pages. Unfortunately I stumbled upon a very annoying problem, sometimes an Internet explorer script error window pops up and stops all execution until you click the OK button. I've searched the web for hours and the same answer came up:

1 FaverShareViewed: 9 Times
vote
12
Faved by: SharpSmith
Apr 03 2008 - via www.microsoft.com

Quoted: Visual Studio 2008 and .NET Framework 3.5 Training Kit containing Labs, Demos and PPTs

1 FaverShareViewed: 11 Times
vote
21
Faved by: don
Mar 25 2007 - via www.microsoft.com

.NET UPDATE for Windows XP

Quoted: The Microsoft .NET Framework version 2.0 (x86) redistributable package installs the .NET Framework runtime and associated files required to run applications developed to target the .NET Framework v2.0.

5 FaversShareViewed: 19 Times
vote
23
Faved by: relia
Feb 13 2008 - via codezine.jp

Quoted:  Visual Studioの最新バージョンであるVisual Studio 2008(以下、VS2008)は2008年2月にパッケージでの提供が始まりました。LINQやASP.NET AJAXといった言語の新機能に加え、IDEとしての機能強化、新機能が盛りだくさんで、ワクワクしていらっしゃる方も多いと思います。VS2008の魅力のすべてを紹介したいところなのですが、残念ながら多彩すぎて書ききれません。そこで本稿では、VS2008の注目すべき新機能のご紹介、および機能強化によって便利になった点を以前のバージョンであるVS2005と比較しながら紹介していきます。

1 FaverShareViewed: 22 Times
vote
35
Faved by: gutzeit
Nov 06 2006 - via www.codeproject.com

Quoted: Free source code and tutorials for Windows developers.

30 FaversShareViewed: 23 Times
vote
28
Faved by: mohit
Dec 10 2007 - via weblogs.asp.net

This is a very handy feature of the recently released Visual Studio 2008

Quoted: One of the features that web developers will really like with VS 2008 is its built-in support for JavaScript intellisense. This is enabled in both the free Visual Web Developer 2008 Express edition as well as in Visual Studio, and makes using JavaScript and building AJAX applications significantly easier.

1 FaverShareViewed: 27 Times
vote
23
Faved by: PiXeL
Oct 16 2007 - via weblogs.asp.net

We'll be releasing a public preview of this ASP.NET MVC Framework a little later this year. We'll then ship it as a fully supported ASP.NET feature in the first half of next year.

2 FaversShareViewed: 23 Times
vote
71
Faved by: SharpSmith
Feb 04 2007 - via www.canerten.com

Let’s say we have an XML file and we want to deserialize that file to our implemented class. This is an easy task if the XML file is simple. However if it has more complex types, it can take a long time to implement the class without error. XSD comes with .Net framework SDK. I does not have a user interface, we can access it from the command line tools.

1 FaverShareViewed: 71 Times

Page 1

Related Content from Around Faves

.net

VIEW ALL

microsoft

VIEW ALL