IT Community - Software Programming, Web Development and Technical Support

Audio Conferencing

This is a discussion on Audio Conferencing within the C# Programming forums, part of the Software Development category; Hi, I am doing a project of Audio Conferencing in c#.net. It works fine in c# windows application. But, ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C# Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 04-11-2007, 03:22 AM
Balasubramanian.S Balasubramanian.S is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 182
Balasubramanian.S is on a distinguished road
Default Audio Conferencing

Hi,

I am doing a project of Audio Conferencing in c#.net. It works fine in c# windows application. But, In web application, the following error occurs.

Can't enumerate any more, the associated data is missing 0x80040002..

Can anyone tell me how to fix this bug.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-12-2007, 10:10 AM
Reverend Reverend is offline
D-Web Programmer
 
Join Date: Mar 2007
Posts: 84
Reverend is on a distinguished road
Default Re: Audio Conferencing

My first guess would be virus protection is getting in the way. If you have active virus scanning, turn it off, try it again, and see if it works then.

If that's the culprit, then you might be able to figure out a way around it.

Pete
__________________
Reverend Pete
Code Of Paint
Learn to program using Flash
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-13-2007, 03:30 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 299
Karpagarajan is on a distinguished road
Thumbs up Re: Audio Conferencing

I think this error comes because of your calling function(build-in) return failed. For example if you use the following function, it will be return this error code when it fails.

Public Function ExecuteCommand( _
ByVal Command As String _
) As AgExecCmdResult


To solve this kind of problem, you have to catch the error.

in the .NET languages you need to catch an exception of type System.Runtime.InteropServices.COMException.

Try
Me.AxAgUiAxVOCntrl1.Application.ExecuteCommand("Ba d command")
Catch ex As System.Runtime.InteropServices.COMException
MsgBox("The command failed: " & ex.ErrorCode & " [" & ex.Message & "]")
End Try


Hope it will be helpful for you.
thanks
__________________
Karpagarajan. R
Necessity is the mother of invention
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-19-2007, 12:20 AM
Balasubramanian.S Balasubramanian.S is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 182
Balasubramanian.S is on a distinguished road
Default Re: Audio Conferencing

hi,

Now i cleared the bugs. thanks..
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Audio Record in ASP.NET kingmaker ASP and ASP.NET Programming 12 01-08-2008 05:45 AM
Full duplex audio conversation in .NET kingmaker C# Programming 0 07-19-2007 10:44 PM
Full duplex audio conversation in .NET kingmaker C# Programming 0 07-18-2007 10:36 PM
How to get the audio from MicroPhone? Balasubramanian.S C# Programming 2 04-11-2007 02:57 AM
How to Add Flash, Video, and Audio to Web Pages killerkev06 Web Design Help 3 03-22-2007 04:46 AM


All times are GMT -7. The time now is 04:05 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0