Click here to Skip to main content
15,921,941 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to call windows API from c#.net Pin
Somanova42021-Feb-06 10:20
Somanova42021-Feb-06 10:20 
GeneralRe: How to call windows API from c#.net Pin
neoleela21-Feb-06 18:41
neoleela21-Feb-06 18:41 
QuestionUsing a .NET dll in Visual Studio C++ MFC project Pin
anderslundsgard20-Feb-06 21:31
anderslundsgard20-Feb-06 21:31 
QuestionHow to run executable file from the shorcut created by C# program? Pin
monakolanji20-Feb-06 21:25
monakolanji20-Feb-06 21:25 
AnswerRe: How to run executable file from the shorcut created by C# program? Pin
sathish s21-Feb-06 1:07
sathish s21-Feb-06 1:07 
GeneralRe: How to run executable file from the shorcut created by C# program? Pin
monakolanji21-Feb-06 1:30
monakolanji21-Feb-06 1:30 
GeneralRe: How to run executable file from the shorcut created by C# program? Pin
sathish s21-Feb-06 2:19
sathish s21-Feb-06 2:19 
QuestionHide Caption bar Pin
Ronni Marker20-Feb-06 21:07
Ronni Marker20-Feb-06 21:07 
AnswerRe: Hide Caption bar Pin
Ingo20-Feb-06 22:42
Ingo20-Feb-06 22:42 
QuestionInternal links and C# Pin
BlondeBusyBee20-Feb-06 20:23
BlondeBusyBee20-Feb-06 20:23 
AnswerRe: Internal links and C# Pin
Vikram A Punathambekar20-Feb-06 21:38
Vikram A Punathambekar20-Feb-06 21:38 
GeneralRe: Internal links and C# Pin
BlondeBusyBee21-Feb-06 0:47
BlondeBusyBee21-Feb-06 0:47 
QuestionLoading an assembly fails in .NET 2.0 Pin
Vikram A Punathambekar20-Feb-06 20:07
Vikram A Punathambekar20-Feb-06 20:07 
AnswerRe: Loading an assembly fails in .NET 2.0 Pin
leppie20-Feb-06 21:10
leppie20-Feb-06 21:10 
GeneralRe: Loading an assembly fails in .NET 2.0 Pin
Vikram A Punathambekar20-Feb-06 21:32
Vikram A Punathambekar20-Feb-06 21:32 
GeneralRe: Loading an assembly fails in .NET 2.0 Pin
leppie20-Feb-06 22:22
leppie20-Feb-06 22:22 
Questionicon for menu item Pin
Praveen_S20-Feb-06 19:37
Praveen_S20-Feb-06 19:37 
QuestionUsing COM from Web Service Pin
Crazy Joe Devola20-Feb-06 19:05
Crazy Joe Devola20-Feb-06 19:05 
Hi
I am trying to create a ActiveX object from a C# web service. When I create the object I get a "Permission denined" exception.
If I create the same object not from a web service, it works OK.

Here is the code:
V8O_PLU.CPluClass o ; // COM object
o = new V8O_PLU.CPluClass(); // exception occurs

Late biding causes same problem:
Type ObjectType = Type.GetTypeFromProgID("V8O_PLU.CPlu");
object po = Activator.CreateInstance(ObjectType);

Can anyone please advise why is this happening?
as I said, the same code works OK from a non-web-service code (e.g. WinForm).

Thank you.

AnswerRe: Using COM from Web Service Pin
Crazy Joe Devola21-Feb-06 18:50
Crazy Joe Devola21-Feb-06 18:50 
QuestionGenerate multiple Bitmaps in memory Pin
NewbieDude20-Feb-06 18:52
NewbieDude20-Feb-06 18:52 
AnswerRe: Generate multiple Bitmaps in memory Pin
Ingo20-Feb-06 22:48
Ingo20-Feb-06 22:48 
GeneralRe: Generate multiple Bitmaps in memory Pin
NewbieDude21-Feb-06 3:26
NewbieDude21-Feb-06 3:26 
QuestionRedirecting Standard Input, Output and Error Pin
Dribble20-Feb-06 18:44
Dribble20-Feb-06 18:44 
AnswerRe: Redirecting Standard Input, Output and Error Pin
leppie20-Feb-06 21:16
leppie20-Feb-06 21:16 
GeneralRe: Redirecting Standard Input, Output and Error Pin
Dribble21-Feb-06 9:51
Dribble21-Feb-06 9: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.