精通
英语
和
开源
,
擅长
开发
与
培训
,
胸怀四海
第一信赖
I am working in DotNetNuke with VB.NET. Under DesktopModules, there is a file as for example "Survey.dnn.config" . In that my first line of code is as below:
我以VB.NET语言使用DotNetNuke开发。在DesktopModules,有一个参考文件“Survey.dnn.config”。我的第一行代码如下:
Here error thrown as "dotnetnuke element is not declared"
在这里,抛出错误“DotNetNuke的元素未声明”
Failure Did not find any .dnn file ???
因为没有发现任何.dnn文件而失败吗?
Failure ExceptionSystem.Exception: File load failed, aborting at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.ReadZipStream() at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install() .
故障ExceptionSystem.Exception:文件加载失败,在DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.ReadZipStream()在DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install中止()。
Solution 1
解决方法1
This indicates that you are trying to install the download package。
这表示您要下载安装如下包.
'name' Download.ZIP
'name' Download.ZIP
(where 'name' is the name of the package... eg Bulk Emailer 45.02.24 Downlaod.ZIP)。
(其中“name”是包的名称...例如Bulk Emailer 45.02.24 Downlaod.ZIP).
This is NOT the package that should be installed to the DNN website. This is the package that contains the install package. Unzip (extract) the contents to a folder on your computer to find the package...
这不是一个应该被安装到DNN网站的软件包。这是包含在安装包中的包。解压缩(提取物)中的内容到您的计算机上的文件夹,找到包...
'name' PA.ZIP
'名称'PA.ZIP
e.g. Bulk Emailer 45.02.24 PA.ZIP
例如散装一个Emailer 45.02.24 PA.ZIP
This is the file that is installed to the DNN Website.
这是安装到DNN网站文件。
Solution 2
解决方案2
Do you realize that DonNetNuke maintains their own support forums?
你可知道DonNetNuke维护自己的支持论坛吗?
Next time, use them. They're a far better place to ask questions about DotNetNuke than anywhere else.
接下来的时间,使用它们。他们是比其它地方更好的地方来询问DotNetNuke有关问题。