Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
Questionc# code to execute a particular method every 5 mints? Pin
merryjoy00031-Jan-09 23:24
merryjoy00031-Jan-09 23:24 
AnswerRe: c# code to execute a particular method every 5 mints? Pin
Giorgi Dalakishvili31-Jan-09 23:38
mentorGiorgi Dalakishvili31-Jan-09 23:38 
AnswerRe: c# code to execute a particular method every 5 mints? Pin
merryjoy00031-Jan-09 23:43
merryjoy00031-Jan-09 23:43 
GeneralRe: c# code to execute a particular method every 5 mints? Pin
ajorge20081-Feb-09 0:32
ajorge20081-Feb-09 0:32 
AnswerRe: c# code to execute a particular method every 5 mints? Pin
Giorgi Dalakishvili1-Feb-09 3:21
mentorGiorgi Dalakishvili1-Feb-09 3:21 
AnswerRe: c# code to execute a particular method every 5 mints? Pin
PIEBALDconsult2-Feb-09 4:41
mvePIEBALDconsult2-Feb-09 4:41 
QuestionHow to make Gsm Sequential calls without blocking my application Pin
ajorge200831-Jan-09 23:02
ajorge200831-Jan-09 23:02 
QuestionRepost from ASP.NET forum - VBRUN : 80040154 Pin
coolestCoder31-Jan-09 21:39
coolestCoder31-Jan-09 21:39 
Hi,

Reposting is bad, but problem is urgent. Sorry for that !

I have a Web Application which referes to COM components for various reasons.
These COM components are built in VB6 and works fine when executed from Windows application from my machine.
This means, COM components are properly registered on my machine. When I gave reference to these from my Web App, respective Interop. DLL are created.

The COM component is the described as - "Microsoft VBUpgrade Tool TypeLib Visual Basic runtime objects and procedures" in VS.NET 2008 reference properties.

Question : I am getting following error when I try to create an object of VBRUN.PropertyBagClass

Error Message : An exception of type System.Runtime.InteropServices.COMException was raised and caught.<br />
Message: Retrieving the COM class factory for component with CLSID {D5DE8D20-5176-4EF2-8581-7B534D2AC56E} failed due to the following error: 80040154.


Stack Trace pointed to the line where object was being created

I searched google and came to a conclusion that I need to give rights of COM component execution for ASPNET account. I tried DCOM Configuration but am not sure to whom give the access rights and of what ?

It would be great if you guys give some sort of pointer to this ? Also wanted to make sure that my conclusion is right ?

Thanks !


"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder

coolestCoder

QuestionMp3 Spliting Pin
Learn Searcher31-Jan-09 21:18
Learn Searcher31-Jan-09 21:18 
AnswerRe: Mp3 Spliting Pin
Christian Graus31-Jan-09 22:05
protectorChristian Graus31-Jan-09 22:05 
AnswerRe: Mp3 Spliting Pin
Dragonfly_Lee1-Feb-09 20:17
Dragonfly_Lee1-Feb-09 20:17 
Questionwhen a method is called i want to get first index value from an arraylist and when the same methid is called nxt time i want to get the second index value from the same arraylist...how? Pin
merryjoy00031-Jan-09 20:30
merryjoy00031-Jan-09 20:30 
AnswerRe: when a method is called i want to get first index value from an arraylist and when the same methid is called nxt time i want to get the second index value from the same arraylist...how? Pin
Kashif Sabir31-Jan-09 21:13
Kashif Sabir31-Jan-09 21:13 
AnswerRe: when a method is called i want to get first index value from an arraylist and when the same methid is called nxt time i want to get the second index value from the same arraylist...how? Pin
Dragonfly_Lee31-Jan-09 21:18
Dragonfly_Lee31-Jan-09 21:18 
Questiontablelayoutpanel in c#.net in windows application Pin
dilipmca0431-Jan-09 20:05
dilipmca0431-Jan-09 20:05 
AnswerRe: tablelayoutpanel in c#.net in windows application Pin
dan!sh 31-Jan-09 21:53
professional dan!sh 31-Jan-09 21:53 
AnswerRe: tablelayoutpanel in c#.net in windows application Pin
Alan N31-Jan-09 21:57
Alan N31-Jan-09 21:57 
QuestionHow to call a string value from a method within another class? Pin
Aghosh Babu31-Jan-09 19:29
Aghosh Babu31-Jan-09 19:29 
AnswerRe: How to call a string value from a method within another class? Pin
Karmendra Suthar31-Jan-09 19:50
Karmendra Suthar31-Jan-09 19:50 
GeneralRe: How to call a string value from a method within another class? Pin
Aghosh Babu31-Jan-09 20:15
Aghosh Babu31-Jan-09 20:15 
GeneralRe: How to call a string value from a method within another class? Pin
Karmendra Suthar1-Feb-09 1:00
Karmendra Suthar1-Feb-09 1:00 
AnswerRe: How to call a string value from a method within another class? Pin
Dragonfly_Lee31-Jan-09 20:11
Dragonfly_Lee31-Jan-09 20:11 
QuestionProtect password file Pin
Karmendra Suthar31-Jan-09 19:27
Karmendra Suthar31-Jan-09 19:27 
AnswerRe: Protect password file Pin
Dragonfly_Lee31-Jan-09 20:02
Dragonfly_Lee31-Jan-09 20:02 
GeneralRe: Protect password file Pin
Karmendra Suthar1-Feb-09 0:53
Karmendra Suthar1-Feb-09 0:53 

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.