| Thread | Last Post | Replies |
|
| CSS Doesn't Show Up in Designer Mode When Using Themes and Master Pages | 12 May 2006 21:20 GMT | 1 |
First off. Hats off to MS to really doing a good job of major fixes on VS 2K5. It is really a lot better. I have begun using Master Pages with Themes but am a bit confused as to how to make the CSS styles in those themes appear during development (not at run time, i know that
|
| deployment exe with local framework | 12 May 2006 18:30 GMT | 1 |
I would like to know how to make my deployment file to use the local exported dotnetframework instead of downloading from web, when my client didn't have it? Thanks a lot.
|
| need help! | 12 May 2006 17:21 GMT | 2 |
I have a serious problem that i have not been able to resolve and cannot find any information on the internet. The problem is as follows, i have written a BHO for the company i work for which will deep link into agent sites and fill in a form for them from a form they fill in on ...
|
| Call/Consume .net webservice from PHP | 12 May 2006 15:59 GMT | 1 |
I've written an ASP.Net webservice which takes somes specific .net objects. Now I want to caal this service by PHP, which normally would be possible, after all that's the main reason of existence for web
|
| Error on Asp.Net page | 12 May 2006 14:38 GMT | 2 |
I create a long form, (user have to Scroll down to Click the submit button) on the form i have couple fields using the control "RequiredFieldValidator". Now the user click on the "submit" button, error will display if the user does not enter the required field (it
|
| Obfuscator question | 12 May 2006 12:34 GMT | 7 |
I'm seeking for an obfuscator at a reasonable price. Generally, obfuscators are very expensive. It is difficult for me, a single programmer, to bear the cost of an obfuscator. Therefore, I ask you to suggest a good obfuscator at a low price.
|
| dotnet 2 Obfuscation | 12 May 2006 10:20 GMT | 5 |
Does version 2 of the framework have any facilities/features that makes obfuscuation better than working with version 1/1.1 of the framework? Or more specifically are dotnet V2 files easier or harder to unobfuscate? From what I've seen I can't see anything specific, but I was ...
|
| Enterprise Library- Data configuration Block | 12 May 2006 02:50 GMT | 2 |
I am using the Microsoft enterprise Library (June 2005) with .NET Framework 1.1 on a Windows 2003 IIS6 web server. with an ASP.NET 1.1 application, I have a dataConfiguration.config as listed at the end of this post(configured with the Enterprise Library Configuration
|
| hosting a winforms control in IE, where does activation occur? | 12 May 2006 02:22 GMT | 3 |
When you host a winforms control in IE using the object tag, do you need to be serving the control from ISS? If so, why? I would think that activation happens entirely on the client side so you wouldn't need any extra processing on the server side?
|
| how can i create properties with array | 11 May 2006 23:21 GMT | 1 |
How can I create a property in a class which can store value like array. something like following string []strName = new string[5]; public StrName[6]
|
| Help -- Not sure where to go with this. | 11 May 2006 22:29 GMT | 1 |
I am writing an app and need it to be served from the server using Click Once Deployment. No problem. Got the publishing to work. Here is the problem. There is an SQL Express Database involved and when the DB is updated on the client, it doesn't update it on the server. If I ...
|
| Object Serialization in 2.0 | 11 May 2006 21:14 GMT | 2 |
I am trying to ascertain if Object Serialization (binary or xml) has been improved (new classes, or new ways) from version 1.1 of the .net framework. I pretty much know how to do that in 1.1, and am working on a program
|
| Copying files with same right access | 11 May 2006 21:00 GMT | 3 |
I have a DLL that must update into a server. I want to make automatic proccess that copy that dll from a directory(Ex: c:\update) to application directory (ex: c:\application). Copy file is easy, but the problem is that copying it does not get the same right access that app.
|
| Installing a Windows Service | 11 May 2006 20:15 GMT | 2 |
I have created a windows service, and can happily install it and run it, but this involves manually running the InstallUtil command line tool for each installation. Can this not be automated to run from within my MSI?
|
| Directory.Delete method | 11 May 2006 20:08 GMT | 7 |
I am attempting to delete Profile folders from C:\Documents and Settings\. I am receiving a Permission denied error when using the Directory.Delete method. Here is my code. Is there any way around this? I am a Local Administrator on the PC where I am running the
|