473,474 Members | 1,649 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Cannot execute a program. (C# Web app error)

I posted this in the C# language group, then thought it
might be more appropriate in this group. I would not
cross-post except I want the answer so badly.

I built small C# Web and Web Service applications in a
training class last week. The applications worked in the
class, but when I tried to run them again over the
weekend, they both bombed. Instead of getting my Web
page, or the Web Service page, I get a page full of error
text (below).

I am hoping the anwser will be obvious to someone.

I've tried a few things to address the problem, including
adding an "impersonator" identity to machine.config, and
web.config, and trying to figure out how the
PublicKeyToken works. Neither has led to success.

Thanks for any suggestions.

Error text:

Server Error in '/Order System Web CSharp' Application.
----------------------------------------------------------
----------------------

Cannot execute a program. The command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tem porary
ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".
Description: An unhandled exception occurred during
compilation using the
CodeDomProvider 'Microsoft.CSharp.CSharpCodeProvider'.
Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details:
System.Runtime.InteropServices.ExternalException: Cannot
execute a program. The command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tem porary
ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".

Source Error:

An unhandled exception was generated during the execution
of the current web request. Information regarding the
origin and location of the exception can be identified
using the exception stack trace below.

Stack Trace:
[ExternalException (0x5): Cannot execute a program. The
command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tem porary
ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".]
System.CodeDom.Compiler.Executor.ExecWaitWithCaptu reUnimpe
rsonated(IntPtr userToken, String cmd, String currentDir,
TempFileCollection tempFiles, String& outputName, String&
errorName, String trueCmdLine) +2050
System.CodeDom.Compiler.Executor.ExecWaitWithCaptu re
(IntPtr userToken, String cmd, String currentDir,
TempFileCollection tempFiles, String& outputName, String&
errorName, String trueCmdLine) +260
System.CodeDom.Compiler.CodeCompiler.Compile
(CompilerParameters options, String compilerDirectory,
String compilerExe, String arguments, String& outputFile,
Int32& nativeReturnValue, String trueArgs) +383
System.CodeDom.Compiler.CodeCompiler.FromFileBatch
(CompilerParameters options, String[] fileNames) +548
System.CodeDom.Compiler.CodeCompiler.FromDomBatch
(CompilerParameters options, CodeCompileUnit[] ea) +428
System.CodeDom.Compiler.CodeCompiler.FromDom
(CompilerParameters options, CodeCompileUnit e) +90
System.CodeDom.Compiler.CodeCompiler.System.CodeDo m.Compil
er.ICodeCompiler.CompileAssemblyFromDom
(CompilerParameters options, CodeCompileUnit e) +37
System.Web.Compilation.BaseCompiler.GetCompiledTyp e() +227

----------------------------------------------------------
----------------------
Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
..
Nov 18 '05 #1
4 7856
Is your compiler functioning correctly? write a small test app and compile
it, see if that works first.

--
Regards,
Alvin Bruney
Got DotNet? Get it here
www.networkip.net/tidbits
"Chris" <cb******@visionds.com> wrote in message
news:09****************************@phx.gbl...
I posted this in the C# language group, then thought it
might be more appropriate in this group. I would not
cross-post except I want the answer so badly.

I built small C# Web and Web Service applications in a
training class last week. The applications worked in the
class, but when I tried to run them again over the
weekend, they both bombed. Instead of getting my Web
page, or the Web Service page, I get a page full of error
text (below).

I am hoping the anwser will be obvious to someone.

I've tried a few things to address the problem, including
adding an "impersonator" identity to machine.config, and
web.config, and trying to figure out how the
PublicKeyToken works. Neither has led to success.

Thanks for any suggestions.

Error text:

Server Error in '/Order System Web CSharp' Application.
----------------------------------------------------------
----------------------

Cannot execute a program. The command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tem porary
ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".
Description: An unhandled exception occurred during
compilation using the
CodeDomProvider 'Microsoft.CSharp.CSharpCodeProvider'.
Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details:
System.Runtime.InteropServices.ExternalException: Cannot
execute a program. The command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tem porary
ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".

Source Error:

An unhandled exception was generated during the execution
of the current web request. Information regarding the
origin and location of the exception can be identified
using the exception stack trace below.

Stack Trace:
[ExternalException (0x5): Cannot execute a program. The
command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Tem porary
ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".]
System.CodeDom.Compiler.Executor.ExecWaitWithCaptu reUnimpe
rsonated(IntPtr userToken, String cmd, String currentDir,
TempFileCollection tempFiles, String& outputName, String&
errorName, String trueCmdLine) +2050
System.CodeDom.Compiler.Executor.ExecWaitWithCaptu re
(IntPtr userToken, String cmd, String currentDir,
TempFileCollection tempFiles, String& outputName, String&
errorName, String trueCmdLine) +260
System.CodeDom.Compiler.CodeCompiler.Compile
(CompilerParameters options, String compilerDirectory,
String compilerExe, String arguments, String& outputFile,
Int32& nativeReturnValue, String trueArgs) +383
System.CodeDom.Compiler.CodeCompiler.FromFileBatch
(CompilerParameters options, String[] fileNames) +548
System.CodeDom.Compiler.CodeCompiler.FromDomBatch
(CompilerParameters options, CodeCompileUnit[] ea) +428
System.CodeDom.Compiler.CodeCompiler.FromDom
(CompilerParameters options, CodeCompileUnit e) +90
System.CodeDom.Compiler.CodeCompiler.System.CodeDo m.Compil
er.ICodeCompiler.CompileAssemblyFromDom
(CompilerParameters options, CodeCompileUnit e) +37
System.Web.Compilation.BaseCompiler.GetCompiledTyp e() +227

----------------------------------------------------------
----------------------
Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
.

Nov 18 '05 #2
I believe that the compiler is functioning correctly. It
returns no errors when building either the Web apps or
the Windows Forms apps. However, the Windows Forms apps
still work on my system.

Thanks for your reply,
Chris
-----Original Message-----
Is your compiler functioning correctly? write a small test app and compileit, see if that works first.

--
Regards,
Alvin Bruney
Got DotNet? Get it here
www.networkip.net/tidbits
"Chris" <cb******@visionds.com> wrote in message
news:09****************************@phx.gbl...
I posted this in the C# language group, then thought it
might be more appropriate in this group. I would not
cross-post except I want the answer so badly.

I built small C# Web and Web Service applications in a
training class last week. The applications worked in the class, but when I tried to run them again over the
weekend, they both bombed. Instead of getting my Web
page, or the Web Service page, I get a page full of error text (below).

I am hoping the anwser will be obvious to someone.

I've tried a few things to address the problem, including adding an "impersonator" identity to machine.config, and web.config, and trying to figure out how the
PublicKeyToken works. Neither has led to success.

Thanks for any suggestions.

Error text:

Server Error in '/Order System Web CSharp' Application.
------------------------------------------------------- --- ----------------------

Cannot execute a program. The command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 \Temporary ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".
Description: An unhandled exception occurred during
compilation using the
CodeDomProvider 'Microsoft.CSharp.CSharpCodeProvider'.
Please review the stack trace for more information about the error and where it originated in the code.

Exception Details:
System.Runtime.InteropServices.ExternalException: Cannot execute a program. The command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 \Temporary ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the
origin and location of the exception can be identified
using the exception stack trace below.

Stack Trace:
[ExternalException (0x5): Cannot execute a program. The
command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 \Temporary ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".]
System.CodeDom.Compiler.Executor.ExecWaitWithCaptu reUnimpe rsonated(IntPtr userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +2050
System.CodeDom.Compiler.Executor.ExecWaitWithCaptu re
(IntPtr userToken, String cmd, String currentDir,
TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +260
System.CodeDom.Compiler.CodeCompiler.Compile
(CompilerParameters options, String compilerDirectory,
String compilerExe, String arguments, String& outputFile, Int32& nativeReturnValue, String trueArgs) +383
System.CodeDom.Compiler.CodeCompiler.FromFileBatch
(CompilerParameters options, String[] fileNames) +548
System.CodeDom.Compiler.CodeCompiler.FromDomBatch
(CompilerParameters options, CodeCompileUnit[] ea) +428
System.CodeDom.Compiler.CodeCompiler.FromDom
(CompilerParameters options, CodeCompileUnit e) +90
System.CodeDom.Compiler.CodeCompiler.System.CodeDo m.Compil er.ICodeCompiler.CompileAssemblyFromDom
(CompilerParameters options, CodeCompileUnit e) +37
System.Web.Compilation.BaseCompiler.GetCompiledTyp e() +227
------------------------------------------------------- --- ----------------------
Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
.

.

Nov 18 '05 #3
you have to add execution rights to the ASPNET account on the .exe you want
to execute from your application (right click the .exe [if using NTFS
filesystem] and select "Security" tab, add ASPNET user and give Execute
right to him on that file)

btw, since a web service or website is running as a service, make sure your
..exe doesn't try to popup dialogs etc. (can use a command-line/console app
instead and even override its output/error streams to send them to some log
of yours)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
George Birbilis <bi******@kagi.com>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ QuickTime VCL and ActiveX controls (for PowerPoint/VB/Delphi etc.)
+ Plugs VCL and ActiveX controls (InterProcess/Internet communication)
+ TransFormations, VB6 forms to ASP.net WebForms convertion
http://www.kagi.com/birbilis
+ Robotics
http://www.mech.upatras.gr/~robgroup
.................................................. .......................
I believe that the compiler is functioning correctly. It
returns no errors when building either the Web apps or
the Windows Forms apps. However, the Windows Forms apps
still work on my system.

Thanks for your reply,
Chris
-----Original Message-----
Is your compiler functioning correctly? write a small

test app and compile
it, see if that works first.

--
Regards,
Alvin Bruney
Got DotNet? Get it here
www.networkip.net/tidbits
"Chris" <cb******@visionds.com> wrote in message
news:09****************************@phx.gbl...
I posted this in the C# language group, then thought it
might be more appropriate in this group. I would not
cross-post except I want the answer so badly.

I built small C# Web and Web Service applications in a
training class last week. The applications worked in the class, but when I tried to run them again over the
weekend, they both bombed. Instead of getting my Web
page, or the Web Service page, I get a page full of error text (below).

I am hoping the anwser will be obvious to someone.

I've tried a few things to address the problem, including adding an "impersonator" identity to machine.config, and web.config, and trying to figure out how the
PublicKeyToken works. Neither has led to success.

Thanks for any suggestions.

Error text:

Server Error in '/Order System Web CSharp' Application.
------------------------------------------------------- --- ----------------------

Cannot execute a program. The command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 \Temporary ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".
Description: An unhandled exception occurred during
compilation using the
CodeDomProvider 'Microsoft.CSharp.CSharpCodeProvider'.
Please review the stack trace for more information about the error and where it originated in the code.

Exception Details:
System.Runtime.InteropServices.ExternalException: Cannot execute a program. The command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 \Temporary ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the
origin and location of the exception can be identified
using the exception stack trace below.

Stack Trace:
[ExternalException (0x5): Cannot execute a program. The
command being executed
was "c:\windows\microsoft.net\framework\v1.1.4322
\csc.exe" /noconfig
@"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 \Temporary ASP.NET Files\order system web csharp\8ca5eae6\8a7b6687
\bjwjj_c0.cmdline".]
System.CodeDom.Compiler.Executor.ExecWaitWithCaptu reUnimpe rsonated(IntPtr userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +2050
System.CodeDom.Compiler.Executor.ExecWaitWithCaptu re
(IntPtr userToken, String cmd, String currentDir,
TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine) +260
System.CodeDom.Compiler.CodeCompiler.Compile
(CompilerParameters options, String compilerDirectory,
String compilerExe, String arguments, String& outputFile, Int32& nativeReturnValue, String trueArgs) +383
System.CodeDom.Compiler.CodeCompiler.FromFileBatch
(CompilerParameters options, String[] fileNames) +548
System.CodeDom.Compiler.CodeCompiler.FromDomBatch
(CompilerParameters options, CodeCompileUnit[] ea) +428
System.CodeDom.Compiler.CodeCompiler.FromDom
(CompilerParameters options, CodeCompileUnit e) +90
System.CodeDom.Compiler.CodeCompiler.System.CodeDo m.Compil er.ICodeCompiler.CompileAssemblyFromDom
(CompilerParameters options, CodeCompileUnit e) +37
System.Web.Compilation.BaseCompiler.GetCompiledTyp e() +227
------------------------------------------------------- --- ----------------------
Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
.

.

Nov 18 '05 #4
Right. It was a question of permissions. There wan't only
one exe file involve though, I had to give read, write,
and execute permissions to ASPNET throughout the
Microsoft.Net\Framework directory.

However, I still wonder how the application could have
worked and then stopped working. I know I did not change
these permissions before it started to fail.

Thanks,
Chris
-----Original Message-----
you have to add execution rights to the ASPNET account on the .exe you wantto execute from your application (right click the .exe [if using NTFSfilesystem] and select "Security" tab, add ASPNET user and give Executeright to him on that file)

btw, since a web service or website is running as a service, make sure your..exe doesn't try to popup dialogs etc. (can use a command-line/console appinstead and even override its output/error streams to send them to some logof yours)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
George Birbilis <bi******@kagi.com>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ QuickTime VCL and ActiveX controls (for PowerPoint/VB/Delphi etc.)+ Plugs VCL and ActiveX controls (InterProcess/Internet communication)+ TransFormations, VB6 forms to ASP.net WebForms convertionhttp://www.kagi.com/birbilis
+ Robotics
http://www.mech.upatras.gr/~robgroup
................................................. ........ .................
I believe that the compiler is functioning correctly. It
returns no errors when building either the Web apps or
the Windows Forms apps. However, the Windows Forms apps
still work on my system.

Thanks for your reply,
Chris
>-----Original Message-----
>Is your compiler functioning correctly? write a small

test app and compile
>it, see if that works first.
>
>--
>Regards,
>Alvin Bruney
>Got DotNet? Get it here
>www.networkip.net/tidbits
>"Chris" <cb******@visionds.com> wrote in message
>news:09****************************@phx.gbl...
>> I posted this in the C# language group, then thought it >> might be more appropriate in this group. I would not
>> cross-post except I want the answer so badly.
>>
>> I built small C# Web and Web Service applications in a >> training class last week. The applications worked in

the
>> class, but when I tried to run them again over the
>> weekend, they both bombed. Instead of getting my Web
>> page, or the Web Service page, I get a page full of

error
>> text (below).
>>
>> I am hoping the anwser will be obvious to someone.
>>
>> I've tried a few things to address the problem,

including
>> adding an "impersonator" identity to machine.config,

and
>> web.config, and trying to figure out how the
>> PublicKeyToken works. Neither has led to success.
>>
>> Thanks for any suggestions.
>>
>> Error text:
>>
>> Server Error in '/Order System Web CSharp' Application. >> ---------------------------------------------------- ---
---
>> ----------------------
>>
>> Cannot execute a program. The command being executed
>> was "c:\windows\microsoft.net\framework\v1.1.4322
>> \csc.exe" /noconfig
>> @"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

\Temporary
>> ASP.NET Files\order system web csharp\8ca5eae6
\8a7b6687 >> \bjwjj_c0.cmdline".
>> Description: An unhandled exception occurred during
>> compilation using the
>> CodeDomProvider 'Microsoft.CSharp.CSharpCodeProvider'. >> Please review the stack trace for more information

about
>> the error and where it originated in the code.
>>
>> Exception Details:
>> System.Runtime.InteropServices.ExternalException:

Cannot
>> execute a program. The command being executed
>> was "c:\windows\microsoft.net\framework\v1.1.4322
>> \csc.exe" /noconfig
>> @"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

\Temporary
>> ASP.NET Files\order system web csharp\8ca5eae6 \8a7b6687 >> \bjwjj_c0.cmdline".
>>
>> Source Error:
>>
>> An unhandled exception was generated during the

execution
>> of the current web request. Information regarding the >> origin and location of the exception can be identified >> using the exception stack trace below.
>>
>> Stack Trace:
>>
>>
>> [ExternalException (0x5): Cannot execute a program. The >> command being executed
>> was "c:\windows\microsoft.net\framework\v1.1.4322
>> \csc.exe" /noconfig
>> @"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

\Temporary
>> ASP.NET Files\order system web csharp\8ca5eae6 \8a7b6687 >> \bjwjj_c0.cmdline".]
>>

System.CodeDom.Compiler.Executor.ExecWaitWithCaptu reUnimpe
>> rsonated(IntPtr userToken, String cmd, String

currentDir,
>> TempFileCollection tempFiles, String& outputName,

String&
>> errorName, String trueCmdLine) +2050
>> System.CodeDom.Compiler.Executor.ExecWaitWithCaptu re
>> (IntPtr userToken, String cmd, String currentDir,
>> TempFileCollection tempFiles, String& outputName,

String&
>> errorName, String trueCmdLine) +260
>> System.CodeDom.Compiler.CodeCompiler.Compile
>> (CompilerParameters options, String compilerDirectory, >> String compilerExe, String arguments, String&

outputFile,
>> Int32& nativeReturnValue, String trueArgs) +383
>> System.CodeDom.Compiler.CodeCompiler.FromFileBatch
>> (CompilerParameters options, String[] fileNames) +548 >> System.CodeDom.Compiler.CodeCompiler.FromDomBatch
>> (CompilerParameters options, CodeCompileUnit[] ea) +428 >> System.CodeDom.Compiler.CodeCompiler.FromDom
>> (CompilerParameters options, CodeCompileUnit e) +90
>>

System.CodeDom.Compiler.CodeCompiler.System.CodeDo m.Compil
>> er.ICodeCompiler.CompileAssemblyFromDom
>> (CompilerParameters options, CodeCompileUnit e) +37
>> System.Web.Compilation.BaseCompiler.GetCompiledTyp e

() +227
>>
>> ----------------------------------------------------
--- ---
>> ----------------------
>> Version Information: Microsoft .NET Framework
>> Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
>> .
>>
>>
>
>
>.
>

.

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Chris | last post by:
I built small C# Web and Web Service applications in a training class last week. The applications worked in the class, but when I tried to run them again over the weekend, they both bombed....
4
by: AndrewDotHay | last post by:
Periodically, we see an ASPX page fail with this appearing in the logs. Any ideas? It happens about every 3 to 4 hours, requiring a restart of the application domain to resolve it. Is this a COM...
3
by: Peter Afonin | last post by:
Hello, Our SQL server used to run under System account, and I had no problems executing DTS packages from the ASP.NET: Dim oPkg As DTS.Package oPkg = CreateObject("DTS.Package")...
1
by: Mary Kerrigan | last post by:
I'm tearing out my freakin' hair on this one. Trying to deploy an ASP.NET site on a Windows 2000 Advanced Server. The framework v1.0.3705 was already installed, not by me. When I tried to get to...
0
by: Simone Chiaretta | last post by:
I'm having a problem with webservices: from times to times I get the following error (incapsulated in a SOAP Exception) It seems like each time I call a webservice, something is auto-generated...
1
by: Tom | last post by:
After completing my app, I moved it to the production server. It ran ok for two days on the production server. Then, I made a change to the login process, which forced a dynamic compile(I do...
0
by: Tom | last post by:
I have a .net v2 asp.net problem. I develop on my workstation and deploy to a production server. I use compile on demand, so no pre-compile is done. When I deploy, I first must move in my new or...
2
by: Eliane | last post by:
Hi, I have installed DB2 ESE on AIX 5.2. And when I try to execute db2licm -l I get the following error: exec(): 0509-036 Cannot load program db2licm because of the following errors: 0509-130...
4
by: pizzetta72 | last post by:
Hi all, i just finish to install cygwin on windows XP adding also gcc compiler module. After I tried to execute a file called fstsg.0.3-sparc (www.fstha.com) used to cript a Unix shell, I receive...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.