all groups > visual studio .net general > november 2004
Filter by week: 1 2 3 4 5
Visual Studio code generation problem
Posted by CerkiTek at 11/30/2004 11:55:04 PM
I'm creating a WinForms app that has a ToolBar with ToolBarButtons on it.
I've added an IExtenderProvider for ToolBarButtons that requires access to
the parent ToolBar. The problem is that Visual Studio insists on placing the
code that initializes the ToolBar after all the code that initiali... more >>
VS.NET version problem
Posted by Pradeep at 11/30/2004 9:51:03 AM
Hi,
Herez the scenario I have. Suppose I have projects A, B and C. Project B
uses the out put from Project A and Project C uses the output from project B.
So I can't keep them in a solution. I am using NAnt for building. Everything
seems to be going good except the version problem. Two ... more >>
Visual Studio.Net intercepting application errors in batch file
Posted by nerndt at 11/29/2004 4:47:05 PM
Hello,
I am running bioinformatics batch files that run applications that sometimes
crash. If I turn off error reporting, I can run my batch file, except in the
case when I have Visual Studio.Net installed. It seems to intercept the
application errors and bring up a dialog box. How do I ... more >>
vs.net xp 1/2 line
Posted by Andrew at 11/29/2004 1:15:04 PM
I get this vs.net bug at least 10 times a day, at seemingly random intervals
where the IDE text editor for a particular open file cuts off half the line
as I'm typing.
I'm using vs.net 2003, C#.
Does anyone else get this & is there a fix?
-Andrew... more >>
Delegates in VB.NET!
Posted by Nad Af at 11/29/2004 11:15:02 AM
Hello:
I am trying to use a DLL in VB.NET, one parameter of the DLL exported
function accepts an address of a function. I added a delegate and everything
went fine; however, sometimes I need to pass 0 (zero) to the function but
VB.NET doesn't allow me to pass values (non delgates).... more >>
How to dynamically create an instance of a form
Posted by Harshad Rathod at 11/28/2004 4:07:05 PM
Ususally we do like:
SalesOrderForm fm = new SalesOrderForm();
where SalesOrderForm is a valid form in one of the assembly, that is
SalesOrderForm is a type. How can I create an instance of SalesOrderForm
when I do not know its type at run tyme? For example
public openForm (string for... more >>
MSDN library installation problem
Posted by Rick at 11/27/2004 7:29:04 PM
I removed the July MSDN library from my computer and tried to install the
October library. The installation appeared to complete without errors, but I
get "cannot find server" and "no page to display" errors on any attempt to
view the content. I've uninstalled and reinstalled the library a c... more >>
Any word on Whidbey Beta 2?
Posted by Christoph Nahr at 11/27/2004 4:03:03 PM
Some bloggers mentioned that Whidbey Beta 2 is being wrapped up... can
we (MSDN subscribers) expect it before the end of the year? I'm
planning to get started with C# 2.0 soon but I won't bother to install
Beta 1 if the next update is right around the corner. Thanks!
--
http://www.kynosarges... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Intellisense in C#
Posted by Mike at 11/27/2004 1:25:02 PM
I have been coding in VB.NET using Visual Studio .NET for the past 3 years or
so. A few days ago I started developing a new ASP.NET application and decided
I would do it in C# as a learning experience.
One of the things I always enjoyed about the VS.NET IDE is the way the
Intellisense work... more >>
what kind of tool-vsnet?
Posted by akoline at 11/26/2004 11:31:01 PM
I am about to change devellopment tool
I need to work with a customized character-set
in full. One, that has embedded some of the
greek letters. I don't se this is possible in vb5 or vb6.
Is it vsnet?.
Thanks in advance for an usefull answer.
--
ak... more >>
Property Page windows are blank!
Posted by wazoo at 11/26/2004 9:39:03 AM
Hey all,
I'm running VS.NET 2003 and XP with the latest patches.
Suddenly in all of my projects, I can no longer open up the properties
dialog pages for setting project options. (such as include folders, compiler
flags, etc.).
Has anyone else come across this? I've rebooted and it made n... more >>
Inherit a class but not all its properties
Posted by Henri at 11/26/2004 2:14:58 AM
For instance, consider System.EventArgs :
it has a public shared property called Empty
Now if you look at System.Web.UI.WebControls.DataGridItemEventArgs, that
inherits System.EventArgs,
Empty is not present anymore
My question is :
how it is possible to do the same in VB.NET, that is, inh... more >>
Install VS.Net 2003 on XPP SP2
Posted by Jonas at 11/25/2004 10:09:05 PM
I have a fully patched XP Pro system (SP2 and later) and would like to
install VS.Net 2003.
The VS.Net installation pointed to a MS page that stated that I must not
install SP2 before VS.Net. It is not possible to uninstall SP2 and a restore
to prior SP2 is not possible.
So how do I get... more >>
Stylesheets not working
Posted by Chris at 11/25/2004 9:35:42 PM
I have built a custom control which has several controls which have had
their cssclass attributes set to a class. When I applied the class in
styles.css they changed. When I modify the styles they don't change. It is
like they are cached. It can't be the control as the styles worked at first.
Do... more >>
How can I detect the type of project?
Posted by Mircea at 11/25/2004 11:57:03 AM
Hi all.
I have a question regarding DTE.
I have selected a project from solution in VS IDE. I developed an AddIn and
I want to detect if the selected project is a web project or is a windows
project.
How can I do that?
Thank you very much.
Mircea... more >>
Getting Started with Web Apps
Posted by Amy at 11/25/2004 11:01:06 AM
Hi Guys,
Newbie here; please take pity. Long ago I programmed in VB4, and have just
upgraded to Visual Studio.Net so I can use VB to create web apps. I am
running WinXP Pro, and thought I got all the right stuff going prior to
installing VS.Net. I can create Windows Apps, but when I try ... more >>
visual basic
Posted by miguel at 11/24/2004 3:05:02 PM
I am implementing a project where I need to implement the "undo" command to
go back to what was before the last command or key pressed.
Could you please tell how to do it?
--
Please help me... more >>
how to change the namespace of each ASPX code-behind?
Posted by Quentin Huo at 11/24/2004 12:10:04 PM
Hi:
I am working on ASP.NET writen in C# and using VS.NET.
I created a project and then I copied and pasted some ASPX pages from other
projects. So I have to change the namespace of each copied ASPX page
code-behind to make them work in the project. Is there any easy way to
change their ... more >>
SQL 2005 and Visual Studio 2005
Posted by Compunick at 11/24/2004 11:55:44 AM
I would like to install Visual Studio 2005 Beta along with SQL 2005-full,
not the express version.
Can anyone tell me which versions to download and the install order? I
downloaded SQL 2005 Beta 2 and VS2005 Ent Arc Beta 1.
I installed the VS2005 first then tried installing SQL2005 but got ... more >>
VS bug: working with dual monitors
Posted by Chris at 11/24/2004 6:45:02 AM
I'm using a Matrox G450, and can reliably reproduce this - running Win2k SP4.
- start VS
- maximize in either display
- minimize VS
- maximize again
I get 2 title bars displaying, and another small title bar with "Restore Up"
and "Restore Down" buttons. Doing a screen refresh clears the ... more >>
VS.NET bug / weirdness
Posted by David A. Coursey at 11/23/2004 3:07:04 PM
Ok, I just introduced a bug in my app that is seriously pissing me off and I
have no idea where to start to fix it.
I am getting an Object reference not set to an instance of an object. error
on line 451 of a certain file every time I run it. Nothing special right....
Well here is the we... more >>
Very long loading time of form
Posted by Wolfgang at 11/23/2004 1:35:31 PM
Dear all,
If a form with a lot of buttons and labels and from yesterday on the loading time for the
formular designer increased from 36-40sec to several minutes !
Does someone know what to do against this ?
Thanks in advance for suggestions,
... more >>
Assembly added via reference not updating
Posted by Tony at 11/23/2004 2:38:26 AM
If you change the class libraries used in a project, how
do you ensure the project using the classes is able to
use the latest version of the dll?
I have some classes I use, but when I change or add to
those, I have to re-reference the classes in order for
the changed or added functionli... more >>
Help with install of Studio .Net
Posted by svmaxx at 11/22/2004 7:19:06 PM
I am running WinXP Pro and I have been using Visual Studio .NET just a few
weeks now, mostly with Visual Basic.NET.
I downloaded the Visual Basic.Net Resource Kit and installed it on my
computer and was having some success with its tutorials and samples. I just
had to recover my hard drive un... more >>
Closing program
Posted by Tiblet at 11/22/2004 5:45:02 PM
i created a small survey type program, i put an exit button at the end(of
multiple forms) and used me.dispose as the command to end the program. It
does not end the program, rather, it closes the window and leaves the program
running in the background. What command do I use to end the entire p... more >>
Installing Studio.NET on Windows XP Media Center Edition
Posted by Troy at 11/22/2004 1:59:02 PM
Has anyone tried to develop on a box running Media Center Edition?
Have any of you installed the ASP pieces of .NET on XP Media Center and if
you can not, what happens if you upgrade Media Center to XP Pro. I need to
run Studio .NET on this box temporarily and would rather not loose the
Mu... more >>
Default web browser setting?
Posted by Harold at 11/22/2004 9:10:19 AM
When I try to debug my app I get and error saying it cannot find
"c:\progra~1\mozill~1\firefox.exe" I don't have firefox on my computer
anymore. I checked the registry and removed references to firefox. I am
still getting the same error. I got around the problem by creating the path
and ... more >>
Which version of .NET
Posted by Daniel McCune at 11/22/2004 6:55:09 AM
Each developer on our team has a .NET Architect license. We need a separate,
clean, build machine. Which version do I need to have on this machine? We
will not be doing any coding on this machine, just building the app from the
solution file.
Answers to this question might follow two pat... more >>
How to manage two apps
Posted by Jack at 11/21/2004 9:27:06 AM
I'm creating two versions of a program: A free version (myprogram) and an
enhanced version (myprogram_PRO). The source code has to be released with the
free version since it will be open source. Is there some way to have both
programs in the same project? I can create two projects but if I mak... more >>
How does one autoformat an unformatted C file?
Posted by johnmann56 at 11/21/2004 5:35:09 AM
Hello. I have a C source file from a web page that has no formatting at all,
rather is just one long line of code, comments, and everything else. I would
like to use VS.NET to automatically format this to look like a nice C
program, with indenting, Carriage Returns, and such. Is there a way to... more >>
Upgrade to VS.NET 2003 Pro Special Edition
Posted by janezcas NO[at]SPAM yahoo.com at 11/21/2004 4:20:12 AM
Hi,
do customers qualify for upgrade price for VS.NET 2003 Pro Special if
they have valid license for VS 6.0 Pro through MSDN Pro subscription,
but MSDN subscription has already expired?
In other words, if someone did not buy VS 6.0 as FPP or separately in
any other way, but have received i... more >>
How to autoformat an unformatted C file
Posted by johnmann56 at 11/21/2004 2:13:02 AM
Hello. I have a C source file from a web page that has no formatting at all,
rather is just one long line of code, comments, and everything else. I would
like to use VS.NET to automatically format this to look like a nice C
program, with indenting, Carriage Returns, and such. Is there a way to... more >>
System.InvalidOperationException' occurred in system.data.dll
Posted by travlintom NO[at]SPAM yahoo.com at 11/20/2004 3:20:32 PM
I am working in VB.net 2003 standard edition. I am connecting to an
Access 2002 DB. I created this code to view a couple of records:
Private Sub frmRolodex_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim strFname As String
Dim strLname... more >>
Hyperlink in RichTextBox
Posted by Tejas Vyas at 11/19/2004 7:26:03 PM
Hi,
In my RichTextBox I want to add the feature to select a particular text and
convert it into a hyperlink by specifying the URL. I have been able to add
the hyperlink, with the URL, by modifying the rtf header. The file opens
perfectly in MS word and I am able to browse to the link.
But ... more >>
How to /completely/ uninstall VS .NET?
Posted by Len Philpot at 11/19/2004 12:51:42 PM
I've experienced a few errors from Visual Studio .NET 2003 after
removing some features (properly, using setup.exe, not just deleting
them). So, I decided to do a clean remove and re-install without
those features.
Apparently (not surprisingly), simply removing VS via Control Panel,
Add/R... more >>
Installing VB6 AFTER VS.NET 2003
Posted by TMB333 at 11/19/2004 10:17:02 AM
Is it possible to install vb6.0 Professional after I've already got Visual
Studio .NET 2003 installed?
I've not been able to find much information on this as I know that it should
be easy enough to install VS.NET on top of VB6, but it's not so easy the
other way around!
If not, then woul... more >>
How to know when an application is running
Posted by Juan Manuel Alegría B. at 11/19/2004 9:45:22 AM
Hi group, I need to know when an application is running, because I want just
one instance of this application.
Thanks so much.
... more >>
SQL Problem
Posted by John at 11/19/2004 7:07:34 AM
Hi All
I have a small Sql problem
I have multiple users using phones to call people on
particular days
i want to be able to issue a count on the number of
concurrent calls for a particular day for a particular
hour
I.E.
Day 1 Hour 6 Count 6 calls
the fields i h... more >>
GUID Tools missing
Posted by nagen at 11/18/2004 5:54:14 PM
i'm using VS.net 2003 i found that Create GUID tools is missing from the
tools menu. How can i add it back?
... more >>
Textbox defaulting property to .TextLenght
Posted by Matt at 11/18/2004 5:51:29 PM
Hi,
Can anyone tell me why all of a sudden, any time I'm working with a textbox
object (vb.net) in code, the intellisense keeps taking me to .TextLenght
instead of .Text (which is before TextLength of course)
I know it always used to hit .Text first whenever I would type
txtObject.t(ext)... more >>
Excluding a file from VS.Net Project
Posted by Jon Maz at 11/18/2004 5:43:35 PM
Hi,
Curiosity - when you right-click on a file in the VS.Net Solution Explorer
and select "Exclude from Project", it continues to be shown in the Solution
Explorer as a sort of ghostly outline (as long as you have selected "Show
All Files"). Yet if you open up the project file (which is just X... more >>
Strange Build dependency problem.
Posted by Ken Varn at 11/18/2004 2:05:16 PM
I have a solution that contains several projects both C# and C++.
Project A and Project B are managed C++ DLL projects.
Project C is an ASP.NET C# project.
Project A references Project B, and Project B references Project A.
In addition, Project C references Project A and Project B.
For so... more >>
Can't access the System.Messaging namespace X(
Posted by Kevin at 11/18/2004 1:43:16 PM
Hi,
I'm using Visual Studio 2003 Enterprise. when i tried to use the
system.messaging namespace, it said that the namespace "Messaging" does not
exist in "System". Please help ~~
Kevin... more >>
Start a external application from windows service
Posted by Juan Manuel Alegría B. at 11/18/2004 1:02:30 PM
Hi group I have been making a windows service to execute a external
application. I use a timer control. I can execute the application but
does't appear as a windows just I see it in the windows task manager as a
local service. and I think it must appear as a normal process. Someone
knows a... more >>
BUG: Microsoft Visual Studio .NET 2003
Posted by Robin McLeod at 11/18/2004 9:39:06 AM
Open Microsoft Visual Studio .NET 2003 and create a new .cpp file. Copy and
paste the following line of code.
char *str = "This is an example string.";
Hit CTRL-R and CTRL-W to turn on View White Space.
Go to Edit -> Advanced -> Tabify
Notice that the string now looks like this
cha... more >>
Certificate authority is invalid or incorrect while copying projec
Posted by Nathan Truhan at 11/18/2004 7:01:08 AM
Hello,
I currently work at Kent State University in OH and we have our own
Certificate Authority for small intranet web sites. I added a SSL
Certificate to our main intranet web site and required 128bit SSL security to
the site. I am currently developing the site in MS DEV Studio .NET 2003,... more >>
Can VS 2005 beta coexist on same machine as VS 2003?
Posted by lanem at 11/18/2004 5:20:03 AM
I have Visual Studio 6 & Visual Studio .Net 2003 on my machine now. They
seem to peacefully coexist. Can I also add Visual Studio 2005 beta on this
machine as well?... more >>
switch between different framework version
Posted by rouqiu at 11/18/2004 5:09:03 AM
Hello,
Is it possible to compile a project in different framework verion (1.0 and
1.1)?
I developed an application with .net2003 (so it is framework 1.1), but users
only got framework1.0. Is it possible to do a recompile to make the
application work under framework1.0?
Many Thanks
-- ... more >>
Automation Server can't create object in VS.NET 2003
Posted by vignesh at 11/17/2004 11:04:03 PM
When I create new WebForm i get this Error "Automation Server can't create
object".
OS :Windows 2003 server
Platform : VS.NET with (SP 1)... more >>
Problems with XML designer
Posted by Magne Ryholt at 11/17/2004 8:14:50 PM
My schema (xsd) defines a complex type, based (extended) on another complex
type, schema validates fine.
When I use the VS.net (2003) XML designer, including targetSchema to above
mentioned schema, the designer does not give any intellisense help for
elements of the "subclassed" type mentio... more >>
|