| Thread | Last Post | Replies |
|
| How do apps usually id the version of the cyrrently installed framework? | 08 Nov 2006 00:44 GMT | 1 |
Good day group! My problem is this: I have an old legacy application, which must be installed using an unmanaged installer. This unmanaged installer complains that .NETfx 1.1
|
| file not found error | 08 Nov 2006 00:40 GMT | 1 |
We have a new server that runs 2003 and framework 2.0.50727. I put a simple asp.net application(one button on the default.aspx page) under wwwroot. from IIS manager, I can see the application fine. But when I trying to access the default.aspx, (even by right click on the default ...
|
| MS Visual Studio editing shortcuts | 08 Nov 2006 00:30 GMT | 4 |
Have seen some developers coding with VStudio using the keybord pretty fast. Does anyone know where could I find a list with microsoft visual studio editing shortcuts? Have tried to found a shortcut list but with out
|
| Solution explorer | 07 Nov 2006 21:54 GMT | 3 |
My solution explorer window used to be over to the right of my screen. I have no idea how it happened but now it is a free floating window with no minimize button. I have to drag it out of sight to be able to use the screen then drag it back when I need it. I've looked in Help ...
|
| Get character by its number | 07 Nov 2006 19:34 GMT | 4 |
When I hold right alt and write 3 numbers from the right of keyboard, I get its character like £ from 412. By which class in .net can I give the number and the class method give me its corresponding character?
|
| Merging ASP and ASP.Net | 07 Nov 2006 19:30 GMT | 3 |
I have an application developed in ASP. Now I want to develop new pages in ASP.Net.Can anyone help me in this regard that How I will tranfer session from ASP to ASP.Net Page.
|
| How to continuously monitor for specific content in a website | 07 Nov 2006 19:13 GMT | 1 |
I am very new to .net programming and my project requirement is to continuously monitor for specific content in a website. How do i achieve this task? Can anyone help me in this reagard?
|
| GAC Assemblies and CrystalDecisions.CrystalReports.Engine | 07 Nov 2006 17:38 GMT | 1 |
Wasn't sure where to post this but here goes. I build a web app that utilizes Crystal reports that when run in my dev environment they run okay. However when published at my host it bombs with the following error:
|
| Microsoft Asleep At The Wheel Again: Missing the New Era of CAD | 07 Nov 2006 17:02 GMT | 5 |
Google and Second Life have proven there are market$ and economie$ in the virtual worlds they and others have created. Applications in these virtual worlds require the use of vector graphics applications which are used to design, draw, and draft the user interfaces *within* the ...
|
| Creating a strongly typed object from a basic serialized class | 07 Nov 2006 16:05 GMT | 3 |
I am trying to implement some functionality as seen in MS CRM 3.0 whereby a basic Xml is deserialized into an object which contains properties. What I want to do from here is; cast the basic object into a more strongly typed class which knows what properties to expect.
|
| Launching an application from a method | 07 Nov 2006 15:48 GMT | 3 |
Is it possible to launch an application by calling a method rather than specifying the name of a form using Application.Run(new form());???? C# .NET 2.0 Winforms Thanks
|
| vb.net printing w/o Crystal Reports | 07 Nov 2006 15:47 GMT | 2 |
I have a simple database (one table) created with Access. I have a simple query and report in Access and it works great. I have recreated the program in Visual Studio (vb) but can not figure out how to print the columns of info to a printer. In all of the posts I have read with
|
| questions | 07 Nov 2006 15:03 GMT | 2 |
I am using Visual Studio.Net 2005. I am learning!!! I have a couple of questions: - - What version of the .Net Framework should I have installed? 2.0.what? - What version of ASP.Net should be installed on my PC?
|
| Need help filtering dataset table by a value | 07 Nov 2006 04:34 GMT | 3 |
I cant seem to filter down my dataset table by criteria in expression. Can someone tell me why I still have the same amount of rows after I use this filter select option. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
|
| app.config file | 07 Nov 2006 04:07 GMT | 5 |
Hi, I am using the app.config file to store the ConnectionString to the data. I want to add a list of table names to this file so I could populate a combo on FormLoad. I found very easy to get the ConnectionString using the
|