| Thread | Last Post | Replies |
|
| Type 'List' is not defined | 21 Dec 2007 06:19 GMT | 2 |
I have a asp.net application that works fine locally, but when I try and deploy it, it breaks with the error Type 'List' is not defined on the line
|
| visual studio | 20 Dec 2007 23:20 GMT | 3 |
i am very nw user of visual studio. i am trying to install visual studio in my laptop . i have tried several times but there is always some problem or the other. i woud like to to give me a good link where i can install visual studio 2008 and list of all the components which
|
| what are the disadvantages of reflection?? | 20 Dec 2007 18:26 GMT | 1 |
I have used reflection to dynamically invoke methods and properties of the classes(business logic)(each class has more than 20 prop's and methods...), Entire application is designed using core values of reflection. Now i want to implement the same in client's environment. Will ...
|
| How .net webservice is better than J2ee webservice | 20 Dec 2007 18:13 GMT | 1 |
How can i recommend client that .net webservices are better than J2ee webservices
|
| BindingList and ArgumentOutOfRange when bound to DataGridView | 20 Dec 2007 16:41 GMT | 2 |
When I bind a BindingList<> to a DataGridView and then call RemoveAt(n) on it, I get ArgumentOutOfRange. Could someone explain why? Sample: public partial class TestForm2 : Form
|
| Query | 20 Dec 2007 13:14 GMT | 1 |
I've 3 columns with customerID, orderDate and Quantity. How do I obtain a list of customers with the last (maximum) orderDate and Quantity?
|
| puzzled in Application manifest | 20 Dec 2007 12:15 GMT | 3 |
Got from MSDN that there's an element - assemblyIdentity in the application manifest which describes and uniquely identifies the application owning this application manifest. What I'm puzzled is following attributes with this element:
|
| EnumWindows, VB.Net | 20 Dec 2007 09:36 GMT | 2 |
I know that a callback function can be used to run the EnumWindows function of WIn32 API in VB.Net. My question is however...is there a strictly VB.Net way of doing this, not using a callback function and the Win32 API?
|
| High defintion photos | 20 Dec 2007 00:51 GMT | 4 |
How to convert normal digital photos to high definition on Windows XP? I need to change them so I can enter a competition. Is this possible
|
| Creating a web setup project in .net 3.5 that targets to .net 2.0 | 20 Dec 2007 00:50 GMT | 3 |
I have my 2.0 web application running in VS 2008. I added a web setup project to the same solution and selected the template while creating the project as: .Net Framework 2.0. After creating the .msi, I tried running it on a different machine, which has .net framework 2.0. It ...
|
| Passing URI Parameters to WPF App Affecting Deployment | 19 Dec 2007 15:23 GMT | 9 |
I have created a WPF "stand-alone" application that is deployed via ClickOnce over http. One of the features I want to take advantage of is the ability to pass parameters through the activation URI. I have checked the option to allow this for the project.
|
| Type Safe Units of Temperature | 19 Dec 2007 11:31 GMT | 3 |
Here is a type safe unit of temperature that can be used to enforce type safety at compile time. http://www.geocities.com/jeff_louie/OOP/oop38.htm Regards,
|
| Installation problems on Win2K | 19 Dec 2007 10:51 GMT | 1 |
We are trying to install the .Net 2.0 framework on a Windows 2000 Pro machine and it keeps kicking us out saying Windows Installer 3.0 is not installed. However, even after we installed Windows Installer 3.0 it continues to give the same message. We tried reinstalling Windows ...
|
| Coder un serveur HTTP en DotNet 2.0 ( C#) | 19 Dec 2007 05:55 GMT | 1 |
Bonjour, Je voudrais savoir si avec le DotNet framework 2.0, il serait possible d'écrire une application windows service qui incorporait un serveur HTTTP "embedded"( via code) sans passer par le serveur web IIS en local.
|
| Windows side bar wont appear when i log on | 18 Dec 2007 14:01 GMT | 1 |
I just got a new sony vaio, which uses vista home premium. i am the administrator and there is no other account on the computer but when i try to start the windows side bar all i get is a dialogue box saying that the 'windows side bar is managed by your administrstor' but i am the ...
|