DotNetShoutout - Stories tagged with compile error
3
Shouts

SOLVED - 'srcDomainMulti' is not declared. It may be inaccessible due to its protection level

posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1133 days, 23 hours, 56 minutes ago
Saturday, April 17, 2010 2:41:01 PM GMT
When converting a project from C# to VB I ran into this compiler error which stopped me in my tracks for about 15 minutes. Just when I gave up and decided to rebuild the page by hand inspiration hit and I found my solution... (more)
category: Web Dev | clicked: 9 | comment | | source: runtingsproper.blogspot.com
tags: VB, compile error, ASP.NET
6
Shouts

SOLVED: Error 1 Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks

published 1160 days, 1 hour, 31 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1161 days, 17 hours, 41 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Saturday, March 20, 2010 8:56:23 PM GMT
This is a simple looking error message that is deceptively hard to track down. Thankfully if you're having this problem then this article should get you back on track without spending hours scratching your head. (more)
category: Web Dev | clicked: 17 | comment | | source: runtingsproper.blogspot.com
tags: bugfix, article, compile error
10
Shouts

SOLVED: Compiler error CS1519: Invalid token 'void' in class, struct, or interface member declaration

published 1244 days, 1 hour, 17 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1248 days, 21 hours, 26 minutes ago
Monday, December 28, 2009 1:19:46 PM GMT Wednesday, December 23, 2009 5:11:18 PM GMT
One for the search engines really but you might want to give this short article a quick read if you have been stumped by the error above. (more)
category: Web Dev | clicked: 33 | comment | | source: runtingsproper.blogspot.com
tags: bugfix, article, compile error, ASP.NET