all groups > dotnet academic > november 2003
Filter by week: 1 2 3 4 5
MS .NET Framework
Posted by Boris Arkenaar at 11/30/2003 3:43:09 PM
Hello,
When I create an application with VS .NET 2003 and it
runs properly on that computer. And then I try to run it
on an other computer I get an error at startup and the
application is terminated. The error message follows:
"The application failed to initialize properly
(0xc0000135). ... more >>
Product Key
Posted by christedes at 11/28/2003 5:48:18 PM
While installing VS.Net Academic it seems I incorrectly typed the product
key. Later, while attempting to run VS.Net I received an "invalid product
key" error. How can I reset the product key / license without having to go
through an hour+ long installation??
Thanks
... more >>
Install VB.net Academic
Posted by Hans Noehles at 11/27/2003 5:21:55 PM
Having problems installing Prereq. system hang at MS Visual j# .Net
Redistributable Package 1.1, looks like it installs and hangs no error
messages.
Spent hours trying to install this and have had no good results
... more >>
RE: .NET Deployment - Uninstall
Posted by Alonzo at 11/26/2003 9:39:34 AM
Everyone,
In VS.NET does it automatically create an uninstall.exe or
do we have to create an uninstall package and if so how is
this done...Thank for you help.... more >>
uploading videos
Posted by David T. Price at 11/25/2003 10:01:05 PM
I want to allow teachers who use my web application to upload videos that
demonstrate a skill. I would like to store these videos in a SQL Server
database and display them on a page for students to view. These videos would
obviously be in different formats. Any ideas on how to do this? Thanks,
D... more >>
VB6 upgrade to VB.Net
Posted by Osi at 11/25/2003 8:29:12 PM
hi,
can someone please email me the solution to the following
problem?
problem:
i was upgrading the VB6 application to VB.Net, using the
wizard provided in VB.Net.
i faced the following error massage:
"Upgrade failed: Exception occurred: The referenced
component CommanDialog is miss... more >>
hello
Posted by bluehat at 11/24/2003 1:10:43 PM
it's my first time to come here.
... more >>
moving 2003 from one computer to another
Posted by Jim Fulmer at 11/23/2003 11:23:47 PM
Hi,
I plan on installing my copy of VS.net 2003 I bought for school on my
present computer, but will need to move it soon, as I'm going to upgrade in
about a month. How does that work with the license and activation? Do I
need to emailMicrosoft and "deactivate" the original install, than act... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Crystal Reports and .NET
Posted by Tiger at 11/21/2003 3:29:26 PM
Hi,
I am using a Crystal Report (8.5) report in a crystal
report viewer in a web form.
I am able to run the report in the crystal environment.
I am getting a logon error information. Logon failed
Exception Details:
CrystalDecisions.CrystalReports.Engine.LogOnException:
Logon fai... more >>
Win98 - VB.Net Installation
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/20/2003 11:00:00 PM
We had developed a solution in VB.Net and tried to install
it in Windows 98 OS.
As we open some forms the system stops responding. It has
to be rebooted.
We tried adding one form at a time to the project and check
if its due to any one particulr form. But unsuccessful.
If anyone has come... more >>
Resale of Acedemic Versions
Posted by Alex at 11/20/2003 2:59:50 PM
Hello I'm the owner of an acedemic version of Visual
Studio .NEt 2003. I wish to sell this product to either
someone I know, or on an online site such as Ebay. Now, do
I have to sell to people that fit the criteria which I had
to? Or can I just resell it to anyone of choosing?... more >>
Recycle Bin with C#
Posted by Andres at 11/20/2003 12:52:54 PM
Does anyone know how to work with the Recycle Bin with C#?
I mean how to get the list of files that are in the
Recycle Bin, hoy to send a file there, how to recover the
files of the Recycle Bin, etc...
Thanks for any help.... more >>
microsoft is using unix !!!!!!!! lol
Posted by pedro at 11/19/2003 11:13:32 PM
i=B4m thinking why microsoft say to the persons using they=20
os because is bether and more safe and i turn in the tv=20
and see the boss whith lots of computers and the windows=20
logo there and the men smille to the camaras and say this=20
is where is it microsoft and talking about the interne... more >>
VS.NET 2002 and Framework 1.1
Posted by megaBored at 11/19/2003 10:47:04 PM
Hi there, first time poster here. I have VS.NET 2002
Academic, and also have installed the .Net Framework
patch 1.1 (v1.1.4322). For some odd reason, when I view
the Help/About MS Dev Environment window, it says that I
still have Framework version v1.0.3705 installed. Any
ideas why this mi... more >>
C++ cin.getline()
Posted by Robert at 11/19/2003 8:19:06 PM
Hi:
I am using C++ to create a student class. I need to
input data from the keyboard and process it inside the
class. The code looks like:
cout << "What is your name: ";
cin.getline(response,maxCharacters);
myStudent.setName(response);
The problem is that if I enter more than the... more >>
Speech 5.1 sdk.
Posted by SMTan at 11/18/2003 6:48:41 PM
Need help in using speech 5.1 sdk.
First question would be:
Does anyone have experience with speech streaming from and
to a bluetooth device?
How do you form a Audio Gateway?
And is it possible to have AG in Win.CE?
Can you process those streams in real time?(on the fly).
Appreciat... more >>
about JulianCalendar( )
Posted by Kranthi at 11/18/2003 10:49:04 AM
Hi everyone!
I have a question ragarding reading month from the
JulianCalendar() instance.
I created MyCal as an instance of JulianCalendar and
tried to read the current month value from it like
(I defined MyCal as JulianCalendar) and initialize it
in the form load event
... more >>
Installation of .net studio
Posted by kkhan at 11/16/2003 10:18:38 PM
hi,
Can anyone please tell me if i can install .net studio and
visual studio in same machine as i want visual interdev as
well as .net studio in same machine.does anyone face some
problem with it.
Thanks ®ards
khan... more >>
C# works with excel 2002 but not 2000?
Posted by Dean Bortell at 11/16/2003 7:26:27 PM
This code runs fine on win xp and office xp:
string sheetPassword = "Senior1993";
string sheetToOpen = "NewRpt1c.xls";
Excel.Application excelApp = new Excel.Application();
excelApp.Visible=true;
object spreadsheetFileName = Environment.CurrentDirectory
+ "\\" + sheetToOpen;
Excel.Workbook... more >>
VB.NET controls help
Posted by Michael Lieu at 11/16/2003 6:16:31 PM
I have a form with with buttons that represent movie
theater seats. I need to pass the name of a button to
GetSeat() for it to do something to the button everytime a
user clicks on it.
The following is my code (I put it in the load section of
the form):
Dim c As Control
c = Me.Acti... more >>
interesting .NET project
Posted by Yoav Dotan at 11/16/2003 3:03:16 AM
Hi.
If anyone is interested to participate in a very
interesting project, and has an extensive knowhow in .NET
environment, pls. email (CV is a +) your contact email and
name to Yoav at ydotan@netvision.net.il
Have a lovely fun day.
Yoav
... more >>
C# registry writing
Posted by Dean Bortell at 11/15/2003 2:59:39 PM
I have a program that encrypts a datetime objects "to=20
long datetime string" string to and encrypted sequence. =20
The problem is this: if I use the following source code=20
it works (key is declared earlier and works fine):
string valueName=3D "Date Installed";
key.SetValue(valueName, "=B... more >>
Why not use Linux?
Posted by kashlish NO[at]SPAM yahoo.com at 11/14/2003 9:09:44 AM
You can compile anything you want. Redistribute anything you want. You
can name the OS distribution your name burn CDs with it and make a
donation to 100 schools. You can make a distribution boot from a
memory stick. You can make your own filesystem, call it MyFS and be
forever happy. You can ca... more >>
Simple Encryption & Decryption
Posted by Fred Nelson at 11/13/2003 2:13:13 PM
Hi:
I'm developing a web application and I'm trying to find a simple way to
encrypt and decrypt a password field. A one-way encryption won't work since
I need to be able to e-mail users their password if they loose it.
I have searched MSDN and there are obviously many VERY complex encryptio... more >>
Visual Studio 2003 and Mandatory/Roaming Profiles
Posted by classtek NO[at]SPAM bryant.edu at 11/12/2003 6:16:54 AM
Has anyone had any success running Visual Studio 2003 with roaming or
mandatory profiles in your classrooms or labs, with the Crystal
Reports piece installed? After we apply a mandatory profile, we
receive two error messages each time we open Visual Studio .NET.
According to Crystal Reports, t... more >>
Crystal report
Posted by NewsGroup de Microsoft at 11/10/2003 4:10:14 PM
hi,
3 questions:
1- how can i manage a SQL expression in Crystal report 9 (for VB NET) like:
SELECT * FROM Customers WHERE City = 'New York'
2- am i in the correct place to ask it ?=> if not, could u tell me where
3- do you know where i could find a good documentation about Crystal rep... more >>
Dual Boot setup
Posted by Sam at 11/10/2003 6:49:22 AM
I will be taking a course in Application Development for
Web using .NET. The university has given us a copy of
2003 Server to load. Recommendations are to load it on a
different drive and configure our machines as "dual boot"
machines. I have installed a second hard drive but don't
know... more >>
IIS/Visual Studio 2002 broken - help
Posted by pixote at 11/9/2003 1:32:45 AM
I've been working with VS2002 for months with no problems, fired it up today
to start a new web app and I recieved this error:
HTTP Error 404: Unable to create Web project <project name>
Unable to create Web project 'WebApplication'. The file path '<file path>'
does not correspond to the URL 'ht... more >>
Extending "Save As" Dialog
Posted by Andres at 11/8/2003 12:07:00 PM
My question is:
How can i extend the "Save As" Dialog. For example if i
am working in Word and i want to save my document in my
new app, i want to select "save as" and i want my app to
be shown in the options.
I hope to be clear.
Thanks. ... more >>
How many CDs in VS.NET Academic
Posted by Michael at 11/7/2003 11:23:51 PM
How many CD's in VS.NET Academic
Posted by A.A. Fussy at 11/7/2003 4:31:51 PM
I would like to know the number of CD's that are supplied with VS.NET
Academic?
... more >>
visual studio system restart
Posted by cberber at 11/7/2003 12:47:21 PM
I have just installed 2003 academic and while playing
around with my first project I minimized the IDE. after
about ten minutes I clicked on it on the task bar to
restore and it rebooted my machine. So I try to make it
happen again by opening my project and minimizing it and
sure enough wh... more >>
ASP.Net - Help
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/7/2003 3:16:09 AM
I am having problem in using ASP.Net server side controls.
The user has to fill a form with has few server side
controls. The page is bit long and the user has to scroll
down and access few controls.
If the user scrolls down and access a server side control,
the page gets refreshed and doe... more >>
Academic vs Pro Licencing
Posted by Comet at 11/6/2003 11:18:04 AM
Hi
I have had a look on the net with regards to whether you can sell
applications you created with Visual Studio .NET 2003 Academic. It seems to
be as clear as mud!
Can anyone help? Are you?
Comet
... more >>
Training on Open Source Software
Posted by ETOOSS Team at 11/5/2003 9:56:07 PM
Hi,
We are providing low cost training on open source software, for more details please have a look at
www.etooss.com
Thank you.
ETOOSS Team... more >>
Help...
Posted by Marcus VinÃcius at 11/5/2003 11:31:04 AM
Hi..
Anybody here can tel me where I found a good tutorial about asp.net pages ?
thanks...
---
E-mail verificado com anti-virus.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.536 / Virus Database: 331 - Release Date: 3/11/2003
... more >>
Crystal Reports
Posted by A.A. Fussy at 11/5/2003 8:00:41 AM
Is the Visual Studio version of 'Crystal Reports' included with VS.NET
Academic?
... more >>
start one form from another ?
Posted by murt at 11/4/2003 5:00:39 PM
How do i start one form from another in VB .net?
greetings
murt
... more >>
stdin object conversion to .net
Posted by hivie2000 NO[at]SPAM yahoo.com at 11/4/2003 8:12:24 AM
If you can help me I thank you in advance.
My Problem:
Read data that is in five (5) columns and many rows. I do not know
the bytes that are between them, because they change. There is white
space though. Using something like :
infile >> x1 >> x2 >> x3 >> x4 >> x5;
everything works ok l... more >>
Framework 1.0 to 1.1 conversion.
Posted by Luc Bisson at 11/3/2003 8:43:30 PM
Hi all,
We are using Framework 1.0 for all our ASP.NET and Windows application
projects.
We plan on going to Framework 1.1.
On MSDN, they say that for Windows application, we have to add a section in
the configuration file so the application will be forced to use the 1.1
framework.
Fo... more >>
dot Net Compact Frame work.
Posted by Iftikhar Ali at 11/3/2003 7:52:55 AM
Hello, my question is whether an Application running on
a .NET Compact framework platform can communicate with
a .NET Application running on windows platform. Are there
any data conversions issues I need to worry about..!
What if I have a c++, java or other server applications;
Can a .NET... more >>
like enum, but for strings
Posted by yanir at 11/3/2003 5:14:58 AM
Hi
I have a function that get a string, but only of a few
specific values should be valid(e.g. the string can be
only one of the follows: "foo", "moo", "booboo") like an
enumarator that limits the integer range.
Is there any common technique to force, the developer who
call my function,... more >>
How to open file(doc or pdf) in browser for an event in code behind.
Posted by JA at 11/3/2003 3:17:09 AM
In one of our requirements for our project we have a
screen which will display a list of file in a dropdown
list and after selecting a file from the dropdown and
clicking the submit button it must open the requested file
in the browser. Types of files are .doc or .pdf.
I trying to open th... more >>
VB 6 InterDev Message
Posted by Jamie at 11/2/2003 11:50:54 AM
I have the professional version of VB NET Academic 2003 loaded and I am
getting a message when I run the J# debugger:
Your trial version has expired, please unintall this trial version of Visual
InterDev 6.0 and install the retail product.
I also have a registered copy of VB6 Enterprise. A... more >>
Value for button press event
Posted by Jamie at 11/2/2003 9:11:19 AM
In VB6, there is a value (in the MSCOMCTLLIB, there is a button value of
tbrpressed etc) for the Command button which is now called a button. If the
button was pressed the value was 1 otherwise it was zero. This provided a
method to cancel an event based on the value of the exit button. I do... more >>
C# Tooltip Text
Posted by Andres at 11/1/2003 2:15:43 PM
Does anyone know how to get the text that is shown in the
tooltip of the files that are in the windows explorer.
I mean when you put the mouse on a file, the tooltip is
shown, and every kind of file shows a different text, i
want to know how to get that text.
Thanks.
..
... more >>
C# and VB.NET comparison
Posted by Frank McCown at 11/1/2003 11:42:25 AM
I've created a quick reference comparison of C# and
VB.NET that you might find useful. I couldn't find
anything like it on the web and so I made my own.
http://www.harding.edu/USER/fmccown/WWW/vbnet_csharp_compa
rison.html
It doesn't cover every area of the languages, just those
featur... more >>
|