Click here to Skip to main content
15,911,039 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to dispaly columndata horizontal in gridview.... Pin
S.Dhanasekaran4-Feb-09 3:08
S.Dhanasekaran4-Feb-09 3:08 
QuestionAccess ASP.NET applcation in LAN Pin
avvaru.murali3-Feb-09 6:19
avvaru.murali3-Feb-09 6:19 
AnswerRe: Access ASP.NET applcation in LAN Pin
Abhijit Jana3-Feb-09 6:30
professionalAbhijit Jana3-Feb-09 6:30 
AnswerRe: Access ASP.NET applcation in LAN Pin
Venkatesh Mookkan3-Feb-09 15:42
Venkatesh Mookkan3-Feb-09 15:42 
QuestionNot able access database (Sybase) after installing MSI Pin
siva4553-Feb-09 4:05
siva4553-Feb-09 4:05 
AnswerRe: Not able access database (Sybase) after installing MSI Pin
SeMartens3-Feb-09 4:29
SeMartens3-Feb-09 4:29 
AnswerRe: Not able access database (Sybase) after installing MSI Pin
Colin Angus Mackay3-Feb-09 4:58
Colin Angus Mackay3-Feb-09 4:58 
GeneralRe: Not able access database (Sybase) after installing MSI Pin
siva4553-Feb-09 16:52
siva4553-Feb-09 16:52 
I have loginpage and in the cs of that page and in login button click i wrote like this....(this is working fine in my system but when i made MSI package and installled in other system(Windows Xp pro IIS 5.1 the error occurs...)

string connectionString = ConfigurationManager.ConnectionStrings["connectionString"].ConnectionString;
SAConnection myConnection = new SAConnection(connectionString);

myConnection.Open();

and the error is as follows...(this error comes when i installed msi in Windows Xp)

System.ComponentModel.Win32Exception: Access is denied at iAnywhere.Data.SQLAnywhere.SAConnection.Open () at LoginPage.Imagebtn_Login_Click(Object sender, ImageClickEventArgs e)
====================

and the error is as follows...(this error comes when i installed msi in Windows 2003 server)


========================

System.TypeInitializationException: The type initializer for 'iAnywhere.Data.SQLAnywhere.SAConnection' threw an exception. ---> System.Exception: SQL Anywhere ADO.NET Data Provider requires access permissions of one of the following directories: 1. System temporary directory (C:\WINDOWS\TEMP\) 2. Current working directory (c:\windows\system32\inetsrv) 3. SQL Anywhere ADO.NET Data Provider assembly directory (C:\WINDOWS\assembly\GAC_MSIL\iAnywhere.Data.SQLAnywhere\10.0.1.37172__f222fc4333e0d400) at iAnywhere.Data.SQLAnywhere.SAUnmanagedDll.ThrowException(String err) at iAnywhere.Data.SQLAnywhere.SAUnmanagedDll.LoadDll() at iAnywhere.Data.SQLAnywhere.SAUnmanagedDll.get_Instance() at iAnywhere.Data.SQLAnywhere.SAConnection..cctor() --- End of inner exception stack trace --- at iAnywhere.Data.SQLAnywhere.SAConnection..ctor(String connectionString) at LoginPage.Imagebtn_Login_Click(Object sender, ImageClickEventArgs e)
QuestionMail Header Pin
Sebastian T Xavier3-Feb-09 3:19
Sebastian T Xavier3-Feb-09 3:19 
QuestionRe: Mail Header Pin
Jon Rista3-Feb-09 10:17
Jon Rista3-Feb-09 10:17 
QuestionProblem in freezing header Pin
NidhiKanu3-Feb-09 2:50
professionalNidhiKanu3-Feb-09 2:50 
AnswerRe: Problem in freezing header Pin
Abhijit Jana3-Feb-09 3:03
professionalAbhijit Jana3-Feb-09 3:03 
AnswerRe: Problem in freezing header Pin
Paddy Boyd3-Feb-09 3:04
Paddy Boyd3-Feb-09 3:04 
QuestionIncrease decrease page font size and control font size Pin
bmm3-Feb-09 2:32
bmm3-Feb-09 2:32 
AnswerRe: Increase decrease page font size and control font size Pin
Ranjit Viswakumar3-Feb-09 3:01
Ranjit Viswakumar3-Feb-09 3:01 
GeneralRe: Increase decrease page font size and control font size Pin
bmm3-Feb-09 3:15
bmm3-Feb-09 3:15 
QuestionRun Javascript inside Server-side code Pin
mehrdadc483-Feb-09 2:27
mehrdadc483-Feb-09 2:27 
AnswerRe: Run Javascript inside Server-side code Pin
Ranjit Viswakumar3-Feb-09 3:13
Ranjit Viswakumar3-Feb-09 3:13 
Questiondisplay another ASPX webpage inside a frame Pin
The_Collector3-Feb-09 1:46
The_Collector3-Feb-09 1:46 
AnswerRe: display another ASPX webpage inside a frame Pin
Ranjit Viswakumar3-Feb-09 3:20
Ranjit Viswakumar3-Feb-09 3:20 
GeneralRe: display another ASPX webpage inside a frame Pin
The_Collector4-Feb-09 2:03
The_Collector4-Feb-09 2:03 
QuestionHow to display Time CountDown Pin
Nekkantidivya3-Feb-09 1:41
Nekkantidivya3-Feb-09 1:41 
AnswerRe: How to display Time CountDown Pin
Abhijit Jana3-Feb-09 1:50
professionalAbhijit Jana3-Feb-09 1:50 
GeneralRe: How to display Time CountDown Pin
Paddy Boyd3-Feb-09 2:05
Paddy Boyd3-Feb-09 2:05 
GeneralRe: How to display Time CountDown Pin
Ranjit Viswakumar3-Feb-09 9:29
Ranjit Viswakumar3-Feb-09 9:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.