| Thread | Last Post | Replies |
|
| where is my 'CrystalReport' ??? | 30 Jun 2004 23:46 GMT | 1 |
We previously have vb.net projects created with <pro version>, the projects itself using serveral Crystal Report as of most report modules. I just noticed when I move thoese projects down to the other machine with <std version>. We can't find .. >Imports CrystalDecisions ...
|
| connecting to an Oracle Server over an internet connection | 30 Jun 2004 23:13 GMT | 1 |
Hi every body: I am trying to develop and Web Application using C#. In this assignment, I need to use an Oracle Database at my school for my Data Source. How can I make my Web Application get connected with this remote database server? When I try to establish an connection, I get ...
|
| Compiling a Program | 30 Jun 2004 23:02 GMT | 1 |
I was wondering if in Acedemic edition can i make my program an executable file?? because my friend uses VB6 and he simply goes to File >> make executable and then he can send me the file How do i do that with Acedemic edition Visual studio (visual basic 7)
|
| (To .Net Develpers and not only) Don't know what to think with byte ordering and similar | 30 Jun 2004 17:30 GMT | 1 |
Can anyone halp me with some questions? Is there multiplatform standart in binary representation of primitive datatypes when you writing it through BinaryWriter? In other words if I write by BinaryWriter for example Int64 or Single, can I
|
| Are assemblies built at the project level? | 30 Jun 2004 17:02 GMT | 3 |
Basically, my real question is "Can an assembly house code from multiple languages or must each assembly contain code from only one language?" I would like to create a single assembly that has code from a C# project and also from a VB project. Impossible?
|
| Switching JITs | 30 Jun 2004 16:50 GMT | 1 |
I know that there are three JITs in CLR. But anybody of you tell me how I can choose between these JITs? Lot of Thanks in Advance. Thanks and Regards
|
| Network communication samples please | 30 Jun 2004 15:17 GMT | 3 |
I'm building a Windows service and I need to make a monitoring application for users. Therefore I'll need to implement some form of communication between the program on the users' workstations and the service on its own machine. I'm afraid I'm completely out of my element here.
|
| Need help on debugging the code in .NET Web application. | 30 Jun 2004 14:36 GMT | 1 |
I'm getting the following error while trying to debug the application. Error Message: "Error while trying to run project: Unable to start debugging on the web server. Catastrophic failure
|
| Problems with System.Configuration.IConfigurationSectionHandler in combination with GAC | 30 Jun 2004 14:17 GMT | 1 |
Hi there - I am implementing a custom System.Configuration.IConfigurationSectionHandler to enable a custom configuration setting in the application config file. This IConfigurationSectionHandler is included in a signed dll.
|
| XmlSerializer Exception | 30 Jun 2004 12:57 GMT | 2 |
I am trying to use the XmlSerializer object for the first time. The line which throws the exception at runtime is: XmlSerializer serializer = new XmlSerializer(typeof(AxINIData)); The exception error it throws is: "An unhandled exception of type 'System.IO.FileNotFoundException' ...
|
| C# code works but VB.NET shows a precompile error | 30 Jun 2004 12:46 GMT | 6 |
I have the following code in C#, and it works fine. After porting the code to VB.NET, I get a precompile error in the IDE. Does anyone know why this could be happening? protected delegate void MulticastDelegate(object sender, EventArgs e);
|
| Setting focus to Web forms controls | 30 Jun 2004 12:32 GMT | 3 |
Hi friends! For setting focus to Windows form we use following command: Me.MyControl.Focus() But please advise about setting focus to web form's control.
|
| Threading probem! | 30 Jun 2004 11:19 GMT | 1 |
I'm writing threading application by VB .NET. I have 4 threads running on my App. But I found some thread have been stopped by write debug message. From my observation the time duration that thread stop processing quite random. I have no idea why this happen, what wrong with my ...
|
| Newbie: What version of Framework with VS.NET 2002 | 30 Jun 2004 10:17 GMT | 2 |
I have a Visual Studio.NET 2002 Enterprise Architect version that I would like to use. I am not sure which version of the .NET Framework is installed with it but can I seperately download .NET Framework 1.1 and use it with VS.NET 2002?
|
| ANN: .NET SDK 2.0 Beta 1 | 30 Jun 2004 06:50 GMT | 5 |
.NET Framework 2.0 SDK Beta 1 x86: http://www.microsoft.com/downloads/details.aspx?familyid=916ec067-8bdc-4737-9430 -6cec9667655c Download [~230MB]: http://download.microsoft.com/download/a/a/1/aa1bb223-d4fa-4e1e-80c4-2dc31fbb09d c/setup.exe
|