| Thread | Last Post | Replies |
|
| Reports | 29 Jan 2008 20:23 GMT | 1 |
Hi evry1 im new to crystal reports i tried defining my rpt file in reportviewer as CrysRptLearn rpt=new CrysRptLearn();
|
| CSharp Editor | 29 Jan 2008 20:14 GMT | 4 |
Does anybody know where the CSharp Editor is? I created an VS2008 Isolated Shell application and trying to associate it with the csharpclass file as the default editor. Is it possible?
|
| PasswordProvider error | 29 Jan 2008 18:46 GMT | 1 |
We ave just done a release onto our IIS servers and some users are getting th following error. I have seen this reported on the web but nobody has published a solution. Any ideas? The app runs slowly and this only occurs now and again. We get around it by refreshing the app ...
|
| Enterprise Library Instrumentation Block implementation Urgent | 29 Jan 2008 18:40 GMT | 1 |
I have to implement instrumentation block of enterprise library to monitor the application.If someone can help me out that will be great.i have no idea how to do this... thanks.
|
| Dis-arrayed arrays | 29 Jan 2008 18:38 GMT | 2 |
Being new to C# (coming from PHP) I'm at a lose as to how to do this. have an array of items where the structure is something like this: myArray[String AccountNumber] {
|
| Called ServiceBase.Run(), but never receive OnStart()? | 29 Jan 2008 18:15 GMT | 6 |
I have a service, written in C# and .NET V2.0.50727, that works fine on some machines, but hangs on start on others. In MyService.Main(), I read the registry for a few initialization settings, most important of which for our purposes is the name of the
|
| Making an XML mess, oh.. message | 29 Jan 2008 17:58 GMT | 4 |
Trying (or has accompished) a XML message by instanitated a class and fed it to the xmlwriter, now the receiver dont like my (MS?) XML and want me to code it by hand... *mumbles* Can I edit a class with some [mumbojumbo] to enter xml handles as I
|
| Troubleshooting Visual studio 2005.NET Installation | 29 Jan 2008 17:04 GMT | 2 |
Hi. I am facing the following problem while installing Visual Studio 2005.NET in my system (P4 with XP SP2 OS): Microsoft.mshtml, Version="7.0.3300.0", Public Token ="b03f5f7f11d50a3a", File Version ="7.0.3300.0', Culture = "neutral".
|
| da.FillSchema help | 29 Jan 2008 16:52 GMT | 2 |
hey all, i'm using the fillowing line: DataTable dt=null; da.FillSchema(dt,SchemaType.Source);
|
| ComboBox SelectionStart Enter Event Question | 29 Jan 2008 16:27 GMT | 2 |
I've created a .NET 2.0 form and added 6 text boxes, 1 combo box and 2 button controls. The combo box has a DropDownStyle of DropDown, so the user can still type in the combo box.
|
| Servey question | 29 Jan 2008 16:07 GMT | 1 |
plz help me i want to know that how can we provide the facility to design the servey question in c#. Thanks in advance
|
| How to call Vbscript functions in C# application | 29 Jan 2008 15:43 GMT | 1 |
I need to call VBScript function through C# application. Any help on this will be appreciated. Thanks.
|
| Unloading CAB Modules from TabWorkspace | 29 Jan 2008 15:23 GMT | 4 |
Using Composite Application Block UI, is it possible to unload a module. Looking into the ModuleLoaderService I can see a Load method, but how can I gracefully close a module? I have a custom module loader, which reads from a database, creates a button
|
| Few question about CLR. | 29 Jan 2008 15:15 GMT | 1 |
Can anyone help me out about some confusion regarding CLR? 1. When CLR code first run in memory? Who is reponsible to run CLR code? 2. Is there are a single copy of CLR for every .net process? I mean's
|
| How to open Webappication forms in windows application | 29 Jan 2008 14:18 GMT | 1 |
How to open Web appication forms in windows application. I need to open some web application from in windows application. Please help me in this.
|