I tried reloading the driver and rebooting but without success. I also downloaded the application Windows Phone app for desktop, I installed it but this app does not work at all. If I try to lunch it it does not react at all.
hallo,
I can't connect my Lumia 1020 to my PC. When I cable it in, I see in device manager under "other device" that the phone is listed with a yellow point. I tried to uninstall it and the replug it in but this does not work. I followed the instructions at...
doing some research I found out the solution:
Type t = GetTheTypeUsingReflection();
IList newList = GetTypedList(t);
IList GetTypedList(Type itemType)
{
Type listType;
listType = typeof(List<>).MakeGenericType(itemType);
return Activator.CreateInstance(listType) as IList;
}
Hallo,
I need to instantiate a generic list, but the type is going to be known only on runtime. Something like:
Type T = GetTheTypeUsingReflection();
List<T> myList = new List<T>();
But this code does not work: "the type 'T' could not be found"
Any suggestion?
Thanks
Hallo,
I have 4 computers without wireless capacity. I used to connect them to my modem/router with Ethernet cables. The modem/router has 4 ethernet plugs and one plug for the ADSL cable.
All 4 computer where in a LAN: I could use remote desktop to access them, so I needed only one screen, one...
hallo I have an Xml file like this:
<?xml version="1.0"?>
<HomeFinanceXMLBase>
<Content>
<Configuration>
<Data>
<UserDefined>
<CostTypeList Type="System.Collections.Generic.List`1[[ch.davico.HomeFinance.Model.CostType, ch.davico.HomeFinance.Model, Version=1.0.0.0...
Hallo,
I have a word document that contains, as inlineshape OLEObject, another word document. I would like to know if there is a way to find out programmatically that the OLEObject in my document is a word document.
Hallo kjv,
yes I tried to remove the drive from the USB enclosure and plug it directly via SATA, but without success.
The suggested software is not really suitable for this problem: it is software that helps you recover data that was deleted by mistake, or data from a hdd that was formatted by...
The fact is that the scheduler of WinXP asks me at what time I want to run the task. But I don't want the task to run at a specific time (because I finish working at different time), I want the task to run when I shutdown the machine (obvously the task should end, and then the machine would shut...
Hallo,
I have a task that I have to run everyday (it is a synchronization tasks). This task takes a long time (10-20minutes). I would like to run this task and then to shut down the PC. But I don't want to wait so long before I can shut down. So the question is: is it possible to automate the...
Hallo,
Yesterday, my recently bought USB external HDD, stopped working correctly. I cannot access the data in it anymore.
I am working with Windows XP. The Device Manager (in Computer Management) displays the HDD, and the properties say "This device is working properly". But in the Disk...
In the new machine I do have a reference to MS Common Controls 6.0 (SP6). The file mscomctl.ocx is exactly the same on the two machine.
I unchecked and then checked again. But the error message stays there.
In the treeview properties I see that the "OLE Class" property is set to "TreeCtrl" and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.