all groups > dotnet general > august 2003 > threads for monday august 18
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
HTML projects in .NET
Posted by Marre at 8/18/2003 5:12:18 PM
Hi all!
This might be a stupid question, but how do I create a HTML project in .NET.
My idea is to manage a html website in .NET, but I dont know how.
Sure, I can create a blank solution, but that´s not the way I want to go :)
/Marre
... more >>
build error
Posted by xp at 8/18/2003 12:34:36 PM
I got the building error of "Could not copy temporary
files to the output directory.". What do I do ?
Thanks.
xp... more >>
app deployment
Posted by hch_nguyen at 8/18/2003 11:27:07 AM
I have a VB.NET application I wrote that I now want to redistribute. The
Deployment tool that comes with .NET seems a bit limited. I basically want
to create an install program that will conditionally install the following.
1).NET Framework
2) MDAC (latest version)
3) SQL Server MSDE 2000 w... more >>
Dynamic XSL transformation
Posted by Philippe.graca NO[at]SPAM voila.fr at 8/18/2003 10:35:52 AM
Hi,
I'm facing a annoying problem.
In the old ASP times, I was able to construct dynamically an XSL file
and then apply it to my XML file to create the HTML output.
Today, with the .NET framework, I can't find how to do this.
Of course, if my XSL file is already existing in my disk, it's easy
... more >>
VB6 and C# interface inheritance
Posted by Roy Pereira at 8/18/2003 10:04:21 AM
I have an application that is composed of a set
of "Content" dlls and a viewer application. The viewer
calls a standard set of functions that are present in all
the dlls. I maintain this by making my contnent dlls
implement an interface created in vb6. The viewer
application is bound to... more >>
Possible Version Mismatch?
Posted by Joe Reazor at 8/18/2003 9:16:05 AM
I just upgraded to v1.1 of the framework and VS.Net 2003. I opened up one
of my solutions and rebuilt my project and all went well. I then ran my
project in debug mode. My program runs up fine, but then I try to open up a
file that it typically works with, my program has custom serialization t... more >>
PDC 2003 Questions ...
Posted by Amit Chandel at 8/18/2003 7:10:35 AM
I've been considering attending the PDC 2003 conference in Los Angeles. I
was there for the PDC2001 and found it to be ground breaking ... with the
whole .NET/XP push. So today after upgrading/implementing all the fancy
..NET jazz we are in a good position, things are running as they should... more >>
File Auditing
Posted by cwang NO[at]SPAM fgmnet.com at 8/18/2003 6:44:44 AM
Is there any way to implement File Auditing in .NET?
Thanks.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
unique inheritance !!
Posted by jamestk76 NO[at]SPAM yahoo.com at 8/18/2003 4:03:48 AM
I am working on .NET application. I have created a DPAPI library to
decrypt the strings, which is running as an independant serviced
component.
Now i have another generalised component which call the above library
and use the decryption method to get the actual connection string.
This component... more >>
Reasons for a 3-tier achitecture for Web? Why
Posted by nospam at 8/18/2003 4:00:28 AM
Reasons for a 3-tier achitecture for the WEB?
(NOTE: I said, WEB, NOT WINDOWS.
DON'T shoot your mouth off if you don't understand the difference.)
I hear only one reason and that's to switch a database from SQL Server to
Oracle or DB2 or vice versa... and that's it.... And a lot of these
en... more >>
Drag & Drop + web forms + c#
Posted by srikanth at 8/18/2003 2:56:17 AM
Hi all,
I have an requirement in one of my projects.
We have one aspx page, in that we have two frames, in each
frame having a tree structure control(dynamic data).
In the left Frame we are displaying all the
documentcollections(dynamic) in the Treestructure, In the
Right side we are disp... more >>
Serializing an object declared withevents in a nonserializable object
Posted by Jakob Bengtsson at 8/18/2003 1:25:00 AM
Hi,
I have a form (which cannot be serialized).
In the form's code I declare an object like this (never
mind the object nor class name, it's for illustration
only):
Private WithEvents eventPublisher as EventPublisherClass
When I try to serialize my eventPublisher object, I get an
e... more >>
|