Wrox Programmer Forums
|
.NET 4 and Visual Studio 2010 General Discussions For discussing anything about .NET 4, WPF, WCF, the rest of the .NET 4 Framework, and Visual Studio 2010 that isn't about a specific Wrox book. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET 4 and Visual Studio 2010 General Discussions section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 24th, 2011, 01:11 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default Weird errors after converting from 2008 to 2010

After converting a VB web site from VS 2008 to 2010, and from FW 2 to 4, I now get these errors at seemingly random intervals while running in the debugger:

CultureNotFoundException Culture is not supported. Parameter name: name uploads is an invalid culture identifier.

IOException on The process cannot access the file 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Tem porary ASP.NET Files\surveys2011\7a4c2fbb\77a19308\uploads\e22oc1ye.post' because it is being used by another process.

UnauthorizedAccessException to Access to the path 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Tem porary ASP.NET Files\surveys2011\7a4c2fbb\77a19308\App_Code.r_d39 7sv.dll' is denied.

Sometimes they appear, sometimes they don't, but they seem to occur when redirecting. Sometimes I get just one, sometimes I get seemingly random combinations although I tend to see multiple IOExceptions. I suspect the first two problems are related since they both reference the term "uploads", although it's not clear what it thinks I'm uploading or what other process is using this ".post" file, whatever it's for.

Is there some switch that didn't get set when I converted this program that would either fix this or suppress it in the IDE, because every time one of these errors pops up the IDE stops running and displays the "No source available" tab. I then have to close this tab and click "Continue" on the error dialog message. It's taking forever to run through just a couple of pages with it breaking every few seconds like this!
 
Old August 25th, 2011, 05:18 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default

Found it: turn off exception breaking under the Exceptions option on the Debug menu.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Updated Book Available for Visual Basic 2008/2010? PhillipNash BOOK: Beginning Visual Basic 2005 Databases ISBN: 978-0-7645-8894-5 1 January 4th, 2012 06:55 PM
Weird behavior of FileSystemObject [Excel 2010] sektor Excel VBA 1 July 29th, 2010 04:21 AM
install VS 2008 Trial errors mikealdrich Visual Web Developer 2008 1 December 23rd, 2008 12:03 PM
Weird Build Errors Aaron Edwards ASP.NET 2.0 Basics 1 November 2nd, 2007 03:04 AM
Weird Errors kervinshim Classic ASP Databases 3 April 25th, 2004 04:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.