Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...MuliLanguage and Installation HelpMuliLanguage and Installation Help
Previous
 
Next
New Post
5/22/2009 4:12 AM
 

System.Web.Extensions.dll contains AJAX 1.0, which has been shipped separately and is included for compatibility with .net versions < 3.5

DNN 5.2 will require .Net 3.5 SP1 to be installed and the extra dll be removed.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
5/28/2009 10:37 PM
 

Had the same issue.  Looks like there's a manual edit of the DotNetNuke.Library.vbproj file (line 987) to insert a manual copy of files (even though they're not there)...

  <Target Name="AfterBuild">
    <Copy SourceFiles="Components\SharpZipLib\bin\SharpZipLib.dll" DestinationFolder="..\Website\bin\" />
    <Copy SourceFiles="Controls\DotNetNuke.WebControls\bin\DotNetNuke.WebControls.dll" DestinationFolder="..\Website\bin\" />
    <Copy SourceFiles="Providers\HtmlEditorProviders\Fck\bin\DotNetNuke.FckHtmlEditorProvider.dll" DestinationFolder="..\Website\bin\" />
    <Copy SourceFiles="Controls\AJAX\bin\System.Web.Extensions.dll" DestinationFolder="..\Website\bin\" />
    <Copy SourceFiles="bin\DotNetNuke.dll" DestinationFolder="..\Website\bin" />
    <Copy SourceFiles="Controls\DotNetNuke.WebUtility\bin\DotNetNuke.WebUtility.dll" DestinationFolder="..\Website\bin\" />
  </Target>

Basically it's a bug in the project file.  Remove the offending line and it'll start working

I'm only using the source directly as there were so many errors with the starter kit (project template) - again with files missing.  I believe the standard installation's OK.

 
New Post
5/29/2009 3:37 AM
 

 are you using VS2008 to compile against ASP.Net 3.5? Please be aware, that by default, DNN Library is compiled against ASP.Net 2.0.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/6/2009 3:43 PM
 

It's my first time to use DOTNETNUKE.

I have got the same error message when I build the solution by VS2008. the source version: DotNetNuke_Community_04.09.04_Source.

I follow the instruction(the training tutorial) to setup IIS and DotNetNuke_VS2008.sln (as below)

---------------

Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "DNN_494_Source", "http://localhost/DNN_494_Source", "{79D3BA0F-F76F-4A84-AE7F-C6A01EC247F9}"
 ProjectSection(WebsiteProperties) = preProject
  TargetFramework = "2.0"

---------------

The error message:

Error 1 Unable to copy file "Controls\AJAX\bin\System.Web.Extensions.dll" to "..\Website\bin\System.Web.Extensions.dll". Could not find a part of the path 'Controls\AJAX\bin\System.Web.Extensions.dll'. C:\DotNetNuke_Site\DNN_494_Source\Library\DotNetNuke.Library.vbproj 987 5 DotNetNuke.Library

---------------

I can't understand your answr. Could you please give more instruction? Thanks.

Jeffery Shi

 
New Post
9/22/2009 4:22 AM
 

 1. download ajax extension from asp.net website http://www.asp.net/ajax/downloads/

2. if your .net framework version is 2.0 you can download it from http://www.asp.net/ajax/downloads/archive/ ,http://go.microsoft.com/fwlink/?LinkID=77296

3. install it ,then you can get the extensions.dll from the install directory ,maybe it is in C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025

4. copy the dll to the directory Controls\AJAX\Bin,I means you need to create such folder,AJAX and bin 

5. compile all of your source code 

 

I think it will be ok

good lucky

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...MuliLanguage and Installation HelpMuliLanguage and Installation Help


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out