all groups > dotnet academic > february 2004
CONFUSED
Posted by Giacomo at 2/29/2004 9:16:06 AM
What is required now to distribute an application
I can provide item number one - One - the dotnet Framework
I can provide item number two - Two - the assembled object from the build
What else is required? Does anyone know? Has anyone ever attempted to distribute a project after they build it... more >>
Title bar (Dialog) missing in .NET IDE
Posted by Giacomo at 2/29/2004 9:06:06 AM
I accidently clicked on full screen. My IDE for .NET took over my entire screen (which I passionately HATE) and for the sake of my own sanity, I desperately need to see the view I had before I selected FULL SCREEN. If I turn off full screen nothing happens. It remains full screen. I don't have... more >>
WEB FORMS CONTROLS ARE INVISIBLE!
Posted by DARRYL at 2/28/2004 10:16:07 PM
Hi all..
I'm running the dinosour version of Visual Basic.net. ( 2001 standard)
When I place WEB FORMS controls on the aspx form, they don't show up in the browser.
Whats going on?
I thought these things were supposed to appear. Are they just for programming/ invisible on the client?
Tks for ... more >>
code for animation effects
Posted by dr. S. at 2/27/2004 6:16:05 PM
I could use some assistance in code writing, as I am trying to create a simple colored picturebox that moves back and forth, repetetively, (left to right and back again, etc.). Below is one of the closest I have come up with thus far
If P1.Left < 900 The
P1.Left = P1.Left +
... more >>
File download window opening twice
Posted by ajaykrishna at 2/26/2004 11:39:48 PM
Hi,
I'm using ASP.NET for my application. In one of the place, I am downloading data to excel document. But, here the File Download window is opening twice in some systems and some system opens it only once (which is correct). Could anyone help resolving this problem? Does this problem is due to... more >>
the resource cannot be found
Posted by Van Steenbergen Jan at 2/26/2004 1:06:08 AM
hi all
i'm having a very strange error
When i go to a asmx file from a webservice in IIS and i do a right click-choose Browse
Next error will occure
Server Error in '/' Application
-------------------------------------------------------------------------------
The resource cannot be found.... more >>
Rephrase Question - What is needed besides dotnetfx.exe?
Posted by Giacomo at 2/25/2004 6:16:07 PM
I'm going under the assumption that the distribution of VB .NET programs does not require COM objects to be installed. And if for some reason it does, if those COM objects have been previously installed under VB6 on the target machine, there should be no further modification. This particular appl... more >>
Installation Issue
Posted by Bari at 2/25/2004 11:34:02 AM
I have been going through Visual Basic.NET step by step, and am finally to
the last chapter, on ASP. However, when I do the small web application, and
hit the start button, as required, the following error comes up:
Error while trying to run project: Unable to start debugging
on the w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET Assemblies
Posted by C at 2/24/2004 6:36:05 AM
Hi,
I am relatively new to .NET
My backrgound is VB6, ASP and COM.
I understand that COM is scaleable through MTS etc.
In .NET when I create say a web project and create an Assembly that is used by this web project how is this assembly made scaleable?
Thanks,
C.... more >>
Interop problems from C# to VB
Posted by dnlwhite NO[at]SPAM dtgnet.com at 2/23/2004 7:13:29 AM
I am working on an existing .NET (C Sharp) component that had a com
interface that was used by a VB component. When it was originally
written, it had a class with 12 methods that inherited from that
interface. I needed to add two new ones. I was told I would need to
create a secondary interfa... more >>
OLEDBAdapter or SQL
Posted by BarrySumpter at 2/22/2004 3:41:06 PM
Complete Newbie to VB.NE
Successfully completed the "Hello World" walK though
Now trying the WalkThrough_MasterDetail walk through
Drag and droped an OldDbDataAdapter or SqlDataAdapter
Wizard fires. Click Next
Click New Connection. Nothing happens
What do I have to do to get these Data... more >>
cannot find components
Posted by lin at 2/22/2004 9:26:06 AM
i installed vs.net in windos 2003 server
also installed IIS6
But after that whenever i open a new project in asp.net with vb.net
i get message like following
cannot find components to communicate with front page server extensions
Also when ever i open vb.net project
i get following ... more >>
Connecting to an SQL server
Posted by Sharon and James at 2/21/2004 6:54:00 PM
Hi,
Can I connect to an Access DB using the Data Adapter Configuration Wizard?
How would I fill in the provider information for this?
Thank you.
--
... more >>
Adding "&" to TabPage Text Does nothing
Posted by M dub at 2/19/2004 12:56:06 PM
Hi
I've been searching / reading through your posts on this subject. However, I've not been very successful
On a windows app, I've added a tab control to a form. On the tab control, I've added 3 tabs. Adding the "&" character for a Hotkey to the text of the tabpage does nothing.
How do you... more >>
Connecting to Access Database
Posted by John Dougherty at 2/19/2004 8:11:08 AM
I want to programatically connect to an Access database, but my environment will not allow me to use "System.Data.OleDB..." - OleDB is not even showing as an available option. I can connect visually to an Access database via Server Explorer (where "Microsoft Jet 4.0 OLE DB Provider" is available). ... more >>
Call SP with existing connection
Posted by mj at 2/17/2004 6:56:07 AM
I have a stored procedure, and it is working fine, but my problem is, how do I call it with an existing connection? Notice that I have to add my conn all the time, and would like to call it with an existing connection (in this case conn) Thanks
Private Sub SPCALL_Click(
Dim CMD As New ADODB.Co... more >>
.net framework on secondary PC's
Posted by Dr. S. at 2/17/2004 5:41:06 AM
How do you get the .net framework on other PC's so that your programs install and operate correctly? Usin VB.net standard, and my programs run on my machine only.... more >>
how to upload a Web Project
Posted by phani at 2/17/2004 1:36:05 AM
I created one project on my machine with widows 2003 server as OS. It is working fine on my system.
How to upload that project to a server system where people access?
Is the .NET installed on that system.
What r the requirements for project to get uploaded?
Can anyone plz help me?
phani..... more >>
files not working
Posted by phani at 2/16/2004 10:56:05 PM
I created a web project in one system and i am successful to run and see the results. But when i copy the folder from wwwroot and paste in wwwroot of another system
1 Will it work if i create a Virtual Directory in the second system
2.Is it required to install .NET on the second system and copy t... more >>
How to debug a DLL in .NET??
Posted by Shell229 at 2/16/2004 8:51:10 PM
I have two projects in one solution. One contains DLL which is used as reference in other project. How can I debug the project containing the DLL. Currently when my other projects uses the function of the DLL it directly gives me result and not going to debug mode for DLL eventhough I am in debug mo... more >>
programs only run on PC that they were created on
Posted by Dr. S. at 2/16/2004 3:26:09 PM
When I write a program, it only runs on the machine it was created on, not on any other machine.
Please advise.... more >>
Classes
Posted by x at 2/14/2004 3:56:07 PM
Does anybody know where i can find a good article on classes for .net (basic)... more >>
IIS 5.01 need to register asp.net1.1 ?..help
Posted by jim at 2/13/2004 1:17:42 PM
I have XP Pro patched up..I have IIS 5.01 and have Visual Studio Net 2003
Enterprise loaded.
When I try to start a Web forms project I get an error saying I need Asp.net
1.1 loaded.
I checked my machine and Asp.net 1.1 is loaded, but it doesn't show as an
available extension in IIS(under ap... more >>
Guidance Desperately needed.
Posted by Tchacho at 2/12/2004 6:16:08 AM
I am a Networking professional with some background knowledge on C(only)
I recently took a small project (I guessed) to build a website for a company selling cooking appliances only
I started by attending online courses on Dreamweaver and Flash mx 2004 thinking it will solve my proble
.... s... more >>
printing a PDF Document using .NET Component
Posted by amrita at 2/11/2004 2:39:47 AM
Can I print a PDF Document using .NET Component and not using earlier components ?
---
Posted using Wimdows.net NntpNews Component - Posted from .NET's Largest Community Website: http://www.dotnetjunkies.com/newsgroups/... more >>
Free ActiveX for GPS device for c shapr
Posted by Amjad at 2/10/2004 8:46:12 AM
hi any one know where from i can download free activeX control to get information from GPS devices using c sharp
and that activex support pocket pc ... more >>
how to get wordcount in asp.net
Posted by mukunda at 2/9/2004 8:51:06 PM
hi all
i have a query how do u get wordcount in asp.net . I was able to get wordcount in VB.net using reference componets of microsoft word .For asp.net iam not getting the wordcount if i refer the same components plz suggest
thanx al
by
Guruprasa
... more >>
OOP base
Posted by Thomas at 2/9/2004 9:46:07 AM
I'm programming in VB.NET and I'm using SQL Server 2000. I want to write an application based on the library. It means that with my application i will distribute the library of classes as microsoft excel or word do. I read many articles about the OOP and the n-tiers application bu my question is
Ho... more >>
Beginner for ASP . NET Help me how to start
Posted by RajuMarappan at 2/9/2004 6:21:06 AM
Can any one guide me how to work with ASP .NET. Please help me where can i find step by step approch.... more >>
How much will it cost finally?
Posted by Nick at 2/9/2004 3:31:07 AM
I intend to setup a small web site based on MySql and .net framework. Is .net framework free to use with Windows 2003 or do I have to buy a full version of Visual Studio or something else? Any proposed alternatives? So, is there a free compiler for aspx files that I may use without the VS?
Thank yo... more >>
Where can I find c# lab handouts and material
Posted by Ahmed Shafi at 2/8/2004 7:25:59 PM
Where can I find some lab handouts and material that can help me conduct
labs in c# for learning the c# language, winforms, data access etc ?
... more >>
Problems installing guided tour
Posted by BriBri at 2/7/2004 12:31:05 AM
Hello
Please excuse this absolute newbie question but I cannot install the guided tour for VS .NET 2003 Academic(and you better believe I need all the "guiding" I can get!!). All goes well until the installer asks for a database connection - server:localhost, database:bikes, username:sa, password:b... more >>
Compilacion Nativa
Posted by Amalia Hernandez at 2/5/2004 10:40:25 AM
Buenos dias:
Me gustaria saber si existe alguna herramienta freeware que genere
compilacion nativa de manera gratuita para poder ejecutar una aplicacion en
una maquina sin tener necesidad de tener instalado el .Net Framework
Gracias y saludos
Amalia
... more >>
serial communctions?
Posted by Tuldin at 2/4/2004 4:41:05 PM
i'm trying to find a way to access the serial port using C# and have not had the greatest of luck. i've found a couple packages that supposively add serial communications port access. however as a student i'm cheap and was wondering if there were any other ways to access the serial port without usin... more >>
old header usage
Posted by Ken Janke at 2/3/2004 3:40:54 PM
when using visual studios 2003, is it still possible to use the old header
files? if so how would i use them? I have noticed when using header files in
the include statements that they are used:
#include <iostream.h>
when using new headers
#include <iostream>
when i started a console appli... more >>
binary to decimal conversion
Posted by purdueECET at 2/2/2004 8:26:07 PM
how do i convert a binary number to a decimal number in VB.NET?... more >>
My ASP.Net files dont work
Posted by aparnasinha26 NO[at]SPAM yahoo.com at 2/2/2004 6:57:33 AM
I have windows xp professional as my OS , IIS 5.5 installed
Now when later I installed ASP.NET then my aspx.net files dont work.In
the sense only HTML part is displayed but vb script(dot net) part does
not get displayed.
For Example
following is the timedisplay.aspx code
<%@ Page Language="v... more >>
|