all groups > visual studio .net general > may 2004
Filter by week: 1 2 3 4 5
VS.NET 2005 release date?
Posted by Billy Porter at 5/31/2004 8:38:07 PM
Any news on a release date?
Is the public beta still due in June 2004?
Thanks
/Billy
... more >>
datagrid doesn't appear on web page
Posted by Michael Appelmans at 5/31/2004 6:13:19 PM
I created a webform with oleDbConnection1, oleDbDataAdapter1 and created
dataset11 using generate dataset on the dataAdapter.
I added a datagrid to the form and set the DataSource to dataSet11 and
DataMember ENT2003 (name of table?).
But when I run the page either in VS browser or extern... more >>
ftp with visual studio.net and dll's
Posted by j_ruez NO[at]SPAM yahoo.com at 5/31/2004 9:42:22 AM
I am using Visual studio .net for web development. When I want to
upload my files via ftp, I always have to close visual studio because
the dlls that change each time I do a build are always in use.
I am using dreamweaver to upload my files, which I know is not the
best ftp client to be using... more >>
VStudio Trial
Posted by Adriana at 5/31/2004 3:39:07 AM
could you please if i could deploy applications for
distribution with VStudio. NET Trial?
Thanks.... more >>
vsnet 2003, error 1706 doing setup build
Posted by David Bartosik - MS MVP at 5/29/2004 2:07:30 PM
Added a setup project to my solution went thru all wizard steps. Run build
and the Windows Installer dialog pops up and runs. It then pops up the error
dialog - error 1706 no valid source could be found for product visual studio
enterprise architect 2003 English. The windows installer cannot cont... more >>
Visual Studio Training
Posted by Ken Cotter at 5/29/2004 7:55:16 AM
What advice would you have for someone that has never used
Visual Studio? Are there any training programs that you
could suggest? Cost? Availability? Have a decent job
situation that has come up not far from where I live, but
I would have to learn Visual Studio...and I don't know it
at... more >>
Changing Extension on Default File Name
Posted by Jeffrey Reed at 5/28/2004 11:51:02 PM
Is there a way to change the default file extension from say name.exe to name.scr when building the application?... more >>
Multiple pieces in a Deployment project
Posted by Roy Chastain at 5/28/2004 1:03:06 PM
I have a product that has a User Interface, a service, a middle ware piece and a database. I would like to be able to install
different pieces according to the user direction. Much like the select components dialog from Install Shield installs.
Is there any way to do that with the tools suppli... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Setup Project: Add Install Dir into registry
Posted by Reinhard Vornholt at 5/28/2004 11:58:26 AM
Hello,
maybe I am simple to dumb to see how it works, but how can I modify by setup
project that its write the install path into the registry.
I assume there is aways to tell the installer to write a key with the
installation dir into registry.
thanx
R.
... more >>
Where can i suggest little improvments for vs 2005
Posted by Jose Flores at 5/28/2004 10:01:06 AM
i'm a vb developer and i'd like two things about intellisens
when i write Imports Sytem.... i'd like intelisense show me only namespace
the same when i use attributes with <.... it should be better if it shows me only attributes classes
Thank you.... more >>
VS .NET 2003 crashes when web form in design mode changes
Posted by Nick at 5/28/2004 5:11:03 AM
Hello
I have recently upgraded my computer and re-installed my VS .NET 2003 and now it crashes continuously
When I open any web form in design mode and make a change and than switch back to HTML mode or save VS crashes and wants to restart (submit Error to Microsoft)
I am desperate!!! I can now... more >>
Change Mousepointer
Posted by Tony at 5/27/2004 11:30:35 PM
WIN XP
Web Forms
VS 2002
VB .Net
Can't find how to change the mousepointer in web forms.
I want to change to hourglass while loading complex screen.
Everything I found is for window forms.
Thanks
Tony
... more >>
Create Shortcut at installation
Posted by Michael O'Shaughnessy at 5/27/2004 8:09:12 PM
I have run into a wall!!!!! All I want is to create a setup project that
gives the user the option of creating a shortcut on their desktop during
installation.
I have added a shortcut in the File system editor in the Desktop folder,
added a check box dialog, set the condition property of the de... more >>
abstract base class and Visual Designer question
Posted by jason at 5/27/2004 4:46:05 PM
Hi
I have a question about the visual designer not being able to edit a control based on an abstract class. When I open the derived control in the visual designer I get an error like
"The designer must create an instance of type 'namespace.class' but it cannot because the type is declared as abs... more >>
Setup project build crashes Visual Studio
Posted by kjvt at 5/27/2004 2:09:05 PM
We have a VS .Net 2003 solution containing five projects, two Windows
Applications, two Class Libraries and a Setup Project. The Setup
Project was created on our build machine using VS Enterprise Developer
and stored (with the solution in VSS). We have five developers that
are working on the p... more >>
Who CAN help me please~
Posted by Nicky at 5/27/2004 11:11:01 AM
I am working on VS.NET for my website. I want others to
view my website at their own computer. I know that by
locating at
http://myipaddress/myprojectname/myfilename.aspx will come
to my website. But dont know why, all my friends tell me
that they cannot access due to the problem like "can... more >>
Forms Protection
Posted by Cesar Saucedo at 5/27/2004 7:56:31 AM
Hello,
I currently have an application that is using "Forms" as
autentication mode. It's been working fine so far.
What I now need is to protect the whole application with
such protection except for one folder. How an I do that??
I read somewhere that I could use a tag
named "<loc... more >>
Prob. with Sql data adapter Or Stor. Proc - Please Help!
Posted by Konstantinos Michas at 5/27/2004 6:39:17 AM
Hello Experts,
Sql data adapter creates a new table when finds
differences between typed dataset and the result set of
stored procedures? I only have one datatable in my
dataset.
Can you define what these differences might be?
I know some (correct me if I'm wrong):
1) Duplicates
2) ... more >>
VS.Net debugger problem
Posted by Dr. Indera at 5/27/2004 4:03:03 AM
hello,
ever since i installed visual studio.net 2003, from time to time i will get
a popup window <even though i'm not using visual studio> asking if i want to
debug the problem in visual studio. the last time it happened, i was using
ms word 2000. can someone tell me how to stop this from hap... more >>
Adding an External Tool to VS.NET
Posted by Jeff Tolman at 5/26/2004 3:31:42 PM
I'm trying to add an batch file command to my Tools menu, but I'm having a
problem with a parameter. My settings for the tool are:
Command: MyBatchFile.BAT
Arguments: $(TargetName)
Initial Directory: <blank>
Within the batch file I'm trying to run the XCOPY command and use the
TargetName... more >>
Resources 'file1' and 'file2' have the same manifest resource name 'name'
Posted by Martin at 5/26/2004 9:30:02 AM
I created an aspx file and ascx file with the same base name. This gave me
the above error.
The help on this says rename file1 and file2 which I have done ( renamed my
original aspx and ascx files in solution explorer), but I still get this
error when building my project!
How do I solve th... more >>
Higher VS version = More RAM
Posted by Hareth at 5/26/2004 2:03:21 AM
I used VS2002, 2003, & whidbey & ive noticed that the higher I go, the more
ram my program eats, EVENTHOUGH I havent changed anything in my program.
MyProgram.exe in VS2002----->10mb ram
MyProgram.exe in VS2003----->12mb ram
MyProgram.exe in VS2004----->14mb ram
I think its because the n... more >>
VC7 vs. VC6 compile times
Posted by Rick Armstrong at 5/25/2004 11:43:02 PM
Hello All,
I'm a longtime user of Visual Studio 6 who recently bought Visual C++ .NET
Standard Edition. My motivation was to finally have a standards conformant
compiler. While I'm pleased with the vastly improved language support, I've
noticed that my compile times are significantly longer.
... more >>
Can not deploy app on windows 2000 server
Posted by hao at 5/25/2004 2:36:47 PM
Hi all,
I have a vb.net app with a setup program. The problem is I can install
the program on w2k pro machines but can not do it on w2k server. Each time
when I did it, the setup program stopped and return "the installer was
interupted. You need to restart the installerto try again."
An... more >>
Visual Studio.NET and IIS
Posted by Paul at 5/25/2004 1:31:41 PM
Can VS.NET be configured to NOT require IIS on each
developer desktop?... more >>
Evaluation copy?
Posted by Lee at 5/25/2004 12:52:54 AM
Is an Eva-copy available, where/how?
Thks
Lee... more >>
Installing Visual C++ .NET
Posted by Christopher Padgett at 5/25/2004 12:01:20 AM
Hello All
I am attempting to install Visual C++ .NET on a Windows
2000 Professional machine that has Visual Studio 6, Visual
Basic .NET, and Visual C# .NET on it. At the end of the
Visual C++ .NET installation, I get a severe error that
says "Can't find localized resources".
When I la... more >>
Intellisense doesn' work for asp pages in VS.NET2003 :-(
Posted by Mat at 5/24/2004 10:59:18 PM
Please help.
when editing asp pages, if i type REQUEST, the intellisense doesn;t show
members.
in options, all languages, i have checked list members.
... more >>
Reasons for Enterprise version over Professional
Posted by Mark Findlay at 5/24/2004 11:57:48 AM
Are there any compelling reasons for a single developer to use the
Enterprise version of .Net over the Professional?
... more >>
SQL Connection problem
Posted by BB3 at 5/24/2004 10:21:35 AM
I am trying to establish a DB connection from VS (XP
Client) to a remote SQL server without success. I get
varying flags..from can't find server to access denied.
Various permissions created in SQL on server but none
work. I can access and logon to server via Remote Access
but not from VB.... more >>
Pocket PC 2003 Emulator Save Emulator state not working
Posted by Mike at 5/24/2004 10:16:06 AM
I am launching the emulator from the command-line but for some reason it never reloads the state that was saved when I shut it down. I have tried using the /VMID option to specify the .vsv saved state file but the emulator never launches if I do
Is there anyway to save the state of the emulator an... more >>
Installing Visual Basic 6.0 with VS.net
Posted by HDiaz at 5/24/2004 8:56:50 AM
I have installed VS.net 2003 with windows XP and Office
2003. Will there be any problems if I install Visual
Basic 6.0? I don't want to miss up any of my VS.net
files.... more >>
Exception include/exclude types
Posted by MBAHAA at 5/24/2004 4:46:04 AM
I want to include just one exception to a publisher. (e.g. system.invalidcastexception
When I tried to write it in the include tag. EMAB return a configuration exception
I must write (system.RuntimeType) in the include tag to be included
But actually I don't want to include more than one excepti... more >>
Why does VS.NET 2003 lowercase my pathnames?
Posted by Kodiak at 5/22/2004 8:29:56 PM
Hi folks,
It's the weirdest thing. Whenever VS creates debug and release subdirectories,
they're always in lowercase. I also noticed that the class properties for an
open source file have the path fully lowercase. The solution explorer, document
tabs, etc., on the other hand, display things as... more >>
.vbs from vb6
Posted by Divya Rao via .NET 247 at 5/22/2004 11:43:26 AM
I need to execute a .vbs file from VB6 application. How do I do it?
--------------------------------
From: Divya Rao
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>5sdCncDg2kqKoFWuCpk/Fw==</Id>... more >>
C# release builds have invisible controls
Posted by lghunsucker at 5/22/2004 7:01:14 AM
I recently compiled & executed the release build of a small C# app and saw that some control
are not visible when I run the release executable
Anyone ever seen this? Anyone have any ideas as to cause/cure
Thanks
lghunsucker... more >>
Web Forms Designer doesn't allow a code-behind class that is inherited from an abstract base class
Posted by Howard at 5/21/2004 4:26:01 PM
[Reposted with a new nospam display name]
Web Forms Designer doesn't allow one to open an aspx page whose code-behind class inherits from an abstract base class. When I try to open such a page in the Designer in VS.Net 1.1 I get this message
"""""""""
The file could not be loaded into the ... more >>
Using a Global Mutex
Posted by Viviana Vc at 5/21/2004 12:33:39 PM
Hi all,
I have an application App1, that after doing some stuff starts App2.
Both are per user applications.
Now, on an XP with FUS enabled or an Win2k with Terminal Services, there
can be at the same time more than one user logged in, and for these
situations I would like to do the following... more >>
I'm new to VS.NET and looking for an assistance
Posted by Warwick at 5/21/2004 11:29:09 AM
Hi all,
I'm very new to Visual Studio and the .NET framework having developed only
in Borland Delphi previously.
I'm currently using the VS.NET 2003 trial, evaluating if it will be worth
defecting to the MS camp.
I'm trying to create some controls which will be used as templates for
future a... more >>
How to use Crystal Reports .NET in Visual Basic 6.0 project?
Posted by Oleg Halzov at 5/21/2004 4:24:34 AM
Hello the community!
I have VS 6.0 and VS .NET both Enterprise editions. VS 6.0
has very old Crystal Reports 4.6. Is there any way to use
Crystal Reports .NET control in Visual Basic 6.0?
The task is to view reports in VB 6.0 form.
Thanks.
Oleg... more >>
Making VS.NET 2003 save in Unicode
Posted by Lau Lei Cheong at 5/20/2004 8:14:25 PM
Hello,
I'm using Visual Studio.NET 2003 in Chinese Windows XP to develop my
ASP.NET pages.
By default VS.NET will save my work in Big5 encoding(CP950), however
since I'm joining the work of other people I'll have to save all the files
on UTF-8(CP65001).
Of course I can using ... more >>
Converting from iostream.h/fstream.h to <iostream>/<fstream>
Posted by peter NO[at]SPAM peternolan.com at 5/20/2004 4:51:08 PM
Hi All you <iostream>/<fstream> gurus.....
I've come across an interesting problem that I've been working on for
2 days now....with no result unfortunately.
As I have mentioned I was using the older iostream.h and fstream.h
I have replaced the includes with:
#include <iostream>
#includ... more >>
Macro Question
Posted by Andrew Wied at 5/20/2004 12:06:02 PM
Hello
I am writing a macro in Visual Studio .Net 2003, and I was wondering if it is possible for a macro to access properties of objects that are selected. For instance, assume I have the following object declared (on a different page, but it can still be instanciated)
Class rectangl
Private... more >>
Project without EXE or DLL
Posted by Al Crown at 5/20/2004 9:31:04 AM
I can create a project that I can include files using the Project/Show All Files then right clicking on a directory in the project and "Include In Project" so that all files are version controlled in VSS. Can I created a project that does not build anything (no exe or dll). Right now I get a n erorr... more >>
Why is my MSI file so big after I compile the setup project?
Posted by Bob at 5/19/2004 2:20:05 PM
I have a setup project that packages a class library assembly of about 30k.
It installs this DLL to the GAC and a directory. The installer has Welcome,
Confirm, Progress, and Finished pages, so it's very simple. However, when
compiled, the output MSI file is more than 300k. I don't know if thi... more >>
How much processor resources do try-catch blocks in C# use
Posted by David Alexander at 5/19/2004 12:57:28 PM
I was discussing with someone how much processor resources try-catch blocks
use in C#. I would think that if no exceptions were thrown by a block of
code in a try block, it would run as quickly as a block that wasn't inside a
try block.
Even if using try-catch blocks do incur some extra resour... more >>
Mouse wheel in members drop down of a source window screws up the drop downs
Posted by Jim H at 5/19/2004 11:56:48 AM
Has anyone else noticed that if you us the mouse wheel in the member drop
down it will no longer jump to that member or class? It screws up both
dropdowns, class and member. You have to close the window and reopen it.
One work around I found was if I forget and use the wheel, I can grab the
... more >>
How do I turn on the "///" source commenting in C++ like in C#?
Posted by Jim H at 5/19/2004 11:51:55 AM
I like the source commenting feature where you type "///" above the function
name and it sets up an XML comment block that canbe parsed by the help
generator. How do I enable this for C++ files?
jim
... more >>
deleting a file from a project
Posted by hawkeye.parker NO[at]SPAM autodesk.com at 5/19/2004 11:38:27 AM
i would like to programmatically delete (remove)a file from a project
(.csproj file). is there a tool/API which will allow me to do this
(like devenv)? or should i grep the .csproj file, and if i do (grep),
will it work?
thanks,
hawkeye parker
QA software programmer
Autodesk, Inc.... more >>
IntelliSense in VS .NET
Posted by George Kiraz at 5/19/2004 5:04:38 AM
I just installed VS.NET. The IntelliSense feature is
working for HTML and other tags like <asp:... />.
However, it is not working in the <script> section of my
code. The documentation indicates that IntelliSense works
by default. If I press Ctrl+J, I get a beep!!!
Any help will be appreci... more >>
|