| Thread | Last Post | Replies |
|
| MyClass2 = MyClass1 -> ByRef???? | 12 Aug 2005 08:21 GMT | 16 |
I have 2 instances of a user-defined class. When I do a cls2 = cls1, and I change a property of cls2, this property is also changed in my cls1!! Does anybody know what the reason of this is? and how I can prevent it? Thanks,
|
| Uninstall 2005 Beta 2 and reinstall 2003 | 12 Aug 2005 07:41 GMT | 2 |
I've uninstalled Visual Studio .Net 2005 Beta 2 and need to reinstall Visual Studio .Net 2003 but I get an error that the .Net Framework 1.1 and J# redistributable packages cannot be installed. Is there a tool to clean up the mess the Beta leaves behind?
|
| input string not in correct format | 12 Aug 2005 07:32 GMT | 1 |
I am gettign this error, while migration an app to asp.net Exception Details: System.FormatException: Input string was not in a correct format. Source Error:
|
| Font.GetHashCode() problem | 12 Aug 2005 07:29 GMT | 1 |
I have a little webcontrol that generates images based on propertyvalues. To get a name for each image that is "unique" for only one combination of propertyvalues on the control I use GetHashCode from each property and combines the values I get to create the name (ie 2452566266 ...
|
| syntax error in update statement in vb.net | 12 Aug 2005 07:28 GMT | 1 |
HI i am getting the foll error while conv an asp application to asp.net Exception Details: System.Runtime.InteropServices.COMException: Syntax error in UPDATE statement.
|
| syntax error in query expression in vb.net | 12 Aug 2005 07:26 GMT | 1 |
I am geting the following error while conv an asp to asp.net Exception Details: System.Runtime.InteropServices.COMException: Syntax error in query expression 'id =System.__ComObject'. Source Error:
|
| Is serialport functional in beta2 on .NET CF? | 12 Aug 2005 01:42 GMT | 1 |
We're trying to do serial comm with the new serialport object in the VS Beta 2/.NET Beta 2 system (using C#, but I don't think that's terribly important). I'm using a slightly cranky GPS receiver, and it works fairly well
|
| Imports VS Namespace.Namespace2.Class1 | 12 Aug 2005 00:20 GMT | 2 |
Item #1: Project Reference > DLLClass1 Project Properties > Imports > Namespace.Namespace2 - In Code Behind:
|
| A Question about Control.Invoke | 12 Aug 2005 00:03 GMT | 1 |
I have a code sequence that goes something like this: 1. Start an asynchronous i/o with a completion callback of /cb/ Now when the i/o completes we end up in the /cb/ routine.... note that we are in a pool thread during the callback, not the
|
| Delphi 4 & VB.NET, don't play nice?? | 11 Aug 2005 22:47 GMT | 1 |
Hello all, Im stumpped. I have a small app i wrote in VB.NET which takes in a file name, and a bunch of other params, runs the file with the params, and then exits. At the end of the program, it can optionally echo back all the params it
|
| Implementing a namespace over more than one assembly? | 11 Aug 2005 22:22 GMT | 2 |
Can anyone tell me if it is advisable (or even possible) to define a namespace across 2 or more assemblies? For example, consider the namespace SampleApplication.Data.Providers Would it be possible to have assembly A define a class as part of that namespace
|
| Application.Run not creating Main Form | 11 Aug 2005 22:21 GMT | 1 |
Sometimes my main form appears and sometimes it doesn't. VS.NET acts as if the process is running and I can click the "stop" button but I get no windows or forms. Here is my code:
|
| process.WaitForExit() problem on framework 2.0 beta | 11 Aug 2005 20:37 GMT | 1 |
I have a programm that executes other processes. Everything was fine with framework 1.1. Now i have tested the assembly (still build with VS2003, framework 1.1) on the framework 2.0 beta.
|
| .NET Framework 1.1 Service Pack 2 | 11 Aug 2005 19:38 GMT | 3 |
Can someone tell me when .NET Framework 1.1 Service Pack 2 will be available? Cheers.
|
| Can't get IIS to run ASP 1.1 | 11 Aug 2005 19:12 GMT | 1 |
Every time I open up a web application in Visual Studio, I get the following error message: Visual Studio .NET has detected that the specified web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services.
|