No announcements
Found 3539274 threads
-
2 Votes
two classes in different languages in \App_code folder
There are two things you need to do to make this work.Answered | 2 Replies | 7900 Views | Created by karthikpk - Sunday, September 18, 2011 9:39 AM | Last reply by Karel Zikmund - Thursday, September 22, 2011 1:11 AM -
0 Votes
Access class by another class which are not placed in App_Code folder
public Class2 { public void Foo () { var objClass1 = new Class1(); objClass1.Test(); } } By default when you ...Answered | 3 Replies | 1717 Views | Created by Jey Dude - Tuesday, August 6, 2013 11:16 AM | Last reply by CoolDadTx - Wednesday, August 7, 2013 3:23 PM -
0 Votes
IsDBNull not working in class when in App_Code folder
The App_Code folder therefore works much like the Bin folder, except that you can store source code in it instead of compiled code.Unanswered | 4 Replies | 100 Views | Created by Anonymous - Friday, June 8, 2018 4:58 PM | Last reply by Anonymous - Thursday, July 5, 2018 7:26 AM -
0 Votes
APP_Code
Items in this folder are then recompiled when any changes are detected.Answered | 2 Replies | 5039 Views | Created by Mr.GMKREDDY - Friday, July 15, 2011 3:44 PM | Last reply by Mr.GMKREDDY - Friday, July 22, 2011 5:36 PM -
0 Votes
App_code and bin folders in sharepoint site
Hi Usha, In .NET development, we can use the App_code folder to store files which can be access through the whole project(might be a custom web ...Answered | 1 Replies | 1232 Views | Created by UshaJyothsna - Friday, May 27, 2016 10:22 AM | Last reply by Patrick_Liang - Monday, May 30, 2016 8:11 AM -
1 Votes
IsDBNull convertion to c#
Hi again, the IsDBNull() method is a VB method (Microsoft.VisualBasic.Information) and thus not available for C#.Answered | 1 Replies | 6047 Views | Created by linkit - Thursday, February 10, 2011 10:34 AM | Last reply by Olaf Rabbachin - Thursday, February 10, 2011 6:14 PM -
0 Votes
Intellisense in App_Code
Shrikant Maske Tier 2 Application Support Server and Tools Online Operations TeamAnswered | 1 Replies | 9039 Views | Created by kin.ko - Wednesday, May 19, 2010 12:06 AM | Last reply by Shrikant Maske - Thursday, May 20, 2010 1:37 PM -
5 Votes
What is C#'s equivalent for VB's "IsDbNull"?
The replacement that I use for IsDBNull() is DataRow.IsNull(String columnName).Answered | 10 Replies | 74729 Views | Created by Tom_LIU2 - Monday, June 19, 2006 3:44 AM | Last reply by aptdude - Monday, April 2, 2012 2:19 PM -
0 Votes
The type exists in both App_Code & Website.
The Log class is found in two referenced assemblies, thus it's ambiguous and the compiler cannot tell what to use.Answered | 1 Replies | 2609 Views | Created by Maggy111 - Monday, May 23, 2016 1:04 PM | Last reply by Stefan Hoffmann - Monday, May 23, 2016 1:47 PM -
1 Votes
App_Code Assembly error
It worked.Answered | 6 Replies | 17702 Views | Created by kranthi1283 - Tuesday, October 19, 2010 8:43 PM | Last reply by Dixon Alwin - Thursday, November 27, 2014 10:22 PM -
0 Votes
Debugging a UnitTest in App_Code directory
Please mark the replies as answers if they help and unmark them if they provide no help.Answered | 2 Replies | 3973 Views | Created by P.Huhn - Friday, December 5, 2008 6:04 PM | Last reply by Bill.Wang - Tuesday, December 9, 2008 7:44 AM -
0 Votes
App_code folder, class not recognized.
the folder app_code should be in the root.Unanswered | 4 Replies | 72 Views | Created by Anonymous - Wednesday, February 8, 2006 5:34 AM | Last reply by Anonymous - Tuesday, May 12, 2009 3:36 PM -
0 Votes
inheriting class from App_code folder
User-851878389 posted Glad it worked.Answered | 5 Replies | 180 Views | Created by Anonymous - Friday, June 10, 2011 11:29 AM | Last reply by Anonymous - Friday, June 10, 2011 1:03 PM -
0 Votes
Class not found in App_Code folder
When you get that exception, what version does it say you are using?Answered | 2 Replies | 100 Views | Created by Anonymous - Sunday, January 28, 2007 3:29 PM | Last reply by Anonymous - Sunday, January 28, 2007 5:31 PM -
0 Votes
App_Code folder does not work???
User-1340885213 posted Whenever you add a class to your project, it'll ask you something like this: create a App_Code..., you click "yes", and it'll make ...Answered | 3 Replies | 59 Views | Created by Anonymous - Wednesday, July 28, 2010 6:30 AM | Last reply by Anonymous - Wednesday, July 28, 2010 7:55 AM -
0 Votes
accessing class file that is not in app_code folder
first way, in order folder, i call the logcls.cs (logcls cls=new logcls(); ) it let me create the object, thats fine...but when i goto customer ...Answered | 10 Replies | 399 Views | Created by Anonymous - Friday, July 10, 2009 6:41 AM | Last reply by Anonymous - Thursday, July 16, 2009 8:03 AM -
1 Votes
EventSource stops working when projects are in a Solution Folder
F5, verify the EventSource worksCreate a new solution folder, move the Stateless1 (service) project to the folder.Answered | 2 Replies | 883 Views | Created by clintsinger1 - Tuesday, February 2, 2016 11:40 PM | Last reply by Karol Zadora - Thursday, July 28, 2016 3:51 PM -
3 Votes
"Invalid attempt to call IsDBNull when reader is closed" exception while iterating over EF collection
Ed Price (a.k.a User Ed), SQL Server Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki) Answer an ...Answered | 4 Replies | 4707 Views | Created by Dmitriano1 - Tuesday, May 28, 2013 7:33 AM | Last reply by Ed Price - MSFT - Thursday, June 6, 2013 4:22 PM -
0 Votes
using classes out of app_code folder
User-958617708 posted I could be wrong, but I don't think ASP.NET supports dropping random classes into folders within the website project unless you use the ...Answered | 10 Replies | 199 Views | Created by Anonymous - Thursday, April 12, 2007 9:56 AM | Last reply by Anonymous - Tuesday, April 17, 2007 4:56 AM -
0 Votes
Class in App_Code folder not Firing
Your app_code folder should reside on site roor and namespace should be used correctly.Answered | 3 Replies | 45 Views | Created by Anonymous - Wednesday, July 22, 2009 9:47 PM | Last reply by Anonymous - Thursday, July 23, 2009 7:53 AM - Items 1 to 20 of 3539274 Next ›
No announcements