No announcements
Found 3559867 threads
-
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 select ...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 -
2 Votes
two classes in different languages in \App_code folder
In the App_Code directory, create separate directories for each language.Answered | 2 Replies | 7903 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
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 ...Answered | 1 Replies | 1234 Views | Created by UshaJyothsna - Friday, May 27, 2016 10:22 AM | Last reply by Patrick_Liang - Monday, May 30, 2016 8:11 AM -
0 Votes
APP_Code
Contains source code for shared classes and business objects (for example, ..cs, and .vb files) that you want to compile as part of your application.Answered | 2 Replies | 5042 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
Access folder outside kown folders class
Getting access denied is expected, see this for more information: File access and permissions, you do not have permission to access ...Answered | 1 Replies | 1033 Views | Created by KevinDeery - Friday, April 10, 2015 8:24 AM | Last reply by Jamles Hez - Tuesday, April 14, 2015 6:48 AM -
0 Votes
accessing class file that is not in app_code folder
actually i have a main folder called 'main' and ...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 -
0 Votes
How to access a class file in different path?
Hmmm right..How to specify the relative path of the folder?Answered | 9 Replies | 3671 Views | Created by Shava - Tuesday, May 3, 2011 12:57 PM | Last reply by Shava - Monday, May 9, 2011 12:17 PM -
0 Votes
How to access class files not in App_Code folder
app_code compile and convert into a dll and all other code access it easily.Answered | 3 Replies | 92 Views | Created by Anonymous - Thursday, February 25, 2010 6:33 AM | Last reply by Anonymous - Thursday, February 25, 2010 1:25 PM -
1 Votes
how to access "Program files" folder when Metro
That's why i have to access this folder when Metro.Answered | 7 Replies | 3012 Views | Created by Cole.Ding - Friday, May 18, 2012 8:05 AM | Last reply by MingXu-MSFT - Thursday, May 31, 2012 4:55 AM -
0 Votes
Intellisense in App_Code
Shrikant Maske Tier 2 Application Support Server and Tools Online Operations TeamAnswered | 1 Replies | 9041 Views | Created by kin.ko - Wednesday, May 19, 2010 12:06 AM | Last reply by Shrikant Maske - Thursday, May 20, 2010 1:37 PM -
0 Votes
accessing class file outside App_Code folder
if u want to use classes which u dont want to put in app_code, then create separate class library project of those class ...Answered | 5 Replies | 359 Views | Created by Anonymous - Tuesday, April 27, 2010 2:45 PM | Last reply by Anonymous - Tuesday, April 27, 2010 8:03 PM -
0 Votes
Accessing File from a random folder
So known folder is of little use.Answered | 6 Replies | 553 Views | Created by Panthera_uncia - Friday, March 11, 2016 12:28 PM | Last reply by Dave Smits - Friday, March 11, 2016 12:53 PM -
1 Votes
how to access in folder:"AC"
How it will help to user, oh my god.Answered | 2 Replies | 2185 Views | Created by Sean Lu_Asus - Thursday, August 9, 2012 9:55 AM | Last reply by serraxer - Saturday, September 8, 2012 11:34 AM -
0 Votes
Accessing class file in App_Code
Now, any class from the App_Code is not recognized - but when I run it, it works.Answered | 8 Replies | 71 Views | Created by Anonymous - Thursday, July 1, 2010 12:38 PM | Last reply by Anonymous - Saturday, July 3, 2010 1:06 AM -
1 Votes
How to Access Class defined in App_code Folder
Can you post the contents of your code file (you can leave out the method bodies for conciseness) and how you're referencing the class in your ASPX page?Answered | 13 Replies | 49595 Views | Created by Goldstar Lee - Wednesday, October 31, 2012 2:45 PM | Last reply by Goldstar Lee - Tuesday, November 6, 2012 1:20 AM -
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 | 2611 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
where to place class file in WPF
If you created the class in the folder via.Answered | 3 Replies | 2202 Views | Created by mhp3970 - Saturday, March 2, 2013 6:57 PM | Last reply by SharpAspirant - Saturday, March 2, 2013 10:17 PM -
0 Votes
Class File In App_Code Folder Not Recognized
User-821857111 posted Class files in the App_Code folder do not have properties.Unanswered | 11 Replies | 523 Views | Created by Anonymous - Wednesday, June 8, 2011 9:10 AM | Last reply by Anonymous - Saturday, June 25, 2011 4:53 PM -
1 Votes
NFS Folder not accessible using BizTalk File Adapter
Consult with your sys admin how to do this with a script.Answered | 4 Replies | 2425 Views | Created by surya1982 - Tuesday, March 5, 2013 11:51 AM | Last reply by Leonid Ganeline - Tuesday, March 5, 2013 5:26 PM -
0 Votes
Access class file in App_Code
Hello, The intended use of App_Data was to store application data for the web process to access.Answered | 2 Replies | 5146 Views | Created by Babu Kumarasamy - Wednesday, August 31, 2011 1:01 PM | Last reply by Larcolais Gong - Friday, September 2, 2011 2:59 AM - Items 1 to 20 of 3559867 Next ›
No announcements