NameSpace Issue VS 2005
Tech-Archive recommends: Speed Up your PC by fixing your registry
Hi All,
i have a folder in my project BO, and i added the core
classes from an existing 2005 application and added in this folder,
and i added a namespace for it, but in fact when i compiled and viewed
the dll with ildasm i got surprised , i was not able to see the
classes.
i added a new class under the folder, then i viewed the assembly i was
able to find the new class under the namespace, but infact i was not
able to view the rest of the things
Can any one give an insight to this
thanks in advance
thomson
.
Relevant Pages
- Re: Special Folder Shell Namespace number vs title
... There's a current user App Data folder ... And I have an oddball Workgroup namespace with a strange path: ... Dim i, Temp, sItem, oShFolder ... On Error Goto 0 ... (microsoft.public.scripting.vbscript) - Re: .NET project structure best practices
... Each project has it own directory in the root project dir - ... > project in its own folder, but why creating all these subfolders in ... > projects with namespace derived from MyCompany.Data. ... Web projects may have many sub-folders with ... (microsoft.public.dotnet.general) - Re: .NET project structure best practices
... has the same name as the namespace. ... > Here is what Brad suggests regarding project folder ... Web projects may have many sub-folders with ... > sub-project is a part of a Web site (and it may even be copied using XCOPY ... (microsoft.public.dotnet.general) - Re: define global value
... Namespace problem based on the way VB works with folders, at least that is my first guess as to why you are having issues. ... Look in the /bin folder using reflector. ... Public Shared Function AlphaNumOnlyAs String ... Dim sResult As String ... (microsoft.public.dotnet.framework.aspnet) - Re: Embedded resource namespace
... In a c# project the namespace of embedded resources follows the folder structure, but in a vb.net project it does not. ... This is a problem if you have two folders in your project, both with a File.bmp; in c# they will be distinguished by namespace, but in vb you'll get a compilation error. ... It would be interesting to know the story behind this behavior, but what would be most helpful to me is a way to specify a namespace for embedded resources, or to set an option so that the namespaces follows the folder path like in c# projects. ... I think in the project properties, we can set the Rootnamespace property, so that we can change that to make the final namespace looks like Root.TestFolder.filename. ... (microsoft.public.dotnet.languages.vb) |
|