Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not seeing a new method in a class
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00990732
Message ID:
00990901
Views:
13
You need to add your project reference in the current project. You can do this via Solution Explorer. Also, you need to load the assembly with "using YourNameSpace;" keyword at the top your class.

>strBURL = Common.GetBURL();
>
>The intellisense doesn't show my new method either. The 'common' class is in another project. So, I'm assuming I need to do something, so that this project can see the new method? I hope I have given you enough info.
>
>
>>How are you calling it? What error message you are getting? Can you copy your calling code?
>>
>>>I am a newbie to .net. I have created a public static method in a common class in c#. I am using the namespace that holds this 'common' class but I can't reference this new method.
>>>
>>>What am I doing wrong?
>>>
>>>Thanks,
>>>Paul
- Jayesh
Previous
Reply
Map
View

Click here to load this message in the networking platform