Click here to Skip to main content
15,893,564 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem in finding if textbox is selected or not Pin
ansriharsha8-Dec-09 18:00
ansriharsha8-Dec-09 18:00 
QuestionClassic ASP ConnectionString? Pin
hifiger20042-Dec-09 21:56
hifiger20042-Dec-09 21:56 
AnswerRe: Classic ASP ConnectionString? Pin
Abhijit Jana2-Dec-09 22:10
professionalAbhijit Jana2-Dec-09 22:10 
AnswerRe: Classic ASP ConnectionString? Pin
Appusamy.subbian2-Dec-09 23:26
Appusamy.subbian2-Dec-09 23:26 
AnswerRe: Classic ASP ConnectionString? Pin
Ashfield3-Dec-09 0:08
Ashfield3-Dec-09 0:08 
GeneralRe: Classic ASP ConnectionString? Pin
hifiger20043-Dec-09 21:46
hifiger20043-Dec-09 21:46 
GeneralRe: Classic ASP ConnectionString? Pin
Ashfield4-Dec-09 1:15
Ashfield4-Dec-09 1:15 
QuestionError while creating excel file Pin
Robymon2-Dec-09 21:41
Robymon2-Dec-09 21:41 
Hi Guys,

i am getting the following error, creating an excel file dynamically through asp.net application.

The server process could not be started because the configured identity is incorrect. Check the username and password.

Exception Details: System.Runtime.InteropServices.COMException: The server process could not be started because the configured identity is incorrect. Check the username and password

source code as follows

Dim xlApp As New Microsoft.Office.Interop.Excel.ApplicationClass

' Create a new Excel Workbook
Dim excelWorkbook As Microsoft.Office.Interop.Excel.Workbook
excelWorkbook = xlApp.Workbooks.Add(Type.Missing)
Dim xlWorkSheet As Microsoft.Office.Interop.Excel.Worksheet

Dim misValue As Object = System.Reflection.Missing.Value

excelWorkbook = xlApp.Workbooks.Add(misValue)
xlWorkSheet = excelWorkbook.Sheets("sheet1")
xlWorkSheet.Cells(1, 1) = "http://vb.net-informations.com"
xlWorkSheet.SaveAs("C:\vbexcel.xls")

excelWorkbook.Close()
xlApp.Quit()
AnswerRe: Error while creating excel file Pin
Abhijit Jana2-Dec-09 22:16
professionalAbhijit Jana2-Dec-09 22:16 
GeneralRe: Error while creating excel file Pin
Robymon2-Dec-09 22:33
Robymon2-Dec-09 22:33 
GeneralRe: Error while creating excel file Pin
Abhijit Jana2-Dec-09 22:43
professionalAbhijit Jana2-Dec-09 22:43 
Questioncould i change the culture of gridView Pin
amit sahu202-Dec-09 21:40
amit sahu202-Dec-09 21:40 
AnswerRe: could i change the culture of gridView Pin
Abhijit Jana2-Dec-09 22:13
professionalAbhijit Jana2-Dec-09 22:13 
QuestionHelp provider+win Form Pin
Ramkumar_S2-Dec-09 20:00
Ramkumar_S2-Dec-09 20:00 
AnswerRe: Help provider+win Form Pin
Abhijit Jana2-Dec-09 20:03
professionalAbhijit Jana2-Dec-09 20:03 
QuestionMenu tab not woriking In safari Pin
Sudhanshu Mani Tripathi2-Dec-09 19:54
Sudhanshu Mani Tripathi2-Dec-09 19:54 
AnswerRe: Menu tab not woriking In safari Pin
sashidhar2-Dec-09 21:36
sashidhar2-Dec-09 21:36 
Questioncoding for search Pin
Amit Spadez2-Dec-09 19:46
professionalAmit Spadez2-Dec-09 19:46 
AnswerRe: coding for search Pin
Vimalsoft(Pty) Ltd2-Dec-09 19:52
professionalVimalsoft(Pty) Ltd2-Dec-09 19:52 
AnswerRe: coding for search Pin
Dinesh Mani2-Dec-09 19:53
Dinesh Mani2-Dec-09 19:53 
GeneralRe: coding for search Pin
Amit Spadez2-Dec-09 20:09
professionalAmit Spadez2-Dec-09 20:09 
GeneralRe: coding for search Pin
Dinesh Mani2-Dec-09 20:19
Dinesh Mani2-Dec-09 20:19 
GeneralRe: coding for search Pin
Amit Spadez2-Dec-09 20:30
professionalAmit Spadez2-Dec-09 20:30 
GeneralRe: coding for search Pin
Dinesh Mani2-Dec-09 20:45
Dinesh Mani2-Dec-09 20:45 
AnswerRe: coding for search Pin
Abhijit Jana2-Dec-09 20:00
professionalAbhijit Jana2-Dec-09 20:00 

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.