English 中文(简体)
视力室2010年缺失参考资料
原标题:missing reference in visual studio 2010

i am using visual studio 2010 and arcgis server 10 to develop Server Object Extension and while developing the manager property page esri.arcgis.servermanager is missing how to include this assembly reference in my project. i am using this link for help http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_develop_a_property_page_for_the_REST_SOE/000100000nwm000000/ plz help me asap.

最佳回答

首先:我不熟悉ArcGIS服务器,但我或许能够帮助你发表一些一般性意见。

检查你所贴链接第6步所列集会在视力探索者演播室解决方案中可见References(在你扩大时)。 否则,你就需要补充。

在您的“解决方案探索者”中添加提及一个集会、右翼References的项目并点击Add Reference...。 选择你必须包括的集会(例如ESRI.ArcGIS.ServerManager)。 这主要是你所显示的5和6个环节。 如果你正确这样做,就应当在References上登入你的解决方案探索者。

Note that the documentation states that the ServerManager requires the Web Applications component of ArcGIS Server. Ensure that you have this, or it might not work.

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签