| Windows Service won't start (3 replies, VIP) |
| microsoft.public.dotnet.academic |
| Hi all, I going thru the MCSD course and I am creating a Windows Service from the 70 310 book "Developing XML Web Services" chapter 6. The Windows Service compiles with no errors and I can install it using "Installutil" with no problem. But when I go into the Services Control Module and try to start it I get the following error message. "Could not start the RemoteAccessAgent service on Local Compu... |
|
| Academic vs Pro Licencing (17 replies, VIP) |
| microsoft.public.dotnet.academic |
| 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 |
|
| WINDOWS SERVICE PARAMETERS (2 replies) |
| microsoft.public.dotnet.academic |
| I am creating a windows service that requires parameters to start. The service Startup Type is set to automatic therefore it starts when the computer is started or rebooted. However the service fails because the parameters do not persist. If the service is started manually and the parameters entered it starts and runs correctly. If the computer is rebooted the service attempts to start but fails b... |
|
| Visual Studio 2003 and Mandatory/Roaming Profiles (3 replies) |
| microsoft.public.dotnet.academic |
| 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, this problem is caused by the Visual Studio .NET IDE failing to get a Cryptographic Service Provider from "... |
|
| No crystal reports in academic? (3 replies) |
| microsoft.public.dotnet.academic |
| I'm very confused here according to all documentation, I should be able to add a crystal report to my project by "Add New Item" then "Crystal Reports" or something... But in my Visual Studio this is not presented as a template! I purchased the academic copy of VB.net 2003 standard. Nothing anywhere seems to note that this is not included I always thought it was bundled with VS in everything. Am I ... |
|
| Crystal report (3 replies) |
| microsoft.public.dotnet.academic |
| 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 report 9 (i've been looking for it over the net but i've only found a documentation for Crystal report 8.5 and the 9 version... |
|
| Configuring newsgroup in outlook (2 replies) |
| microsoft.public.dotnet.academic |
| Hello people. I'm unable to configure the .net newsgroup in my microsoft outlook express. Please help me out with this. Bye... Ashwin. Posted using Wimdows.net NntpNews Component Posted from .NET's Largest Community Website: http://www.dotnetjunkies.com/newsgroups/ |
|
| moving 2003 from one computer to another (3 replies) |
| microsoft.public.dotnet.academic |
| 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 activate again? TIA Jim |
|
| Crystal Reports (2 replies) |
| microsoft.public.dotnet.academic |
| Is the Visual Studio version of 'Crystal Reports' included with VS.NET Academic? |
|
| Product Key (2 replies) |
| microsoft.public.dotnet.academic |
| 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 |
|
| Value for button press event (4 replies) |
| microsoft.public.dotnet.academic |
| 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 don't see a value listed as a button property. Has this been replaced with another function or property or is ... |
|
| Raising Events! (2 replies) |
| microsoft.public.dotnet.academic |
| Dear All I need help in an issue, how to raise an event from an unmanaged class to a managed class. Both classes are in C and there should not be any static methods involved in this implementation. ie. the event source is an unmanaged class and event receiver should be a managed class. Also the event receiver method should not be static. Thank you very much for your understanding. |
|
| Dataview sorting (2 replies) |
| microsoft.public.dotnet.academic |
| Hi, I am using ASP.NET and Oracle, as database, to develop/migrate a reporting application,. In couple of places, I used dataview sorting of the resultset, returned from Oracle. But I got some ordering problem, after sorting. I am getting records, of columns used in order by clause, having null values at the TOP of sorted resultset. But when I directly query the oracle database with order by claus... |
|
| URRRRGEEEENNNNNTTTT ! (3 replies) |
| microsoft.public.dotnet.academic |
| Hi, I have a method "FIND" in my class, and it must return a DataReader... I don't know how I can return a DataReader, Does anybody here know how to do it? Marcus VinÃcius M. Montezano Programador Digiexpress |
|
| Install VB.net Academic (2 replies) |
| microsoft.public.dotnet.academic |
| 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 |
|
| Help with ASP.NET (2 replies) |
| microsoft.public.dotnet.academic |
| Hey, I'm a beginner with the ASP.NET language. I'm reading an ASP.NET book that has an example, but when i copied the code from the book it didn't work. Here's the sample code: %@ Page Language "VB" Debug "True" % html head title Hello and Welcome Page /title /head body center % Dim TextSize As Integer % % For TextSize 1 To 7 % font size % TextSize% Hello and Welcome! br /font % Next % /center /bo... |
|
| Help... (2 replies) |
| microsoft.public.dotnet.academic |
| 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 |
|
| start one form from another ? (2 replies, VIP) |
| microsoft.public.dotnet.academic |
| How do i start one form from another in VB .net? greetings murt |
|
| Excel data format problem (Urgent) (2 replies) |
| microsoft.public.dotnet.academic |
| Hi, I'm downloading grid data to excel document using following code snippet: Response.Clear() Response.Buffer True Response.ContentType "application/vnd.ms excel" Response.AddHeader("content disposition", "attachment;filename CDSInfo.csv") Response.Charset "" Me.EnableViewState False Dim oStringWriter As New System.IO.StringWriter() Dim oHtmlTextWriter As New System.Web.UI.HtmlTextWriter(oStringW... |
|
| Simple Question.... (3 replies) |
| microsoft.public.dotnet.academic |
| Hi, I have a simple question about nuemric functions.. in vb6 I used isnumeric function to validate a textbox value for example... My question How Can I validate a value if it is numeric or not in vb.net? PS: I want to know how I can do it without Visual Basic "IsNumeric" function.... Thanks Marcus VinÃcius M. Montezano Programador Digiexpress |
|
| Getting parent/child relations from data table to string? (3 replies) |
| microsoft.public.dotnet.academic |
| I am trying to write a program that will take all the members of a data base, add them to a tree, with all child relations as sub nodes. I am having a problem getting the parent child relations for each table & query. Dim tblCurrent As DataTable Dim strTableName As string For Each tblCurrent In Ds1.Tables strTableName tblCurrent.TableName.ToString Next This gives me my table names. I can also get ... |
|
| using a variable to name a control (2 replies) |
| microsoft.public.dotnet.academic |
| Hi, I have 20 pictureBoxes named from PictureBox1 to PictureBox20. I want to fill them up one by one. I'm keeping a variable firstAvail to keep up with which pictureBox I should insert the next image into. But how do I actually access a PictureBox using firstAvail? I'm thinking I should be able to do something like PictureBox[firstAvail], but I know that is not the correct syntax. Thanks! |
|
| Recommend theory-based .NET book (6 replies, VIP) |
| microsoft.public.dotnet.academic |
| I'm interested in learning more about the nuts and bolts of .NET. I've never developed with it before and I don't want marketing speak or API mumbo jumbo. I'm a seasoned Unix developer and I want something that isn't about how to use APIs and such. For example, the only good book I ever browsed through about COM/ActiveX was one that actually explained what they were (C vtables and abstract classes... |
|
| Timeout expired. The timeout period elapsed prior to completion of the operation (2 replies) |
| microsoft.public.dotnet.academic |
| Environment: Framework 1.1 DB: SQL Server 2000 (SQL Provider) OS: Windows 2000 Language: VB.NET I'm trying to do mass inserts/updates. Using Transactions. The table hierarchy contains 3 levels (TL1, TL2, and TL3): Here is what I'm trying to accomplish: 1) Start Begin Transaction (in desperation, I've tried all the isolation levels I was hoping ReadUncommitted would work!) 2) Do an Insert/Update in... |
|
| Installing Visual Studio .NET and Visual Studio 6 TOGETHER on the SAME machine. (6 replies, VIP) |
| microsoft.public.dotnet.academic |
| Hi, maybe this isn't the right place to ask this, but I need to get the answer to this question. I manage student lab computers at a college and I need to find out how to install Microsoft Visual studio 6 TOGETHER with visual Studio .NET on the SAME machine. To date, I'm having trouble finding out how to accomplish this. I've spent hours on the internet, hours browsing books, and hours asking peer... |
|