| Thread | Last Post | Replies |
|
| asp.net and permissions | 27 May 2004 15:25 GMT | 2 |
I am trying to copy a file to a network drive. I can do it on the domain controller/web server but not from a client. Here is the code: Dim impersonationContext As System.Security.Principal.WindowsImpersonationContext
|
| Read Command Line Output | 27 May 2004 14:33 GMT | 3 |
How can I read the output from a command line utility such as ping, nslookup, etc, from within my app??? I know that it is possible to output the results to a text file using the > function in a command window and then read the file, but doing this for 1000+ files will
|
| Transforming dataset to spreasheet xml for excel | 27 May 2004 12:21 GMT | 4 |
I tried ou http://support.microsoft.com/default.aspx?scid=kb;en-us;319180&Product=as I am using framework 1.1 but it was showing error for the following line in SendResults functio xslTran.Transform(xmlDoc, Nothing, context.Response.OutputStream
|
| DES Decrypt Not Working | 27 May 2004 11:37 GMT | 2 |
My code (in VB.Net) will encrypt data fine (I guess...) but when I try to decrypt it, it returns the exact same byte array that I passed to *be* decrypted! Your advice would be most appreciated. My code is pretty simple (too simple?)....
|
| Where is %_WINCEROOT%\Public\Common\Oak\... ? | 27 May 2004 11:26 GMT | 2 |
I am using Visual Studio .Net 2003 and can't find the sample path %_WINCEROOT%\Public\Common\Oak\... where all samples and files are located which I need, according the documentation. Does anybody know what I have to install or download etc. to get this sample path Thanks for ...
|
| Help - Changing the output of a repeater depending on the data | 27 May 2004 10:36 GMT | 1 |
I'm very new to dotNet and just trying to get my head around the right way to do the thing that I would normally do in asp. In asp I would loop through a recordset and output all the html dynamically for the layout I want. I have seen some examples of
|
| Beginner question | 27 May 2004 10:36 GMT | 1 |
I'm very new to dotNet and just trying to get my head around the right way to do the thing that I would normally do in asp. In asp I would loop through a recordset and output all the html dynamically for the layout I want. I have seen some examples of
|
| Problem Updating Form | 27 May 2004 10:10 GMT | 2 |
Thank you in advance for any help you can provide. I am writing a C# program that checks to see if the URLs of favorites/bookmarks are still good. The problem I am having is that while the program is checking the URLs, the text in a label on the current window will not update ...
|
| Trying to fill a drop down list with all company users, but... | 27 May 2004 10:00 GMT | 1 |
I am new to .NET (and directory services) and I need to fill a drop down list box with the users of my company. I am trying to use the code shown below, but I get this error message when the line of code with the "For" statement runs: "System.Runtime.InteropServices.COMException: ...
|
| String Function | 27 May 2004 09:53 GMT | 2 |
.NET equivalent to String()
|
| 'WebForm1.aspx' could not be loaded | 27 May 2004 09:43 GMT | 1 |
I get this popup error when adding a new .NET web app project in VisualStudio. "The class file "WebForm1.aspx.vb' specified as the codebehind for 'WebForm1.aspx'
|
| project deploy | 27 May 2004 09:36 GMT | 1 |
Can you please advise me how to setup and deploy a donet project? How to add .net framework to client station? Thanks.
|
| Web Proxy Problem | 27 May 2004 09:21 GMT | 1 |
Thank you in advance for any help you can provide. I am writing a C# program that checks to see if the URLs of favorites/bookmarks are still good. The problem I am having is that while the program is checking the URLs, the text in a label on the current window will not update ...
|
| a problem of reading message in msmq , C# | 27 May 2004 09:01 GMT | 1 |
i'm new to msmq in C#, i 'm looking for a example of reading message once a new message coming (Event), but there are not C# examples in msdn, someone can help me or give me any good examples , i really need help ,thanks so much ! a msmq beginner
|
| Setup was unable to find msi package | 27 May 2004 07:53 GMT | 3 |
we see some strange behavior with the latest version of our deployment package Background We have a .Net product that is deployed via a website. Developed with VS.Net 2003, the deployment project uses a "Web bootstrapper" and has a valid signature On the download site we have to ...
|