| Thread | Last Post | Replies |
|
| streamwriter and pound character | 31 Jan 2007 20:59 GMT | 1 |
I want to create a text file with a pound (£) character in it, when i use StreamWriter class with ASCII (System.Text.Encoding.ASCII) or ANSI (System.Text.Encoding.Default) encoding the £ (pound) character is either getting displayed as a ? or as some special character.
|
| compatibility question: VB.net express, 90-day VSPro trial | 31 Jan 2007 14:05 GMT | 1 |
I have VBExpress, and would like to play with the 90-day VSPro trial (specifically to have access to CF projects). Are there any known compatibility issues? Specifically, I want to make sure that I won't have any problems with my existing VBExpress installation and projects when ...
|
| VB vs. C# language challenge question | 31 Jan 2007 13:24 GMT | 13 |
Below are to equivalent(?) pieces of C# and VB.Net code While the C# version compiles with no warning, the VB.Net version does not compile due to the compiler error BC30149: Class 'c2' must implement 'Sub m1()' for interface 'i1'.
|
| Dotnet Framework Not Running | 31 Jan 2007 12:12 GMT | 2 |
I have installed .Net Framework 2.0 on my windows xp sp2 system but it is not in the start menu programs. I need to install an application that needs .Net Framework but everytime i try to install it i get a msg that the setup requires .net framework.
|
| List of KNOWN VS2005/Vista issues....... | 31 Jan 2007 11:00 GMT | 7 |
(I know this is a great big newsgroup no-no, but I originally only posted to microsoft.public.dotnet.general and that newsgroup doesn't seem to have near the readership of these - so I thought I'd also post this info here for the benefit of the greater dotnet programming ...
|
| requiredRuntime and supportedRuntime in VS 2005 | 31 Jan 2007 06:12 GMT | 1 |
So this seems like it should be a simple concept - but for some reason I don't understand it. So I've read everywhere that you can't use an assembly built in VS 2005 (specifically .NET 2.x) in an assembly built by VS 2003
|
| Need Help in Photoshop | 31 Jan 2007 04:41 GMT | 2 |
We need some help in photoshop Add-in. Here i am sending the problem. Please do in favour in solving the problem. Through the .Net application we are activating the photoshop and sending the short cut keys to photoshop for activating the adjustment dialog boxes.
|
| need a good idea :) | 30 Jan 2007 23:03 GMT | 4 |
i need some help here plz :) i'm building a small application that will dispaly a list of folders in a listbox, but i only want to display the folder name rather than the whole path, so i take the substring from the whole path and add it
|
| refer the version | 30 Jan 2007 18:53 GMT | 1 |
i am using two versions of a particular dll cust.ll. how do i make a class file to refer the two versions of cust.dll. eg: version one :
|
| .NET 1.1 x .NET 2.0 | 30 Jan 2007 16:55 GMT | 3 |
is there any form that i can develop a solution using Visual Web Developer in the framework .NET 1.1. All that i knows i sthat VWD is especific for developing solutions in .NET 2.0.
|
| Class handling fully qualified type names? | 30 Jan 2007 16:42 GMT | 1 |
in many occasions (mainly with configuration), you'll have to specify fully qualified type names in the format type="Fully qualified class name, assembly file name, version, culture, public key token"
|
| How to enumerate all the assemblies in the GAC? | 30 Jan 2007 14:00 GMT | 1 |
How to programmatically enumerate all the assemblies in the GAC? thanks a lot.
|
| constraint programming | 29 Jan 2007 18:22 GMT | 2 |
How can I include contraints in VB.NET (Windows Forms, 2.0), using Objects with Propertys? I need several property's be recalculated when others change, but not in a straightforward way: When A is changed, B has to change, but when B changes,
|
| Reflection and DirectoryInfo.Delete error | 29 Jan 2007 15:14 GMT | 2 |
After using System.Reflection.Assembly.ReflectionOnlyLoadFile to look through a directory and inspect versions of files and such I use a DirectoryInfo.Delete(True) object to delete the directory but it gives me an unauthorized error. If I do everything the same way but do not
|
| compile csharp file | 29 Jan 2007 12:00 GMT | 1 |
how should i compile csharp programs in the cmd command prompt without being installing visual studio .net. I have installed framework 1.1 and sdk. also i have executed the vsvars32 btach file. still iam not able to compile the csharp file. the error generated is:
|