|
|
Rank: Newbie Groups: Member
Joined: 3/15/2008 Posts: 7 Points: 21
|
When I Installing have the next error: Server Error in '/' Application.
Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'MailYouLikev3.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="MailYouLikev3.Global" %>
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
|
|
Rank: Newbie Groups: Member
Joined: 3/15/2008 Posts: 7 Points: 21
|
After I checked DLL now have the next error Server Error in '/' Application.
Invalid object name 'domains'. 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.Runtime.InteropServices.COMException: Invalid object name 'domains'.
Source Error:
Line 46: recdo.CursorLocation = 2 Line 47: recdo.LockType = 3 Line 48: recdo.Open() Line 49: dim recdo_numRows = 0 Line 50: lb = "<select name=""domains"" " & sty & ">" & vbCrLf Source File: C:\Inetpub\vhosts\__________\httpdocs\build_domains.aspx Line: 48
Stack Trace:
[COMException (0x80040e37): Invalid object name 'domains'.] ADODB.RecordsetClass.Open(Object Source, Object ActiveConnection, CursorTypeEnum CursorType, LockTypeEnum LockType, Int32 Options) +0 ASP.my_login_aspx.build_domains(String& sty, Object& ty) in C:\Inetpub\vhosts\_______\httpdocs\build_domains.aspx:48 ASP.my_login_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in C:\Inetpub\vhosts\_________\httpdocs\my_login.aspx:109 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27 System.Web.UI.Control.Render(HtmlTextWriter writer) +7 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243 System.Web.UI.Page.ProcessRequestMain() +1926
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
|
|
 Rank: Administration Groups: Administration
Joined: 7/1/2008 Posts: 243 Points: 729
|
make sure you have entered database info correctly in web.config file also make sure you have the bin folder and all DLL's files inside it the bin folder should be on the root of your domain
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 3/15/2008 Posts: 7 Points: 21
|
Database info is correct. Bin dir in the root. But the same error Invalid object name 'domains'.
|
|
 Rank: Administration Groups: Administration
Joined: 7/1/2008 Posts: 243 Points: 729
|
can you please email support@mailyoulike with your ftp info to check this
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 3/15/2008 Posts: 7 Points: 21
|
finally just run it, but under MS ACCESS. Under MS SQL didnt run, I think some king of MS SQL issue on my MS SQL server. Thanks
|
|
 Rank: Administration Groups: Administration
Joined: 7/1/2008 Posts: 243 Points: 729
|
Make sure database script is correctly executed on your ms sql database you will have to do that manually
you can find the .sql script under the db/mssql folder
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 3/15/2008 Posts: 7 Points: 21
|
Thanks. Now I trying to add Query in Admin of database (via ASP.NET Enterprise Manager) and have errors (didnt execute due errors in dump .sql file that comes with program). What is you recommend to use? Access or MS SQL with MailYouLike? Server Error in '/mssql' Application.
A potentially dangerous Request.Form value was detected from the client (sqlstmt="...click the <b>Edit</b> button t..."). Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false in the Page directive or in the configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case.
Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (sqlstmt="...click the <b>Edit</b> button t...").
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:
[HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (sqlstmt="...click the <b>Edit</b> button t...").] System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) +240 System.Web.HttpRequest.ValidateNameValueCollection(NameValue Collection nvc, String collectionName) +99 System.Web.HttpRequest.get_Form() +113 System.Web.UI.Page.GetCollectionBasedOnMethod() +69 System.Web.UI.Page.DeterminePostBackMode() +128 System.Web.UI.Page.ProcessRequestMain() +2112 System.Web.UI.Page.ProcessRequest() +218 System.Web.UI.Page.ProcessRequest(HttpContext context) +18 System.Web.CallHandlerExecutionStep.System.Web.HttpApplicati on+IExecutionStep.Execute() +179 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
|
|
Rank: Newbie Groups: Member
Joined: 3/15/2008 Posts: 7 Points: 21
|
Everything is working now. Thanks for your support!
|
|
|
Guest |