Hi Arthur,
I got confused , I was able to see the assemblyinfo.cs inside a properties
folder . Are we discussing the register tag prefix regarding the
WebControlLibrary?
or i understood something wrong ? As mentioned in the thread before , you
can add that line mentioned there.
Still was wondering , Did i understood anything wrong ?
Also its possible for you to use a same assembly info of your 2003/2002
projects
Regards,
Hari
"Arthur Dent" <hitchhikersguideto-> wrote in message
news:...
> Where im getting confused is that i do not see an AssemblyInfo file in the
> project anymore, and if i do an Add > New Item... i dont see a template
> for AssemblyInfo either..... did you just add an empy Module or Class
> file, and then rename it to AssemblyInfo, or ?
> As I understood it (quite possibly incorrectly) the My Project item in the
> tree replaced AssemblyInfo, but i dont see any where in that things
> property pages to add in the assembly tagprefix either.
>
> Thanks in advance,
> - Arthur
>
> "Hari" <> wrote in message
> news:...
>> Hi Arthur,
>>
>> I dont think this gets changed in 2005 . I do worked on various controls
>> i developed myself but didnt faced any issue reg the register tag prefix.
>>
>> I used like this in c# code , Not sure where you are getting issues reg
>> this?
>>
>> [Assembly: System.Web.UI.TagPrefix("Temporal.WEB.Controls", "twebc")]
>>
>>
>> "Arthur Dent" <hitchhikersguideto-> wrote in message
>> news:...
>>> Can anyone tell me what the equivalent in 2005 is for 2003's line
>>> <Assembly: System.Web.UI.TagPrefix("Temporal.WEB.Controls", "twebc")>
>>> in the AssemblyInfo file?
>>>
>>> I have an assembly of my own custom webcontrols which i am trying to
>>> port to 2005, but cannot seem to find this piece of info.
>>>
>>> Thanks in advance,
>>> - Arthur Dent.
>>>
>>
>>
>
>
|