all groups > dotnet academic > june 2004
Need help on debugging the code in .NET Web application.
Posted by Muralidhar Chennoju at 6/30/2004 1:41:01 PM
Hi All
I'm getting the following error while trying to debug the application. Error
Message:
"Error while trying to run project: Unable to start debugging on the web
server. Catastrophic failure
Would you like to disable future attempts to debug ASP.NET pages for this
project? "
Regard... more >>
Wanted: User Agent\Post Platform registry file showing the .Net extensions
Posted by \ at 6/28/2004 10:43:14 PM
I need:
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\User Agent\Post Platform"
registry entries for a .Net V.1.0 and .Net V.1.1 enabled browser.
Mine got erased and is now affecting Visual Studio .Net 7 & 7.1
My IIS web log reports the following:
"M... more >>
.net Start Page Troubles...
Posted by Chris L. at 6/25/2004 9:45:01 PM
Hi, Whenever I click on the online resorces tab in my start page it says "This feature requires you to be connected to the internet...blah blah". It says this when in fact I am conencted to the internet. I'd like to take advantage of these features. Can someone tell me how to tell the Environment th... more >>
Making executable
Posted by Adrian at 6/24/2004 5:22:02 AM
Hello All,
I would like to know how to make my "code" and executable program
I currently own visual Studio Acedemic edition 2003
Thank you for your help... more >>
Compiling a Program
Posted by Adrian at 6/24/2004 5:20:01 AM
I was wondering if in Acedemic edition can i make my program an executable file??
because my friend uses VB6 and he simply goes to File >> make executable
and then he can send me the file How do i do that with Acedemic edition Visual studio (visual basic 7)... more >>
Problem with System.Diagnostic.Process.Start()...
Posted by twytswys NO[at]SPAM yahoo.com at 6/23/2004 9:35:37 PM
I am trying to run an external application from within my c#
application but keep running into this problem. Here's what I did:
System.Diagnostics.Process.Start( my.exe, parameters );
my parameters would consists of a path that has spaces in it (ie
C:\Program Files\a\b\c\temp.txt) The prob... more >>
Can't debug dynamically loaded DLL?
Posted by DotNetJunkies User at 6/23/2004 3:22:50 PM
I have a pure C++ project in .net 2003 with a main EXE and many DLL subprojects. I can step into those sub DLL projects that are linked explicitly with the main program without problems. But for those DLL's that are loaded dynamically loaded via LoadLibrary, .net seems to ignore them altogether. Whe... more >>
VB.NET SQL IIS interaction
Posted by Madeline Baugher at 6/21/2004 9:49:04 AM
I am trying to set up a Windows 2003 Server that will be
used by students to learn to write VB.NET web
applications which access data from an SQL server. The
students use machines which log in to the campus network
under the student forest. My machine logs into the
campus network under t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Connection to Oracle Server?
Posted by Quynh Dang at 6/19/2004 6:51:01 PM
Hi every body:
I am developing a Web Application which need to use an Oracle Databse at my school ( a remote database server), but I could not establish an connection to this server.
I get this error message: "Test connection failed because of an error in initializing provider. Oracle client a... more >>
connecting to an Oracle Server over an internet connection
Posted by Quynh Dang at 6/19/2004 6:43:01 PM
Hi every body:
I am trying to develop and Web Application using C#. In this assignment, I need to use an Oracle Database at my school for my Data Source. How can I make my Web Application get connected with this remote database server?
When I try to establish an connection, I get this error me... more >>
Prob. updating a label..
Posted by Svein Erik Storkaas at 6/19/2004 8:20:20 AM
Hi,
I have a page that has 1 textbox, 1 button and 1 label. It is a page where
you have to write your email address, then you can click on the button to
download a program. When the button is clicked it updates a downloadcounter
I have made. All works fine except it wont update the textlabel tha... more >>
using VB.net to build a web form
Posted by H.A.A at 6/19/2004 5:53:01 AM
Hello,
When I create an ASP.net application project in the Visual studio.Net I receive the following solution:The Web server could'nt run ASP.Net verion 1.1, provided that I have IIS version 5.1 and Visual Studio.net 2003, WinXP 2002... more >>
.Net vs Lotus Notes?
Posted by Jon Walkabout at 6/15/2004 6:03:01 AM
Can anyone tell me why .Net is a superior technology over Lotus Notes? (Ie. When a new product is designed on a .Net platform and their competitors product is based upon Lotus Notes technology!)
Thanks for your help,
Jon... more >>
help needed: could not find the path
Posted by Kelly at 6/15/2004 1:31:01 AM
hi all,
i'm using ASP.NET Web Application writie in VB, using a "File Field"component under HTML tab and i do a right click on the component and select "Run As Server Control". This was done because i wanted the user to browse a specific file in their own directory(on their client PC only).
Ev... more >>
.NET/General Advice Sought
Posted by Jolly Student at 6/13/2004 9:09:52 PM
(sorry bout that blank post. . . oops)
Dear Colleagues:
Thank you for taking the time to read this - I recently posted here with
regards to what was possible with .NET.
I have been working as a systems engineer for about fifteen years now. My
"specialties" have been basicall... more >>
Unable to connect to database
Posted by sazimo at 6/12/2004 2:04:31 PM
I'm using VS academic version with SQL server for VS developer, when I tired to create a new connection inputing the my server name (VSDOTNET) and using Windows Auth instead of SQL Auth. then I selected "pubs" database after so I click on test the connection and I got a message "Test connection succ... more >>
.Net general question
Posted by Jolly Student at 6/11/2004 2:15:50 AM
Dear Colleagues:
I am a systems guy who has been working with hardware, networking and basic
scripting for ten years or so. I have been given the opportunity to attend
..Net classes of all sorts as part of the MSDN training track. I already
have the MCSE track under my belt and that is where... more >>
Web service doesn't run
Posted by Ioannis Vranos at 6/10/2004 11:08:36 AM
When i open the .asmx file with IE the IIS server doesn't run the web
service but instead i am prompted by the web browser to open the .asmx file
(that is it is getting downloaded). The same happens with the default Hello
World web service. I am using VS 2003 and Windows XP SP1 (with its IIS
ser... more >>
How to generate Sequential String ?
Posted by M.M Ansari at 6/10/2004 9:39:33 AM
hi all;
can any body tell me how i would generate sequential number in vb.net.....
like A001, A002, A003 or BA01, BA02 ...
Any suggestion or link for this sort of algorithm ?
Thanks in advance..
Ansari
... more >>
String size declaration
Posted by T at 6/10/2004 9:35:02 AM
If new to C#.
What is the C# equivelent to the following C language variable declaration:
char name[30];
Thank you,
T
... more >>
Drag & Drop
Posted by Felice at 6/9/2004 7:40:01 PM
I am writing an application for Photography and want to document the Studio Lighting that was used. What I was thinking of doing is to have to panels:
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
\ \
\ \
\ ... more >>
Error when Instanciating the Clerk object in a CRM Worker Derived class
Posted by Chamith at 6/9/2004 5:41:51 AM
HI all,
When i try to instanciate a Cerk object in the Activate Method of the Worker
Derived Class, It gives the following exception
System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic
failure
at
System.EnterpriseServices.CompensatingResourceManager.CrmLogControl.Regi... more >>
reporting services
Posted by Jay at 6/7/2004 9:50:48 AM
The college I work with has a subscription to MSDN. How do we get a copy of
Reporting Services?
Thank You in advance!
... more >>
.net v2.0
Posted by Chamith Siriwardena at 6/6/2004 7:57:15 PM
i heard that MS is now developing the new version of .net framework (named
v2,0). Is it available as a download?
... more >>
|