all groups > dotnet general > july 2005 > threads for friday july 15
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
How to read same config file from different application
Posted by Mustaq at 7/15/2005 6:48:02 PM
Hi,
How to read same config file from different application?
I have 4 application in VB.NET, all are using different app.config files.
NOW I need all to read only one config file, how can I do this.
Thanks in Adv.
Regards,
Mustaq
... more >>
Framework, Citrix, and memory concerns
Posted by Todd at 7/15/2005 1:47:02 PM
I have a .Net windows app running over a Citrix enviornment that normally
shows 30 to 50MB of usage according to the server's Task Manager. Our Citrix
admin is concerned that this app will register 150MB+ for certain users at
certain times and then hold onto this memory.
Should we be conce... more >>
Reading XML file - VB.NET
Posted by Jonathan Aneja at 7/15/2005 1:19:03 PM
Hi,
I'm trying to read an XML file using VB.NET and I can't get the XPath
queries to work. Here's a snippet of the XML file I'm using and the code:
<?xml version="1.0" encoding="UTF-8"?>
<job xmlns="http://ns.real.com/tools/job.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
... more >>
Launching Word Client-Side
Posted by Jason Steeves at 7/15/2005 12:42:01 PM
Can someone post the needed code that will allow me to launch word on the
client PC and have the filename specified as a variable. I have been working
on this and can't find any clear documentation that gives me what I need.
Thanks, Jason... more >>
Changing data in App.config
Posted by Anatoly at 7/15/2005 10:54:19 AM
I'm trying to use VB.NET's 2003 ConfigurationSettings.AppSettings.Set()
method of updating values but getting error "Collection is read-only".
How can I change values of keys in the App.config file programatically?
Here is my code:
Imports System.Configuration
Imports System.Collections.... more >>
Automatic deployment of VS.NET MSI-package
Posted by Jakob Olsen at 7/15/2005 9:56:09 AM
Hi,
I didn't know which group to post this in, so I did something I usually
don't do which is post the message in multiple groups - sorry for that!
My problem is that I have build a .NET application and made added a
deployment project to the solution that creates an MSI-package. This wor... more >>
Strange Error
Posted by CLEAR-RCIC at 7/15/2005 8:16:03 AM
I have an ASP.Net web page that calls a .dll that writes information to a SQL
Server database on a different machine. When I run it on our production
server I can see on the SQL Server that the call is executed by the anonymous
account that is specified in IIS. This makes sense. When I move... more >>
Please help
Posted by zislam NO[at]SPAM gmail.com at 7/15/2005 7:27:51 AM
Hi :
I am developing an applicaiton with ASP.NET & C#, with remote web
server. It was working fine . But last two days when I bulid my
application it throws an error: "Cannot Save the file bin/holimart.pdb
to the web server. The server connection timed out." here holimart is
my project name. ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error Launching Emulator
Posted by maderjc NO[at]SPAM gmail.com at 7/15/2005 7:04:45 AM
I got a new PC and installed Microsoft Visual Studio .Net 2003 and then
installed "Microsoft Pocket PC 2003 SDK.msi" and "Windows Mobile
2003 Second Edition Emulator Images for Pocket PC - WWE.msi"
But every time I try to run a project on the Emulator I get the
following errors.
"One or mor... more >>
How to use VSS with VS.NET while Clearcase client is on my PC
Posted by Robb Gilmore at 7/15/2005 6:59:01 AM
Hi,
I use VSS for visual studio .net 2003 development. However I recently
installed the Clearcase client for use with Rational App Developer 6. When I
did that, Clearcase unexp;ectledly took over all source control operations
within VS.NET. How do I tell VS.NET not to use Clearcase, but ... more >>
Need help on game programming.
Posted by Claude Vernier at 7/15/2005 6:40:03 AM
Hello,
I'm a C# programmer. I have two projects.
First, write an action scrolling game in C#, (portable to Windows Mobile
eventually...),
This game will look like The Adventure of Link from Nintendo, or Super Mario
Bros...
I didn't planned to use DirectX since all tutorials I have see... more >>
Code documentation.
Posted by Fredrik Olsson at 7/15/2005 12:05:01 AM
Hello.
For Java there is javadac, for Obj-C headerdoc2html, for C doxygen, and even
for good old VB 6 there is VBDox.
But I have found no suitable tool for documenting my .net code to get
documentation that is consistent with what MSDN offers and .net-develoepers
are used to.
I guess ... more >>
Put a DataTable at the beginning of a DataSet
Posted by DraguVaso at 7/15/2005 12:00:00 AM
Hi,
I have a DataSet, which contains several DataTables. I want to put a new
DataTable in it (tblFileSettings) just before I write this DataSet to an
XML-file.
But what I want is that this new DataTable tblFileSettings is the first
DataTable in the XML-file. So If uses open the XML file, th... more >>
Overriding ProcessTabKey stops tab working in VB.NET
Posted by Steve Harrison at 7/15/2005 12:00:00 AM
Hi,
I have several controls on one VB.NET form, which uses the tabindex to set
the focus in the correct order when tab is pressed. However, if "Yes" is
selected in combo1, and tab is pressed then I want to tab straight to
combo3. Otherwise, the tabbing should behave as normal.
Tab isn't det... more >>
|