the problems of staring a autocad managed c# project

the problems of staring a autocad managed c# project

Anonymous
Not applicable
394 Views
2 Replies
Message 1 of 3

the problems of staring a autocad managed c# project

Anonymous
Not applicable
When i start a new autocad managed c# project, the vs2005 shows the following problems:
警告 1加载属性“RootNamespace”失败。根命名空间的字符串必须是有效的标识符。 CsMgdAcad11
My vs2005 is chinese version.
1Loading propertity "RootNamespace"failed. The string of RootNamespace must be valid symbol. CsMgdAcad11
0 Likes
395 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
I get that too in the english version. I just reopen the solution and the error goes away. sorry I can't be of more help.

lao dan
0 Likes
Message 3 of 3

Anonymous
Not applicable
Some Reference may be missing in your project. Try to add the reference. Example Autodesk.AutoCAD.Windows.PaletteSet class requires System,.Windows.Forms referece.
0 Likes