| Thread | Last Post | Replies |
|
| Windows Installer Vs. ClickOnce | 29 Nov 2006 14:49 GMT | 1 |
I am making a VB 2005 app, and I have another installation question.
:-) Have you ever had to use the windows installer instead of clickonce installation? I read an article that says you have to use the windows
|
| creating MSI (installation) file for .net app | 29 Nov 2006 12:10 GMT | 2 |
Say I want to distribute an application with DLLs and everything. What's the best way to create an MSI file, or some other type of installer file? Thanks. --
|
| No outlook button in IE7 | 29 Nov 2006 06:35 GMT | 1 |
I ahve just downloaded IE7 and there is no Outlook button to access my mail. How do I do this. Thanks
|
| Question on Application Architecture / Design Process | 29 Nov 2006 05:02 GMT | 2 |
I have a Business Requirements Document and Functional Spec from my customer / user. How should I go about approaching the Database Design and Object Model Design? Generally I have done this on an adhoc basis. What is the "correct"
|
| Help with Isolated Storage? | 29 Nov 2006 02:39 GMT | 1 |
I'm trying to prepare to use IsolatedStorage with an app that is going to become a clickonce app. From what I understand, you can use the "application" scope instead of the "assembly" scope in order to have differing assembly versions not result in separate storage. Is this ...
|
| Unique copy of DLL | 28 Nov 2006 23:28 GMT | 12 |
I have written a Class Library in VB.net which provides Props/Meths to a caller to hide the uglinesses of a TCP message protocol between a Client and a Server. All this works just fine.
|
| NHibernate: Session.Find throws Unique Index Exception -> but Finding should be Readonly! | 28 Nov 2006 23:04 GMT | 1 |
I am net to NHibernate, and I hava a read baisc/general question. In my database (PostgreSQL), I have an unique index laying on the field transaktionsnummer which is located in the table payment. I use the Find-Method of the Session class to query some objects:
|
| VS05 configurations and app.config's | 28 Nov 2006 20:30 GMT | 2 |
When a Windows App is compiled in Visual Studio 2005, app.config is renamed to MyAppName.exe.config and placed under either bin\Debug or bin\Release, depending on the currently selected Configuration (Debug or Release). Is there a way to have separate app.config files for each
|
| sqldatasource.select. | 28 Nov 2006 18:36 GMT | 1 |
Hi, is there som other way to do this? i only want the result from the select statement so i can use it in my code. I dont need the gridview, but this is the only way i got it to work. The SqlDataSource component is on the .aspx page and my code is on the
|
| How many threads possible? | 28 Nov 2006 18:36 GMT | 3 |
Each .net app, by default, has 25 threads (per processor) in the threadpool, right? ... but when calling ThreadStart, I'm creating a new thread and not using the threadpool, right? I don't want to get into any lengthy discussion about the
|
| Purpose of using interfaces in .net. | 28 Nov 2006 17:52 GMT | 4 |
Can anyone please tell me how interface is going to help me in real time senarios. As interface contains only skeleton of methos and it has to be inherited to a class.
|
| Regex pb | 28 Nov 2006 12:13 GMT | 5 |
I'm using the following Regex to parse for method parameters. It works if there are no spaces between commas. How can I change the regex to support method calls like : MyMethod('uno', 'due','tres' , 'quatro' ) Regex(@"[^,\(\)]+",RegexOptions.Compiled); // Parse for function ...
|
| Passing Variables from ImageUpload.aspx to current window | 28 Nov 2006 10:17 GMT | 1 |
I have an employee database. Recently I need to add a new field for the photo of each of the employee. I already have a form to enter new data for the staff, and I am creating pop up window to upload the photo for each staff. How do i pass variable from imageupload.aspx to the ...
|
| How can you get a reference to a property by name? | 28 Nov 2006 07:36 GMT | 3 |
I need to get a reference to an objects property by name. I know how to use the PropertyDescriptor's GetValue and SetValue methods to get and set the value of an objects property. But my issue is I need to get a reference to the property itself.
|
| help me | 28 Nov 2006 06:10 GMT | 1 |
Do you have any information how to generate a tool using .net which is used to translate the web page contents to html format. Plz reply me asap Thanks in advance
|