all groups > dotnet academic > august 2003
Installation Problem on CD #1
Posted by Derek Tawse-Smith at 8/30/2003 10:48:11 AM
I have attempted to install the 2002 version on Win XP
Professional, but i Have an error:
Error message 1305:
"Error reading from file: d:\Program Files\Microsoft
Visual Studio .NET\ Common7
\Graphics\bitmaps\OffCtlBr\Large\BW\NEW.bmp.
Verify that the file exists and you can access it."
... more >>
Re: Install VS.net academic on more than one machine
Posted by JoeShmoe at 8/29/2003 8:08:58 AM
George,
Is this still true? Although I was able to do this after some discussion,
I am concerned about what may happen in the very near future when I am
scheduled for an upgrade of my hard disk.
Joe
"George Conard [MSFT]" <gconard@online.microsoft.com> wrote in message
news:<OL#PM9... more >>
VS.Net 2003
Posted by clauses at 8/27/2003 6:25:51 AM
We are having problems with our installation of VS.Net
2003 in the labs. It seems that the students get a URL
error every time they try to debug their programs from
one of the lab PC's. The programs themselves are stored
in a student folder on an SQL server and not on the
individual PC. We... more >>
.Net install problem (placeholder.txt)
Posted by Michael at 8/26/2003 10:17:22 PM
I have'nt been able to install VS .Net becoz it says it
cannot access the file placeholder.txt. I just bought the
cd and it has no scratches or any other abuse which
should rule out any physical problems. Is there any way i
can skip this file or is there anything i can do
successfully inst... more >>
modal dialog
Posted by Nick Hoare at 8/26/2003 2:54:01 PM
Hi, what is the correct setting to make a dialog modal? i.e. you must enter
close it before operating on any other screens. Nothing seems to work for me
in Visual Studio, i try FixedDialog for example yet i can still click past
it.
Thanks,
Nick.
... more >>
ListBox
Posted by Eduard Faschang at 8/26/2003 2:52:38 PM
Hello
I have a ListBox with more selection .
I want read only the selected items!!
An Example were fine
thank you
Edi
... more >>
Add Web Service without Visual Stodio .NET
Posted by Marcin O. at 8/26/2003 12:59:26 PM
Hello all,
I have written and compiled 'Web Services", I would like now to install
it on different computer, but I don't have programme Visual Studio .NET on
the second computer. Is the possibilty of installation of of 'Web Service'
on computer without Visual Studio .NET programme and how is... more >>
Crystal Reports error: cannot find KeycodeV2.dll or invalid Keycode
Posted by Liber Almeida at 8/26/2003 9:36:37 AM
I have a problem when install a Visual C#. Net application, using Crytal
Reports, under Windows98:
error: "cannot find KeycodeV2.dll or invalid Keycode"
Help me please,
Thank you,
Liber Almeida.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VB .NET "specified module could not be found" error
Posted by Kevin Bierre at 8/26/2003 5:59:02 AM
I've installed Visual Studio and when I attempt to create
a VB .NET Windows application, I get the following error:
In a dialog box labelled "Microsoft Development
Environment", the error message is "The specified module
could not be found."
Has anyone else encountered this and do you know... more >>
MS Speech Control
Posted by Eduard Faschang at 8/25/2003 1:18:36 PM
Hello
I am looking for a simple instruction how to use a speech libary from MS.
I have a text sentenance and I want a sound outbut.
I have already tryed it with the MS Speech API but the qulity is very poor.
Thank you !!!!
Edi
... more >>
MethodImplOptions.InternalCall gives Security Exception
Posted by Robert A. van Ginkel at 8/25/2003 11:48:12 AM
I have a strange C# problem. Is the following a bug? Because it should be
possible to run unsafe code. How can I accomplish this? And where can I read
more about this, because documentation on this is rare.
I have a project where i need to use some internal calls. In this project I
have 'Allow... more >>
Reading in .csv files
Posted by Nick Hoare at 8/25/2003 9:40:41 AM
Hi, i am new to VB.Net and really enjoying the trip so far =)
However I have this problem:
I was wondering if anyone is familiar with how to go about reading in an
Excel ".csv" file? I had a search on the internet and found some VB6 code
examples, but i don't think VB6 code is the same as VB.N... more >>
Where to get VS.NET Academic in QLD, Australia
Posted by A.A. Fussy at 8/24/2003 12:52:21 PM
Where can I get VS.NET Academic on the Gold Coast QLD, Australia
... more >>
C# Samples?
Posted by Phill at 8/22/2003 10:27:46 PM
I am new to C# and am trying to build an application that
just lists some records from one table into a datagrid
(this is working) and insert a new record into the table
(this I have no clue about). There are plenty of
examples for loading a datagrid but none of them show how
to add a new... more >>
Tan of Angle in Radians only? How to find for degrees?
Posted by What-a-Tool at 8/20/2003 6:27:07 PM
Have a right triangle in which I have the length of side opposite the angle,
and the angle, and I need to find the side Adjacent to angle.
Usually the way I would do this is:
Side Opposite / Tan(Angle in Degrees)
= side adjacent
Just discovered that in VB, the angle has to ... more >>
.Net and SQL server
Posted by clauses at 8/20/2003 1:13:16 PM
In our educational environment we have a Server running
SQL server that each student has a folder on. This folder
is to contain all the projects they work on regardless of
the language they will be utilizing. The PC's they will
be utilizing in our labs each have a copy of Visual
Studio.net... more >>
Windows Media / Real Player / Flash
Posted by Fred Nelson at 8/20/2003 11:57:32 AM
I am evaluating packages for providing media services on a web site.
Initially the service will be audio only however I don't want to do anything
to prohibit me from adding video in the future.
We have all seen sites that use Windows Media, Real Player, and also Flash
(just to deliver audio).
... more >>
ASP.NET & Perl
Posted by GJ at 8/19/2003 11:10:35 AM
To whomever it may concern:
I am working on my Master's project and am trying to
develop a website using ASP.NET. The website will be a
PERL tutorial where students can go and execute commands
or already written example codes in the textarea and see
how those commands work.
What I am c... more >>
What is the use of xspisapi.dll?
Posted by karthik at 8/13/2003 9:56:42 AM
What is the use of xspisapi.dll? where does it reside?
what is the purpose of the isapi filter?... more >>
Help using "OleDbDataAdapter.Insert Command"
Posted by james at 8/12/2003 11:44:30 AM
Can someone point me to an example of how to complete
"OleDbDataAdapter.InsertCommand" command to insert a row
into access database. I use 2003 visual studio.net
academic using VB. thanks... more >>
"can't ifind installable ISAM"
Posted by Necmi YILDIZ at 8/11/2003 3:02:27 PM
i am trying access a database with visualbasic.net but windows giving me a
error
"can't ifind installable ISAM"
... more >>
dotnet and java
Posted by Barbara at 8/11/2003 2:59:41 PM
Is it possible to use some java code in a new project under dotnet???
... more >>
Dilemma in design pattern
Posted by Ashish at 8/11/2003 8:40:58 AM
Hi Friends,
I am facing a very wierd situation and dont know how to apply .net design
pattern to resolve the same. My application is a distrubuted setup where
clients (from different machines) call a web service. The central web
service should be a daemonized process (like winnt services) and pe... more >>
Test
Posted by michael NO[at]SPAM michael.com at 8/9/2003 1:00:24 PM
This is an issue!... more >>
Internet Transfer Control
Posted by Jeff at 8/9/2003 7:48:34 AM
I can't seem to find the Internet Transfer Control in my
Academic version. Does the Academic version support this
control?
Thanks!
Jeff... more >>
File Lock on Shared File System
Posted by Gluke at 8/7/2003 7:49:22 AM
Would the FileStream.Lock and FileStream.Unlock methods
work for multiple computers trying to use the same file
on a shared file system?
Thanks,
Gluke... more >>
Legalities of using a student edition of VC++ for ex-student
Posted by Hamish Fawns at 8/7/2003 1:32:17 AM
Hi,
When I was a student I bought Visual C++ 7 Academic
Edition. I am no longer a student. Do I have to purchase
the full non-academic edition of the software to keep
using the product for non-commercial purposes?
Thanks,
Hamish
... more >>
Academic version of Visual Studio .NET
Posted by Rick at 8/6/2003 8:24:12 PM
What limitations does the academic version have compared
to the "full-blown" version?... more >>
How can I make editable ListViewItem with C#
Posted by ±èÇÑ¿µ at 8/6/2003 5:25:33 PM
Hi all~
(first of all, I am sorry for my English)
I'm beginner in programming.
I'd like to make a editable ListView like as Property Window of Visual
Studio .Net
the first SubItem is not editable(It's so easy) and the other Subitem is
editable(It may be a TextBox or ComboBox).
How can I imp... more >>
Can't get benefits from MSDNAA :(
Posted by Jeff at 8/4/2003 1:57:19 PM
I wrote several weeks ago regarding the fact that, as a student, I've been
having to continually purchase updates (we're on our third version of VB in
less than a year). I learned, through some kind folks on this board, about
the MSDNAA program that will allow students at particiating universitie... more >>
Windows XP Home Installation
Posted by Matt at 8/4/2003 5:52:42 AM
I have Windows XP Home Edition and would like to install
VS .Net 2003 Academic edition on it. Will there be any
complications to this? Do you need the Professional
edition of Windows? Please let me know. Thanks!... more >>
Back Button in VB.NET Web App
Posted by Fred Nelson at 8/1/2003 2:29:02 PM
I'm writing a VB.NET web application and I have a question about how to
create a "back button".
I have a page the may be accessed by several other pages and I was wondering
if there was a simple way to create a button that would send the users back
to wherever they came from. Since the page m... more >>
Zip files with .net framework
Posted by Alex_López_García at 8/1/2003 5:36:39 AM
Hello !!!
Before excuse my poor english. I need compress files in
zip format for an application developed in vb.net and i
can't use active X objects (is a requeriment of this
application run without active x). The framework can do
it? (make zip files). You know about some .net component
... more >>
|