Click here to Skip to main content
15,902,939 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait24-Sep-08 22:30
followait24-Sep-08 22:30 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Mark Churchill24-Sep-08 18:43
Mark Churchill24-Sep-08 18:43 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait24-Sep-08 22:28
followait24-Sep-08 22:28 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Mark Churchill25-Sep-08 0:31
Mark Churchill25-Sep-08 0:31 
AnswerRe: Does garbage collection in .Net multithreaded nowadays? Pin
Kevin McFarlane16-Sep-08 8:49
Kevin McFarlane16-Sep-08 8:49 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait17-Sep-08 17:47
followait17-Sep-08 17:47 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Dave Kreskowiak19-Sep-08 7:57
mveDave Kreskowiak19-Sep-08 7:57 
RantApp_Code problem Pin
Richard Jones15-Sep-08 3:35
Richard Jones15-Sep-08 3:35 
I was using a project for months, no problem.

Something changed 3 days ago in my project. Now it won't compile/run.

It complains that every class in App_Code folder doesn't exist. They worked fine before.
The files exist. The folder exists.

I rename the Utilities.vb file and create a new one. Still says class undefined.

I started a new Web App. Right-click on project->Add->Folder->App_Code (since the menu item App_Code isn't an option)
Add a class to App_Code. I notice the Build Action is Compile. OMG | :OMG:

Switch back to 1st project. None of the classes are set to Compile. Okay, change that, Run.
Now, it Builds the project, but the web server complains the classes are AMBIGUOUS. Sigh | :sigh: Make up your bloody mind.

Compiler Error Message: BC30175: class 'Utilities' and class 'Utilities', declared in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\2d7f8030\4e18611d\App_Code.idisyg3r.3.vb', conflict in namespace '<Default>'.

Source Error:



Line 9: Imports CrystalDecisions.CrystalReports.Engine
Line 10:
Line 11: Public Class Utilities
Line 12: Public Shared Function GetAuthenticationTypes() As IDictionary
Line 13: Dim mySortedList As IDictionary = New SortedList()

After 3 days of beating my head in, I realize my renamed class which is Excluded from the project, but still in the folder, is causing this. I delete it.

Why on Earth would Studio interpret a class Excluded from the project just cause it's in the folder?

And how did all my classes get set to Content, not Compile?

Cheetah. Ferret. Gonads. What more can I say? - Pete O'Hanlon

GeneralRe: App_Code problem Pin
Steven A. Lowe16-Sep-08 15:45
Steven A. Lowe16-Sep-08 15:45 
QuestionFilling a DataGridView containing a ComboBox Pin
akhi4akhil14-Sep-08 19:37
akhi4akhil14-Sep-08 19:37 
AnswerRe: Filling a DataGridView containing a ComboBox Pin
srabik15-Sep-08 2:48
srabik15-Sep-08 2:48 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
srabik15-Sep-08 3:13
srabik15-Sep-08 3:13 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 0:22
akhi4akhil16-Sep-08 0:22 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 1:25
akhi4akhil16-Sep-08 1:25 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 0:04
akhi4akhil16-Sep-08 0:04 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
srabik16-Sep-08 2:57
srabik16-Sep-08 2:57 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 17:14
akhi4akhil16-Sep-08 17:14 
GeneralRe: Filling a DataGridView containing a ComboBox Pin
akhi4akhil16-Sep-08 0:19
akhi4akhil16-Sep-08 0:19 
QuestionClickOnce Deployment - force download file with different version but same hash Pin
srabik14-Sep-08 13:32
srabik14-Sep-08 13:32 
QuestionBorder+ColorAnimation (Borderbrush) Pin
Stevie14-Sep-08 8:25
Stevie14-Sep-08 8:25 
AnswerRe: Border+ColorAnimation (Borderbrush) Pin
Stevie14-Sep-08 8:35
Stevie14-Sep-08 8:35 
QuestionForm crashes to taskbar when left minimized? [modified] Pin
teddycrew12-Sep-08 0:23
teddycrew12-Sep-08 0:23 
AnswerRe: Form crashes to taskbar? Pin
led mike12-Sep-08 5:02
led mike12-Sep-08 5:02 
GeneralRe: Form crashes to taskbar? Pin
teddycrew12-Sep-08 12:58
teddycrew12-Sep-08 12:58 
Questioninstallation issue of dot net 2005 Pin
onrivman11-Sep-08 21:19
onrivman11-Sep-08 21:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.