DNN Hosting Register Login
 
Latest Discussions Minimize
Screen Shot Not Available by jerops
Hi,I have 2.4.3 UVG running on a 490 portal and when I use an apple with Final C...
Windows 2008 Server/Vista x64 by joshuahsu
I'm considering running DNN/UVG on Windows 2008 Server x64 with an Intel Qual pr...
Using DNN search by drabbas
I am unable to find my pictures using the DNN search feature. http://www.bradfor...
How to upgrade UVG by js360160
I have UVG 02.00.00 installed and I just downloaded UVG 02.04.04.Is there a spec...
File Transfer to Amazon by OurLink
I am having a small issue with the Amazon S3 integration on UMG. I have followed...
How to specify the format of [CREATEDATE] by loon08
like datetime.ToString("MMM,d yyyy") in .net, how to specify [CREATEDATE]'s form...
photoid in 3DCarousel not working by loon08
I am using 3DCarousel. When photoid is specified in url, it does not show the i...
A "must-have" option in "Settings / Default Sorting / Order": RANDOM by kossut
Hello, I've just purchased UMG and I can't believe, that in as rich, functional ...
Link: text box purpose by bhoffort
What is the purpose of the Link: text box in the photo property interface?Is the...
Format to export in final cut by rmalone
Weve got an issue exporting from final cut, I dont know what has happened, but w...
Our Partnership Minimize
If you are looking for good DNN hosting, then PowerDNN is the best DNN host around!
Support Forum Minimize
Subject: 2.0 Issue
Prev Next
You are not authorized to post a reply.

Page 1 of 3123 > >>
Author Messages
Brandon Hartsell
Posts:17
Silver Member

12/06/2007 11:19 AM  
If I let the set up wizard modify the web.config I get the following error when users try to login to the website:

system.web.httpexception: Data length (49152) is shorter than Content-Length (56861) and client is still connected.

This appears to happen with the addition of:

<add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" />

and

<add verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2" />

to the web.config.
Pengtsen R
Posts:5242


12/07/2007 1:19 AM  
will you get this problem if you set Max File Size to blank?

Pengtsen R
http://www.bizmodules.net
Brandon Hartsell
Posts:17
Silver Member

12/07/2007 4:28 AM  
Yes that is exactly what the setting was.
Pengtsen R
Posts:5242


12/07/2007 7:38 AM  
so what is more detailed error? you should see it in Event Viewer.

Pengtsen R
http://www.bizmodules.net
Brandon Hartsell
Posts:17
Silver Member

12/07/2007 8:03 AM  
AssemblyVersion: 04.04.01
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /ajaxpro/BizModules.UltraVideoGallery.UploadProgress,BizModules.UltraVideoGallery.ashx
AbsoluteURL: /ajaxpro/BizModules.UltraVideoGallery.UploadProgress,BizModules.UltraVideoGallery.ashx
AbsoluteURLReferrer: http://www.sunstoneyoga.com/Editors/VideoManagement/tabid/376/Wizard/True/Step/1/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: f81b1b20-2f3c-4346-83b3-2665e7262bb8
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.Util.CheckVirtualFileExists
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: The file '/ajaxpro/BizModules.UltraVideoGallery.UploadProgress,BizModules.UltraVideoGallery.ashx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: SHAKTI
Brandon Hartsell
Posts:17
Silver Member

12/07/2007 8:03 AM  
AssemblyVersion: 04.04.01
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /ajaxpro/converter.ashx
AbsoluteURL: /ajaxpro/converter.ashx
AbsoluteURLReferrer: http://www.sunstoneyoga.com/Editors/VideoManagement/tabid/376/Wizard/True/Step/1/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: d05874b2-4e7d-4268-a22e-eac735ccce38
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.Util.CheckVirtualFileExists
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: The file '/ajaxpro/converter.ashx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: SHAKTI
Brandon Hartsell
Posts:17
Silver Member

12/07/2007 8:05 AM  
Basically a lot dealing with ajax it appears. There are about 10 others.
Brandon Hartsell
Posts:17
Silver Member

12/07/2007 9:35 AM  
AssemblyVersion: 04.04.01
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /ajaxpro/BizModules.UltraPhotoGallery.AjaxDotNetForLightBox,BizModules.UltraPhotoGallery.ashx
AbsoluteURL: /ajaxpro/BizModules.UltraPhotoGallery.AjaxDotNetForLightBox,BizModules.UltraPhotoGallery.ashx
AbsoluteURLReferrer: http://sunstoneyoga.com/TeacherTraining/tabid/55/Default.aspx?gclid=COTrv7zalpACFQgsQwodInqL-A
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 57faae66-a9be-4f05-8516-43d55cfd2b27
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.Util.CheckVirtualFileExists
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: The file '/ajaxpro/BizModules.UltraPhotoGallery.AjaxDotNetForLightBox,BizModules.UltraPhotoGallery.ashx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: SHAKTI
Brandon Hartsell
Posts:17
Silver Member

12/07/2007 9:36 AM  
i looks like this just didn't get installed?
Pengtsen R
Posts:5242


12/07/2007 9:58 AM  
yes, it seems ajaxpro is not installed.

please check your web.config, there should be a reference to ajaxpro.2.dll, if you find another line which refer to ajaxpro.dll, delete it.

Pengtsen R
http://www.bizmodules.net
Brandon Hartsell
Posts:17
Silver Member

12/07/2007 11:43 AM  
didn't help. here is what happens:
Server Error in '/' Application.
Data length (49152) is shorter than Content-Length (56665) and client is still connected.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Data length (49152) is shorter than Content-Length (56665) and client is still connected.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): Data length (49152) is shorter than Content-Length (56665) and client is still connected.]
Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() +2641
Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() +253
Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) +21
System.Web.HttpWorkerRequest.HasEntityBody() +17
System.Web.HttpRequest.GetEncodingFromHeaders() +223
System.Web.HttpRequest.get_ContentEncoding() +48
System.Web.HttpServerUtility.UrlDecode(String s) +142
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +205
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

[HttpException (0x80004005): Unhandled HttpException while processing NeatUpload child request]
Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +837
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64


Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
Brandon Hartsell
Posts:17
Silver Member

12/07/2007 4:26 PM  
Removing:

<add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" />


solves the error i was getting. do we need this in the web.config?

any idea how to fix?
Pengtsen R
Posts:5242


12/08/2007 9:06 AM  
Brandon, I'll check it and give you further reply, please wait for my solution.

thank you.

Pengtsen R
http://www.bizmodules.net
Pengtsen R
Posts:5242


12/10/2007 2:43 AM  
Brandon, I can't replicate this problem on my local computer, is it possible to get host permission and FTP access to your server so I can test this problem?

Please ignore my request if your webstie is a live website.

thanks.

Pengtsen R
http://www.bizmodules.net
Pengtsen R
Posts:5242


12/10/2007 2:43 AM  
also, please email your web.config to service@bizmodules.net, you can remove connection strings in it.

Pengtsen R
http://www.bizmodules.net
Jacky Lin
Posts:24
Silver Member

01/25/2008 1:01 PM  
I'm also having this problem.. Please share some insign on how to get this problem resolved .
Jacky Lin
Posts:24
Silver Member

01/25/2008 1:09 PM  
ModuleId: 1686
ModuleDefId: 234
FriendlyName: UVG_AddVideo
ModuleControlSource: DesktopModules/UltraVideoGallery/AddVideo.ascx
AssemblyVersion: 03.03.07
PortalID: 0
PortalName: NiHao USA
UserID: 1
UserName: host
ActiveTabID: 332
ActiveTabName: Add New Videos
RawURL: /Video/AddNewVideos/tabid/332/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.nihao-usa.com/Video/AddNewVideos/tabid/332/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; MS-RTC LM 8)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 275a9166-9fbd-479d-8847-30b827493bad
InnerException: Parser Error: Parser Error: The format of the file 'Brettle.Web.NeatUpload' is invalid.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Reflection.Assembly.GetType
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Parser Error: Parser Error: The format of the file 'Brettle.Web.NeatUpload' is invalid. ---> System.Web.HttpException: Parser Error: Parser Error: The format of the file 'Brettle.Web.NeatUpload' is invalid. ---> System.Web.HttpParseException: Parser Error: The format of the file 'Brettle.Web.NeatUpload' is invalid. ---> System.BadImageFormatException: The format of the file 'Brettle.Web.NeatUpload' is invalid. File name: "Brettle.Web.NeatUpload" at System.Reflection.Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) at System.Web.UI.NamespaceTagNameToTypeMapper.System.Web.UI.ITagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs) at System.Web.UI.MainTagNameToTypeMapper.GetControlType(String tagName, IDictionary attribs, Boolean fAllowHtmlTags) at System.Web.UI.RootBuilder.GetChildControlType(String tagName, IDictionary attribs) at System.Web.UI.ControlBuilder.CreateChildBuilder(String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, String sourceFileName, Type& childType) at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) at System.Web.UI.TemplateParser.ParseStringInternal(String text) at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) === Pre-bind state information === LOG: DisplayName = Brettle.Web.NeatUpload, Version=1.2.2860.1239, Culture=neutral, PublicKeyToken=null (Fully-specified) LOG: Appbase = file:///C:/Inetpub/vhosts/nihao-usa.com/httpdocs LOG: Initial PrivatePath = bin Calling assembly : BizModules.UltraVideoGallery, Version=2.0.5.359, Culture=neutral, PublicKeyToken=null. === LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: Brettle.Web.NeatUpload, Version=1.2.2860.1239, Culture=neutral, PublicKeyToken=null LOG: Attempting download of new URL file:///c:/windows/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/root/49ce1e53/288ececd/Brettle.Web.NeatUpload.DLL. LOG: Attempting download of new URL file:///c:/windows/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/root/49ce1e53/288ececd/Brettle.Web.NeatUpload/Brettle.Web.NeatUpload.DLL. LOG: Attempting download of new URL file:///C:/Inetpub/vhosts/nihao-usa.com/httpdocs/bin/Brettle.Web.NeatUpload.DLL. --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) at System.Web.UI.TemplateParser.ParseFile(String filename, String virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() at System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) at System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() at System.Web.UI.TemplateControlParser.GetReferencedType(TemplateControlParser parser, String virtualPath) at System.Web.UI.TemplateControlParser.GetUserControlType(String virtualPath) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text) at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) at System.Web.UI.TemplateParser.ParseFile(String filename, String virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() at System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) at System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() at System.Web.UI.TemplateParser.GetParserCacheItem() at System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControlParser.GetCompiledType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.UserControlParser.GetCompiledUserControlType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
Source:
Server Name: NIHAOUSA


This is the Error that I'm getting.
Pengtsen R
Posts:5242


01/25/2008 10:08 PM  
Jacky, your problem is different, your DNN version is 3.3.7, but it seems the neatupload dll in UVG 206 for DNN 3 is .NET 2.0 version, so .net 1.1 can't load this library.

please redownload UVG_206_DNN3.zip from snowcovered and try again.

thanks.

Pengtsen R
http://www.bizmodules.net
Jacky Lin
Posts:24
Silver Member

01/26/2008 11:54 PM  
Thanks for you reply. I downloaded the module and reinstall it. Now when I add the addvideo module I get this error.



Please advise what I should do to fix this problem.

Thanks so much

Jacky
Jacky Lin
Posts:24
Silver Member

01/26/2008 11:55 PM  
""
You are not authorized to post a reply.
Page 1 of 3123 > >>


Enterprise level DotNetNuke Solutions Copyright © 2005-2008 BizModules   |  Contact Us  |  Terms Of Use  |  Privacy Statement