Tagged Questions
0
votes
0answers
31 views
client request from xp service pack3 + ie8 redirected to mobile version of site
we have 2 separate ecommerce sites.one for desktop users and the other is for mobile users.
in our main site we have put code to redirect to mobile site. The code is as shown below.
public static ...
0
votes
1answer
191 views
How to check that the OS is at least Windows XP SP3? [duplicate]
Possible Duplicate:
How do I determine if a computer is running XP Service pack 3
There's a ton of C++ code illustrating how to check that OS is Windows XP, but I need to know if it's at ...
-1
votes
2answers
301 views
Failure adding assembly to the cache Windows XP SP3
i am trying to add an assembly to the GAC but the error indicates that "Failure adding assembly to the cache: Administrator permissions are needed to use the selected options. Use an administrator ...
0
votes
1answer
120 views
Can't copy image file with larg size in flash memory
I want copy image file with large size(4G) to flash memory in Windows XP os and capacity of flash memory is 8G and free, but windows shows error dialog : "The disk in the destination drive is full".
1
vote
1answer
664 views
Unable To Install Perl Modules Using CPAN (Windows XP Server with XAMPP)
I currently have a Windows XP Pro SP3 server with XAMPP. I downloaded the Perl add-on for XAMPP earlier today, and it installed without a problem. After the install, I was able to go to .pl files on ...
0
votes
1answer
587 views
Microsoft Visual C++ Runtime Library [closed]
In my external usb harddisk when I click on only the folder names "MISC" I get the error
Microsoft Visual C++ Runtime Library
Program: C:\Windows\Explorer.EXE
This application has requested the ...
0
votes
1answer
61 views
can a windows service be spawned from something other than services.exe?
in the _EPROCESS structure, the Inherited From Unique Process field for services like alg.exe,svchost.exe,spoolsv.exe always points to services.exe. So, here are my questions.1) Can a service be ...
0
votes
0answers
214 views
Windows Question: RunOnce/Second Boot Issues [closed]
Moved to Super User:
Windows Question: RunOnce/Second Boot Issues
I am attempting to create a Windows XP SP3 image that will run my application on Second Boot. Here is the intended ...