| Thread | Last Post | Replies |
|
| Can i add com dll in GAC. | 05 Feb 2007 06:20 GMT | 1 |
Can anyone tell me if i can add com dll in GAC. If yes how will i do this? Is it using interoperability? Any help will be truely appreciated.
|
| Generic methods and inheritanc on non generic class | 05 Feb 2007 05:43 GMT | 2 |
If I have the following classes: public abstract class Base { public abstract T CreateItem<T>() where T : Base;
|
| find method in app | 05 Feb 2007 05:38 GMT | 1 |
how can i check if a member/method or class is in the current Application are there tools to do this like ismethod() or isclass() etc. or do i need to create a special class for a exception Handler
|
| Remote Debugging | 05 Feb 2007 04:51 GMT | 1 |
Hi All, I have a total new server with win2k3 and .net framework 2.0. I have copied an exe which I had built on my machine (.net 1.0) works super on my local box. I need to debug this exe on the server..I cannot install Visual Studio on
|
| Debugging a DLL | 05 Feb 2007 04:41 GMT | 1 |
Hi... I had a VC++ 6.0 application that created a DLL to be used with another C# app. I have convered that app to VS .NET 2003 and I can build the DLL without making any changes to the existing code. However, when this DLL is used by my C# application I get some memory errors.
|
| error in update command using dataadapter | 05 Feb 2007 04:10 GMT | 2 |
m using this code :........................... ======================================================================= OleDbConnection con =new OleDbConnection (@"Provider=Microsoft.Jet.OLEDB.4.0; Data Source = C:\Documents and
|
| How do NetworkCredential and WebClient work? | 05 Feb 2007 00:56 GMT | 2 |
I read many examples with NetworkCredential and WebClient, but no one with a real http address. They all work in theory, but I wasn't able to use them in the real world.
|
| IE 7 | 05 Feb 2007 00:34 GMT | 1 |
Why does my version of Internet Explorer show this character many times ==== in my top left corner where the name of the website you are visiting is shown? Thank you!
|
| application name | 04 Feb 2007 23:58 GMT | 2 |
How Can i get the Running .EXE,Dll With Extension Mark
|
| Comparing different floats fails | 04 Feb 2007 21:37 GMT | 2 |
In the following piece of code, the == operator is saying that the two different float values are the same. What's going on here? float testValueA = float.MaxValue; float testValueB = float.MaxValue - (float)1.0;
|
| Object Styles -- System.Windows.Forms vs System.Web.UI.WebControls | 04 Feb 2007 19:38 GMT | 1 |
System.Web.UI.WebControls.Button can load a style based on XAML. This can be done by using the Style method. I was wondering if there was a way to apply a XAML Style to a System.Windows.Forms.Button, since there is no Style method; I am unsure on how to do this.
|
| key translations | 04 Feb 2007 19:28 GMT | 5 |
in win32 we had chr() and asc() how do i translate key constants Example string mystring = "abc (embedded tab) efg";
|
| How do you create a library of commonly used structs, enumerations constants and functions using C# | 04 Feb 2007 18:53 GMT | 2 |
Coming from a pure C/C++ background - recently started looking at C# for a project. The absence of header files in C# has thrown me "a bit of a curve". I want to modularise my code and put all the commonly used data types
|
| Sql Connection | 04 Feb 2007 17:59 GMT | 4 |
Is there a way to inherit Sql Classes in net thanks dave
|
| .NET C# with Windows Vista Home Basic or Business? | 04 Feb 2007 17:31 GMT | 6 |
I'm looking to buy a new laptop primarily to learn & practice .NET and C#. My Question is: Is there any requirement for .NET and C# in terms of the following
|