| Thread | Last Post | Replies |
|
| Obfuscators free or OSS | 09 Feb 2005 03:57 GMT | 2 |
Does anyone know of a free or open source obfuscator for .NET. The only ones i have found thus far have been commercial. A quick google of mono obfuscators came up with nothing either.
|
| License Agreement empty on Setup | 09 Feb 2005 03:13 GMT | 2 |
I am trying to add a license agreement to my setup project. I have added the lic.rtf file to the setup project and added the "License Agreement" dialog to the setup. But when I run the installation, the license agreement is empty.
|
| Remote Debugging in VS.NET 2003 - It's Crazy (!) | 09 Feb 2005 00:19 GMT | 3 |
I spent a few hours today setting up remote debugging in VS.2003 I had to disable the firewall, subvert the security scheme and let anonymous users have full access to my COM+ objects on my Windows XP workstation, but other than that, it was smooth sailing.
|
| Distributed services? | 09 Feb 2005 00:02 GMT | 2 |
Just got my first .NET framework course. A framework also developped by my company. The tech guy got me totally confused: - The UI talks to the controller - the Controler talks to the manager
|
| Aaaaaarghh, VS .NET -- please stop copying files all over the place!!! | 08 Feb 2005 20:55 GMT | 3 |
I love .NET, but can someone please tell the folks at Redmond to STOP ASSUMING that files MUST be copied into the Project folder!! I have some .rpt (Crystal Reports) that reside in a shared directory -- the default should be to LINK the files NOT COPY the files to my project ...
|
| messagebox and msgbox don't show nothing | 08 Feb 2005 20:49 GMT | 2 |
i'm sending a simple message to the user, but no text appear in the box, just the title and icon.
|
| Repeater PagedDataSource and Typed Datasets | 08 Feb 2005 20:40 GMT | 1 |
Could anyone please provide a code snippet demonstrating how to use the Repeater control in conjunction with the PagedDataSource class and a Strongly Typed Dataset ? I get an error informing me that my datasource does not implement
|
| Windows Service, uninstalling | 08 Feb 2005 19:30 GMT | 4 |
First if there is a better group to post this to please let me know. Installutil Service.exe /u will uninstall a service. However, if I try to reinstall the service without rebooting it error's out saying that the service is marked for deletion. Is there a way to have windows ...
|
| running an assembly on a non ?86 machine | 08 Feb 2005 18:07 GMT | 1 |
Just curious, I'm reading Richter's book an it says that: "When the compiler/linker creates an executable assembly, the following 6-byte x86 stub function is emitted into the PE file's .text section:
|
| Launching an .exe in VB.NET | 08 Feb 2005 17:56 GMT | 2 |
How do I launch a separate .exe from w/i VB.NET.
|
| Download, is it correct? | 08 Feb 2005 17:36 GMT | 1 |
Web application has the following code for downloading a file from a server this.Context.Response.Clear(); this.Context.Response.BufferOutput = false; this.Context.Response.ContentType = "application/octet-stream";
|
| re-deploy vb.net app | 08 Feb 2005 17:26 GMT | 1 |
Thanks to this discussion group, I've been able to deploy my app. Now, of course, I need to change and re-deploy. I think that all I need is to rebuild the app itself and move the .exe. However, I'm not seeing the .exe file being regenerated within my project.
|
| Looking for audio editor | 08 Feb 2005 17:20 GMT | 2 |
I need and audio editor tool that will allow me to load and edit MP3 files that are uploaded to my site. Anyone know of any .NET controls (or even ActiveX controls that work well with .NET) that dan do this? Mainly I just need to crop a piece of the MP3 and fade out the end.
|
| Convert.ChangeType with reference type ie Int32& - can I get the base type? | 08 Feb 2005 15:31 GMT | 1 |
I am trying to invoke a web service method dynamically. I have created a generic function that takes a method name, string of parameters and calls the web method using System.Reflection: MethodInfo mi = proxyInstance.GetType().GetMethod(methodName);
|
| Any math wizards out there (VB.NET)??? | 08 Feb 2005 14:33 GMT | 4 |
Hello; I am working in VB.NET and am trying to come up with an equation. I think my math skills have degraded due to lack of use! Here is my problem.
|