Click here to Skip to main content
15,908,901 members
Home / Discussions / C#
   

C#

 
QuestionHow to convert any format vedio format to FLV format using FileUpload Control Pin
asbis9-Jun-09 23:38
asbis9-Jun-09 23:38 
AnswerRe: How to convert any format vedio format to FLV format using FileUpload Control PinPopular
Rajesh R Subramanian9-Jun-09 23:43
professionalRajesh R Subramanian9-Jun-09 23:43 
AnswerRe: How to convert any format vedio format to FLV format using FileUpload Control Pin
Tom Deketelaere9-Jun-09 23:47
professionalTom Deketelaere9-Jun-09 23:47 
AnswerRe: How to convert any format vedio format to FLV format using FileUpload Control Pin
0x3c010-Jun-09 0:40
0x3c010-Jun-09 0:40 
QuestionGUI (White backgrounds Problem) Pin
gwithey9-Jun-09 23:09
gwithey9-Jun-09 23:09 
AnswerRe: GUI (White backgrounds Problem) Pin
Colin Angus Mackay9-Jun-09 23:26
Colin Angus Mackay9-Jun-09 23:26 
GeneralRe: GUI (White backgrounds Problem) Pin
gwithey10-Jun-09 0:01
gwithey10-Jun-09 0:01 
QuestionRemoting Problem Pin
Reddy Prakash9-Jun-09 22:39
Reddy Prakash9-Jun-09 22:39 
Hi
My project is in .net 1.1
I have two windows services server and client in which the client will send requests to server remotely.

We have server and client installed in one test server(system 1) and one instance of client is installed in another machine(system2).

when any request go from client(system2) to server(system1) like fetching some data from database the requested data is not available in the database i am getting the below error
"ERR(-13):Server encountered an internal error. For more information, turn on customErrors in the server's .config file."
2. when the same request sent through the client(system1) to the server(system1)(both client and server are in same machine) i am getting proper error message.
"ERR(-1):Missing mandatory parameter 'Scenario'"

code :
*******
on starup i am doing the below

RemotingConfiguration.Configure(AppDomain.CurrentDomain.BaseDirectory + "ContextDataPoolService.exe.config");
RemotingConfiguration.CustomErrorsEnabled(true);


what is the solution, is there any mistake in my code?
GeneralDisplaying unicode Pin
dell2249-Jun-09 22:08
dell2249-Jun-09 22:08 
GeneralRe: Displaying unicode Pin
Christian Graus9-Jun-09 22:22
protectorChristian Graus9-Jun-09 22:22 
Question[Message Deleted] Pin
Roshanakak9-Jun-09 21:51
Roshanakak9-Jun-09 21:51 
AnswerRe: "Out of Memory" exception PinPopular
Nagy Vilmos9-Jun-09 21:57
professionalNagy Vilmos9-Jun-09 21:57 
JokeSeems to have become an out of message exception... Pin
Paddy Boyd10-Jun-09 2:04
Paddy Boyd10-Jun-09 2:04 
Questionwrite a search engine for database Pin
prasadbuddhika9-Jun-09 21:37
prasadbuddhika9-Jun-09 21:37 
AnswerRe: write a search engine for database Pin
Christian Graus9-Jun-09 21:39
protectorChristian Graus9-Jun-09 21:39 
GeneralRe: write a search engine for database Pin
MumbleB10-Jun-09 1:14
MumbleB10-Jun-09 1:14 
Questionhow to make clean uninstall from Vs Studio setup Pin
wasimsharp9-Jun-09 21:18
wasimsharp9-Jun-09 21:18 
AnswerRe: how to make clean uninstall from Vs Studio setup Pin
Christian Graus9-Jun-09 21:23
protectorChristian Graus9-Jun-09 21:23 
GeneralRe: how to make clean uninstall from Vs Studio setup Pin
wasimsharp9-Jun-09 21:28
wasimsharp9-Jun-09 21:28 
Questionwindows application Pin
prateekfgiet9-Jun-09 21:17
prateekfgiet9-Jun-09 21:17 
AnswerRe: windows application Pin
Christian Graus9-Jun-09 21:22
protectorChristian Graus9-Jun-09 21:22 
AnswerRe: windows application Pin
Baeltazor10-Jun-09 0:08
Baeltazor10-Jun-09 0:08 
AnswerRe: windows application Pin
saurabh sahay10-Jun-09 4:55
saurabh sahay10-Jun-09 4:55 
Questionwhat is the solution for this : error CS0246: The type or namespace name 'abc' could not be found (are you missing a using directive or an assembly reference?) Pin
puppya9-Jun-09 20:30
puppya9-Jun-09 20:30 
AnswerRe: what is the solution for this : error CS0246: The type or namespace name 'abc' could not be found (are you missing a using directive or an assembly reference?) PinPopular
Christian Graus9-Jun-09 20:36
protectorChristian Graus9-Jun-09 20:36 

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.