all groups > visual studio .net ide > august 2003 > threads for august 8 - 14, 2003
Filter by week: 1 2 3 4 5
Creating New Stored Proc VS.Net 2002
Posted by NoSpam at 8/14/2003 6:11:41 PM
I'm having some problems following these instructions from the help file
under the index
stored procedures, creating
To create a new stored procedure
1.. In Server Explorer, right-click the Stored Procedures folder or any
stored procedure in that folder.
2.. Choose New Stored Procedure... more >>
Problem in starting VS.NET
Posted by Kiran at 8/14/2003 3:47:25 AM
Hi,
When I start VS.NET, It shows a IDE under 'Windows
Installer' window saying 'Preparing to install'. After a
while it closes installer window and IDE.
Perhaps this has been happening after I changed the
Default Language in Regional Settings to English from
Japanese. I'm not sure ... more >>
IDE shortcut problems
Posted by the_znail NO[at]SPAM hotmail.com at 8/14/2003 3:35:34 AM
I've got a problem with the shortcuts, for example Ctrl+F3 for finding
next selected. It simply doesn't work. If I look in the settings it's
assigned to Edit.FindNextSelected, but it doesn't work. And if I try
to assign that shortcut again, the textbox doesn't get any input and
remains blank.
... more >>
IDE Crash on Generate DataSet
Posted by Chris Dawson at 8/13/2003 5:41:25 PM
After creating a new ODBCDataAdapter with generated
Select, Insert, Update, Delete statements I attempt to
generate a dataset from the adapter. The IDE exits
without so much as a popup error window. In an attempt
to isolate the problem I created a new solution, new
project, and new compo... more >>
can't get output window to display in .net 2003
Posted by rasa at 8/13/2003 3:10:33 PM
I'm not sure what I did, but I did at one point have an
output window when I built the app, but it's gone now.
Under Tools->Options, Environment, I do have checked "show
output window when build starts" so that's not the
problem. If I select Views->Other Windows->Output nothing
happens. ... more >>
Can't debug ASP.NET on Win2K Pro SP4 / .NET 1.0
Posted by Kyle Jedrusiak at 8/13/2003 2:21:54 PM
When we try to debug we get the some what common...
Error trying to start debugging on the web server. Catastrophic failure.
.....
I have been through several different MS web pages and a Word doc on what
needs to be set up.
As fas as I can tell everything is set up correctly.
Is there... more >>
How do I return actual source code from a CodeElement?
Posted by yvesr NO[at]SPAM rogers.com at 8/13/2003 11:24:44 AM
Hi,
I am trying to write an Add-In in vb.net 2003.
I have managed to obtain a reference to the VisualStudio.DTE.
From that reference, I can get the opened Solution.
From the Solution, the Projects
From the Projects, a Project
From the Project, ProjectItems
From the ProjectItems, a Proje... more >>
Horrible support for visual inheritance
Posted by pwalessi1 NO[at]SPAM hotmail.com at 8/13/2003 8:59:51 AM
I am trying to use Visual Inheritance in a VB.Net project. It worked
great for about a week, then, all of a sudden, I get an error in the
designer view of the inherited form saying, "Object reference not set
to an instance of an object". Terrific. That means a lot. Not a single
line explaining a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem adding Web User Controls.
Posted by Chris Blanco at 8/12/2003 10:37:04 AM
When I right click on my project and select "Add New User Control...", it
will not add a control, it adds a regular WebForm. When I look at my
available options (using Add New Item...) I do not even see Web User Control
as an option. I am using the Enterprise Developer version, do I need to
upgr... more >>
Visual Studio .NET Command Prompt AddIn
Posted by Darryl Jewett at 8/11/2003 8:33:12 PM
I've started to build a command prompt winodow AddIn for Visual Studio .NET
2003 and starting to realize the significant amout of work thats required to
complete. I would like to know if anyone has either seen a product or knows
of a project underway for this kind of utility before I continue?
... more >>
EnvDTE.Project.ProjectItems returns null for Database Projects
Posted by Philip O at 8/11/2003 11:37:26 AM
Problem:
I am trying to add a ProjectItem (in this case a sql
script) to a database project from an addin. Typically I
would use the ProjectItems collection from a given
project to add the new ProjectItem. This approach works
well for VB Projects and c# Projects but fails for
Database Pro... more >>
Customizing CommandBarButton controls
Posted by Dmitry Shaporenkov at 8/11/2003 2:02:49 AM
Hi,
I'm writing an add-in and I would like to add shortcut
text to my CommandBarButton controls. Hence I have two
questions:
1) How can I get the current key bingings to my add-in
commands using Extensibility API?
2) Simple setting ShortcutText property of
CommandBarButton does not ... more >>
Bug using managed DirectX
Posted by Armin Zingler at 8/9/2003 2:23:49 AM
Hi,
first, this is not a DirectX problem, it is an IDE problem.
Steps to reproduce (VB 2003, Framework 1.1, XP Prof. SP1)
1. Create a new WindowsApplication
2. Add references to Microsoft.DirectX.dll and
Microsoft.DirectX.Direct3D.dll
3. In the form's code window add
Imports Micro... more >>
CodeElementFromPoint question
Posted by bill dawson at 8/8/2003 4:48:41 PM
i hope this newsgroup is okay for questions re VS.NET automation.
I don't really understand the second argument of
FileCodeModel.CodeElementFromPoint, the one that you use to specify the
scope/granularity of the point you pass. For example, I thought maybe if I
passed in
vsCMElement.vsCMElem... more >>
|