Click here to Skip to main content
15,899,679 members

Comments by J imran (Top 48 by date)

J imran 11-Mar-15 12:03pm View    
not getting the last solution... you mean I need to edit csproj file of my application assembly and give the path of the reference assembly classes?
J imran 6-Mar-15 7:39am View    
I included COM Object from com page of add reference window.
The Classes in the Com Objects are visible in model and Controller classes but they do not appear and not accessible in cshtml views. Hope I have explained it good now.
J imran 5-Mar-15 23:07pm View    
Actually it is a COM object I am trying to use in view. I am afraid I cann't call the reference directly in view. I have to declare a class with reference of my desired object and redeclare the properties of my desired object to get and set.
this way of indirect access I can use my COM Class object in view.
Very strange to know that cshtml doesn't allow to use everything that is usable in controller class.
J imran 4-Mar-15 2:06am View    
Ok I understand what is namespace and what is assembly. I have an assembly I refered in assembly reference. there is a class in that assembly that I can't access in my view. This is my concern. while in controller I can access my desired object.
Thank you for understanding.
J imran 12-Feb-15 10:51am View    
actually I am using a library where the coder has provided me with the function signature already. I am to work a lot for finding another way arround.