English 中文(简体)
未承认的净级数据级图书馆
原标题:nettiers data class library not recognized

我需要利用各级图书馆网网进行青少年应用。 我设立了一个新的哥索尔应用项目,增加了对NetTiers所有图书馆的参考资料,并创建了一个拥有所有必要组合的书目。 在我进行编码时,我听说,没有错误和一切,但当我去汇编申请时,我会发现PPGEDI的错误。 没有数据。

我的方案只有一行。 主要方法:

PPGEDI.Entities.VansEntity van 
  = DataRepository.VansEntityProvider.GetById(16);

I m 得出以下错误:

Error   93  
   The type or namespace name  Data  
   does not exist in the namespace  PPGEDI  
   (are you missing an assembly reference?) 

令人沮丧的是,因为我知道我会增加大会的参考资料:

“entergraph

视力演播室,2010年,C#和NET4.0。 任何人都能够给我一个想法,说明我需要做些什么才能工作。

值得注意的是,如果我在网络应用中使用自动交换分机网页上所用的同一方法,这一说法就可行。

最佳回答

@BrokenGlass, you were absolutely correct. I double checked and it was set to ".NET Framework Client Profile", I changed it to .NET 4 and it s working now, can you put that as an answer?

你们正在使用。 网上用户形象,载于你专栏中,这是一个“明晰”的版本,没有包含所有集会。

问题是,如果你在提到一个以整个框架为目标的级图书馆时,提及“完整”框架会不会得到解决。 由此产生了你所看到的并非预定的错误信息。 转至全部。 作为目标框架的网络4将解决这一问题。

更深入地概述这一问题和网络4 客户概况一般也见 什么是新的。 NET 框架4

问题回答

暂无回答




相关问题
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. ...

热门标签