Click here to Skip to main content
16,004,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: "trigger" Pin
Eduard Keilholz27-Nov-06 3:54
Eduard Keilholz27-Nov-06 3:54 
Questionwhy i'm not getting intellisense of a control in aspx.cs file I want help Pin
yogita charhate26-Nov-06 23:11
yogita charhate26-Nov-06 23:11 
AnswerRe: why i'm not getting intellisense of a control in aspx.cs file I want help Pin
minhpc_bk27-Nov-06 0:01
minhpc_bk27-Nov-06 0:01 
GeneralRe: why i'm not getting intellisense of a control in aspx.cs file I want help Pin
yogita charhate27-Nov-06 0:59
yogita charhate27-Nov-06 0:59 
GeneralRe: why i'm not getting intellisense of a control in aspx.cs file I want help Pin
Sandeep Akhare28-Nov-06 1:45
Sandeep Akhare28-Nov-06 1:45 
QuestionUsing Process.Start("a_console_app.exe") from within a web app by asp.net Pin
Patrick Zhang26-Nov-06 22:36
Patrick Zhang26-Nov-06 22:36 
AnswerRe: Using Process.Start("a_console_app.exe") from within a web app by asp.net Pin
minhpc_bk27-Nov-06 0:06
minhpc_bk27-Nov-06 0:06 
GeneralRe: Using Process.Start("a_console_app.exe") from within a web app by asp.net Pin
Patrick Zhang27-Nov-06 0:45
Patrick Zhang27-Nov-06 0:45 
Error:

Files on shared drive not updated, with Visual Studio Just-In-Time Debugger window: "An unhandled exception ('System.InvalidOperationException') occurred in app.exe [3260]" and "... [2264]". Cannot debug.

The test code (in test.exe) is different and simple:

Dim s$ = "C:\PZ\temp\vbTestProcessStart.csv"
If File.Exists(s) Then File.Delete(s)
Dim oW As StreamWriter = File.CreateText(s)
Dim sBuf$ = Now.ToString("dd-MMM-yy@HH:mm:ss")
oW.WriteLine(sBuf)
oW.Close()

I used: <identity impersonate="true" username="domain\myusername" password="password"> in the web.config, so that ASP.NET is running under my account as myself and I can read from and write to the shared drive. The app.exe by C++/CLI (also tried a VB.NET version and no luck either) is running under a different account, but the test.exe above works well.

Yes I'm using the UNC format.
GeneralRe: Using Process.Start("a_console_app.exe") from within a web app by asp.net Pin
Patrick Zhang27-Nov-06 0:47
Patrick Zhang27-Nov-06 0:47 
GeneralRe: Using Process.Start("a_console_app.exe") from within a web app by asp.net Pin
minhpc_bk27-Nov-06 0:57
minhpc_bk27-Nov-06 0:57 
GeneralRe: Using Process.Start("a_console_app.exe") from within a web app by asp.net Pin
Patrick Zhang27-Nov-06 1:21
Patrick Zhang27-Nov-06 1:21 
QuestionDatagrid Refreshing Problem Pin
param thaker26-Nov-06 21:58
param thaker26-Nov-06 21:58 
AnswerRe: Datagrid Refreshing Problem Pin
InsDev27-Nov-06 0:03
InsDev27-Nov-06 0:03 
QuestionTextbox validation(c#.net) Pin
zareee26-Nov-06 21:54
zareee26-Nov-06 21:54 
AnswerRe: Textbox validation(c#.net) Pin
Eduard Keilholz26-Nov-06 22:11
Eduard Keilholz26-Nov-06 22:11 
GeneralRe: Textbox validation(c#.net) Pin
zareee26-Nov-06 22:15
zareee26-Nov-06 22:15 
GeneralRe: Textbox validation(c#.net) Pin
Eduard Keilholz27-Nov-06 3:46
Eduard Keilholz27-Nov-06 3:46 
GeneralRe: Textbox validation(c#.net) Pin
J4amieC27-Nov-06 3:53
J4amieC27-Nov-06 3:53 
QuestionRe: Textbox validation(c#.net) Pin
Eduard Keilholz27-Nov-06 3:58
Eduard Keilholz27-Nov-06 3:58 
AnswerRe: Textbox validation(c#.net) Pin
J4amieC28-Nov-06 0:33
J4amieC28-Nov-06 0:33 
QuestionWhat is the difference between Codebehind and src in page directive? Pin
Tridip Bhattacharjee26-Nov-06 21:28
professionalTridip Bhattacharjee26-Nov-06 21:28 
AnswerRe: What is the difference between Codebehind and src in page directive? Pin
minhpc_bk27-Nov-06 0:43
minhpc_bk27-Nov-06 0:43 
AnswerRe: What is the difference between Codebehind and src in page directive? Pin
InsDev27-Nov-06 0:50
InsDev27-Nov-06 0:50 
Questiondelete Confirm msg in datagrid Pin
Smiles7426-Nov-06 21:03
Smiles7426-Nov-06 21:03 
AnswerRe: delete Confirm msg in datagrid Pin
RaviJJain26-Nov-06 21:25
RaviJJain26-Nov-06 21:25 

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.