Click here to Skip to main content
15,914,780 members
Home / Discussions / C#
   

C#

 
GeneralRe: FTP Upload from C# windows form Pin
Ravi Bhavnani1-Mar-06 2:11
professionalRavi Bhavnani1-Mar-06 2:11 
QuestionHow to create an OpenFileDialog in plain C Pin
The White Warrior28-Feb-06 20:43
The White Warrior28-Feb-06 20:43 
AnswerRe: How to create an OpenFileDialog in plain C Pin
mav.northwind28-Feb-06 22:22
mav.northwind28-Feb-06 22:22 
GeneralRe: How to create an OpenFileDialog in plain C Pin
The White Warrior28-Feb-06 23:29
The White Warrior28-Feb-06 23:29 
GeneralRe: How to create an OpenFileDialog in plain C Pin
The White Warrior1-Mar-06 0:23
The White Warrior1-Mar-06 0:23 
QuestionHELP,about sniffer Pin
breakhearts28-Feb-06 20:25
breakhearts28-Feb-06 20:25 
QuestionCalling a COM DLL method from C# Pin
Spykraft28-Feb-06 18:42
Spykraft28-Feb-06 18:42 
AnswerRe: Calling a COM DLL method from C# Pin
mav.northwind28-Feb-06 21:40
mav.northwind28-Feb-06 21:40 
I think the most common problems when using COM objects in an ASP.NET environment are security-related.
You can use the method without problems when you write a test application because this test application is executed under your user account.
Your webform (and thus all COM objects you create/use there) is usually executed under the ASPNET account, so the COM object might not behave as expected.

Check you COM class if it has access to everything it needs, even if it's not executed under your user account.


Regards,
mav

--
Black holes are the places where god divided by 0...
QuestionGrouping controls in Winforms Pin
jaffarkazi28-Feb-06 18:29
jaffarkazi28-Feb-06 18:29 
AnswerRe: Grouping controls in Winforms Pin
Nicholas Butler28-Feb-06 20:22
sitebuilderNicholas Butler28-Feb-06 20:22 
GeneralRe: Grouping controls in Winforms Pin
jaffarkazi28-Feb-06 21:05
jaffarkazi28-Feb-06 21:05 
GeneralRe: Grouping controls in Winforms Pin
Sean Michael Murphy1-Mar-06 2:53
Sean Michael Murphy1-Mar-06 2:53 
QuestionServer Security Pin
botuong28-Feb-06 16:58
botuong28-Feb-06 16:58 
QuestionDrawing form without titlebar Pin
2hdass28-Feb-06 15:29
2hdass28-Feb-06 15:29 
AnswerRe: Drawing form without titlebar Pin
Robin Panther28-Feb-06 15:42
Robin Panther28-Feb-06 15:42 
QuestionHow can I capture the "add break point" event? Pin
tiancaidao28-Feb-06 14:53
tiancaidao28-Feb-06 14:53 
Questiondeployment project - registry (reg_multi_sz) Pin
BlackDice28-Feb-06 10:53
BlackDice28-Feb-06 10:53 
AnswerI got it Pin
BlackDice1-Mar-06 4:47
BlackDice1-Mar-06 4:47 
QuestionC# (Pocket PC) Ex. Displaying XML/XSL? Pin
delphidab28-Feb-06 10:13
delphidab28-Feb-06 10:13 
Questioncreating dialogs Pin
Manu_8128-Feb-06 9:08
Manu_8128-Feb-06 9:08 
AnswerRe: creating dialogs Pin
Judah Gabriel Himango28-Feb-06 9:31
sponsorJudah Gabriel Himango28-Feb-06 9:31 
GeneralRe: creating dialogs Pin
Manu_8128-Feb-06 9:48
Manu_8128-Feb-06 9:48 
GeneralRe: creating dialogs Pin
Judah Gabriel Himango28-Feb-06 11:10
sponsorJudah Gabriel Himango28-Feb-06 11:10 
QuestionGerman Umlaute Problem Pin
matthias s.28-Feb-06 8:58
matthias s.28-Feb-06 8:58 
AnswerRe: German Umlaute Problem Pin
Guffa28-Feb-06 10:51
Guffa28-Feb-06 10:51 

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.