| Thread | Last Post | Replies |
|
| mysql and crystal reports | 09 Feb 2005 17:45 GMT | 5 |
is there a way of integrating mysql databases into the .net crystal reports? in the report wizard i have options for sql databases, but nothing for mysql. is there a plugin i'm missing for it? i've tried creating a dataset and filling it with the data from a mysql
|
| Good machine configuration for .NET? | 09 Feb 2005 17:44 GMT | 6 |
I started working with vb.NET on my 256 RAM , 2.0 GB machine on windows 2000 pro, service pack 4 . it was really slow and so I upgraded the RAM to 512 MB RAM, which is much better but still not the same or any where close to how it is when I open up VB 6.0 . Could some one tell ...
|
| Initiating Assembly | 09 Feb 2005 16:32 GMT | 2 |
i have a webclient/windows client (say web1.dll/win1.exe) that calls a method A in DLL1. method A of DLL1 calls method B of DLL2. Inside method B is there anyway of getting the client assembly name(here web1.dll/win1.exe)
|
| VB .NET 2003 Standard vs. Professional | 09 Feb 2005 16:19 GMT | 6 |
I can't seem to find a standalone purchase of VB.NET 2003 Professional. I have a couple of questions: 1. Can it be purchased outside of the VStudio package? 2. Does anyone have a feature matrix of the differences?
|
| NET objects | 09 Feb 2005 14:42 GMT | 4 |
I came across the following question and do not find a proper answer. Any help is highly appreciated. How would you go about providing deterministic finalization of .NET objects?
|
| VS.NET 2003 Immediate window Intellisense died | 09 Feb 2005 14:20 GMT | 1 |
I have VS.NET 2003 installed on a windows 2000 professional. In the immediate window the intellisense does not work. Anybody got idea of how to fix this issue. Raagz
|
| bringing a separate .exe to the front | 09 Feb 2005 12:31 GMT | 2 |
when using one form - i can set the z-order. Is there a way programatically to create a "z-order" across .exe. I have 2 .exe - one that paints a background form and then another that fills in the middle of the screen on top of that form. The .exes need to be
|
| Job postings in UK for .Net | 09 Feb 2005 12:17 GMT | 1 |
Does anyone know where is a good place to go looking for .Net people in the UK? Thanks Michael
|
| Unexpected session time out | 09 Feb 2005 10:49 GMT | 1 |
Hello I have configured my web.config as <sessionState mode="InProc" cookieless="true" timeout="240" /> But My session times out in between while am working on the application. Any clue ?
|
| Winforms Code generator | 09 Feb 2005 10:47 GMT | 1 |
any recommended code generators for winforms apps? I dont need anything sophisticated, just the ability to produce a simple winform given a BL object. - Language VB or C# cheers
|
| The Best Way to Make Drip Coffee | 09 Feb 2005 10:35 GMT | 6 |
My coffee maker was all moldy and slimey, so I bough a cheap little drip cone, that I fill manually with water. It sits right on my coffee cup, so I use a measuring cup to heat the water in the microwave and then pour it into the cone.
|
| ICodeCompiler CompilerParameters ReferencedAssemblies problem | 09 Feb 2005 10:28 GMT | 1 |
I am using a library for calling a web service dynamically (library downloaded from http://www.thinktecture.com/Resources/Software/DynWsLib/default.html). This works fine if I use it within a console application written in
|
| sending webform listbox values to stored procedure in asp.net | 09 Feb 2005 10:19 GMT | 1 |
I have an application written in ASP and I am converting to ASP.NET in the old ASP page users can add items to a listbox control. When the user hits the "submit" command button on the form. It fires a stored procedure in the SQL Server Database.
|
| Can I use ASP WEB MATRIX to run Stored Procedures from SQL Server 2000 | 09 Feb 2005 10:13 GMT | 2 |
I am trying to run a stored procedure on SQL Server 2000 from ASP Web Matrix. When I insert the line at the top of the code page, Imports Sql.Data.SqlClient I keep getting the following message: "BC30465: 'Imports' statements
|
| Substract part of the string based on tags (c#) | 09 Feb 2005 07:44 GMT | 3 |
Hi y'all, I have a beginner question... I want to get the all the values inside of two tags in a string. for example:
|