all groups > dotnet general > october 2005 > threads for sunday october 30
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
.NET Framework redistributable failing on Virtual Windows NT 4
Posted by heng7 at 10/30/2005 10:31:03 PM
Hi. I installed Windows NT 4 MSDN ISO image on a virtual machine (Virtual
Server 2005). I patch it with Windows NT 4 SP6a and upgraded it to Internet
Explorer 6.
But the .NET Framework fails to install on the virtual machine.
1. Am I missing a step?
2. Is anyone else facing this issue wit... more >>
Using Vector Class Help!....
Posted by Eric at 10/30/2005 9:33:03 PM
I am converting my VC++ MFC to Manage C++ and I am having trouble using the
vector class.
Here is my __gc class
....other headers for System classes ....
#include <algorithm>
#include <vector>
using namespace std;
public __gc class DocumentData{
.....other variables
vector<int> m_Nex... more >>
xslt security
Posted by tascien at 10/30/2005 9:08:36 PM
Can anyone tell me what security problems that can be encountered when
running xslt transformation on the server side? appart from potential
infinite loops?
Also, I have the below code... why am i being forced to pass the
EVIDENCE... ( all other constructors are marked absolete ) and what is
... more >>
layout question
Posted by Howard at 10/30/2005 5:40:14 PM
some times there are very long urls in my page content that is pulled from a
database, it will mess up the page layout since there's no break or space in
the long word. Is there a way in html or css to fix this problem? or do i
have to write a script that finds all words in my string that are ... more >>
sql server 2005
Posted by Howard at 10/30/2005 1:46:00 PM
http://www.microsoft.com/sql/2005/productinfo/sql2005features.mspx
what are the features in the developer edition? it's not mentioned here
is it the same as ent?
thanks
... more >>
.net framework 2.0
Posted by Howard at 10/30/2005 11:39:05 AM
Is .net framework 2.0 available for download?
http://msdn.microsoft.com/netframework/downloads/updates/default.aspx
I found the redistributables. but just want the runtime.
... more >>
What Language to Learn ?
Posted by Hermawih at 10/30/2005 11:20:01 AM
Hello ,
I want your opinion about this .
In order to say it clearly , I think I have to describe it in long sentences .
I could consider myself as Intermediate/Advance Access Developer ;
Intermediate/Advanced Database designer .
Because of the requirements , I must create Web Applicatio... more >>
Deploying applications over the web
Posted by Dundealing at 10/30/2005 7:39:06 AM
I have created a few applications which I want to allow users to download
from my website.
I have copied everything from the Release folder of the applications
deployment project and placed them in a folder in the website's root folder.
I then set a hyperlink to the Setup.exe file in the f... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
include static text in <script>
Posted by Howard at 10/30/2005 3:01:30 AM
Hello
I need some help with this. I want to assign the content of a static
txt/html file to my string a.
<script runat="server" language="C#">
private void Page_Load(object sender, System.EventArgs e)
{
string a =
//include static html page welcome.htm
}
</scrip... more >>
VS 2005: cannot start debugging
Posted by Giedrius at 10/30/2005 12:05:47 AM
Hi,
Just installed latest VS 2005 without C++ ( VS.Net 2003 also exists)
trying to run local windows application project, shows an error message:
"Error while trying to run project: Unable to start debugging.
This operation returned because the timeout period expired."
Attach to Process Ctr... more >>
|