locked
RegAsm : warning RA0000 : No types were registered RRS feed

  • Question

  • User-1344218091 posted

    hi all,

    i am getting a warning when i am registering an assembly with visual studio 2005.

    The warning message shows like "RegAsm : warning RA0000 : No types were registered"

    If anybody knows the solution plz reply

    regards

    srinivas

    Wednesday, July 19, 2006 3:00 AM

All replies

  • User-1363174918 posted

    Can you describe what are you trying to achieve? RegAsm typically used to register assembly as a COM server. Is that what are you trying to do?

    Wednesday, July 19, 2006 7:18 PM
  • User-1103808741 posted

    Hi,

    Set ComVisible property to "true" in assemblyInfo.cs file.

    I hope this will solve your problem.

    -Mahi[Yes]

    Tuesday, July 31, 2007 1:59 AM
  • User1889059370 posted

    Hi Mahi,

    Thank you so much...it was very helpful......while I was gettin the error :RegAsm : warning RA0000

    I was just registering using :regasm C:\C-HASH\Project290708\mcMath\mcMath\bin\Debug\mcMath.dll

    at Visual Studio command prompt bt as I Set ComVisible property to "true" in assemblyInfo.cs file ............it worked...

    you r a life saviour for me....do give me tips as how to buid tht Bull's Eye approach....... [:D][Yes]

    Tuesday, July 29, 2008 6:55 AM
  • User2122045558 posted

    Hi.

    too in tab "Build" from properties of project, mark "Generate serialization assembly" = "On"

    Wednesday, January 15, 2020 11:39 AM