E
esha
I created WEB app in C# and it runs fine on my local machine. When I moved
everything to the hosting server I've got an error:
Compiler Error Message: CS0246: The type or namespace name 'Photo' could not
be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 186: public static List<Photo> GetPhotos(int AlbumID)
I have public class Photo in the project.
If the application runs on my local machine without any reference then why
and how should I reference it when it runs on the server?
Thank you
Esha
everything to the hosting server I've got an error:
Compiler Error Message: CS0246: The type or namespace name 'Photo' could not
be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 186: public static List<Photo> GetPhotos(int AlbumID)
I have public class Photo in the project.
If the application runs on my local machine without any reference then why
and how should I reference it when it runs on the server?
Thank you
Esha