all groups > visual studio .net general > july 2005
Filter by week: 1 2 3 4 5
Need help replacing user object at runtime
Posted by Bob Chauvin ( Paix dehors ) at 7/30/2005 2:30:09 PM
I have a user object placed on a form and want to replace it at runtime.
Each version of the object being replaced is a page in a wizard process...
I didn't want to load all objects then to show/hide for memory
considerations.
--
PB10.2
Thank you,
R.Chauvin
... more >>
Setup project conditionally install a file?
Posted by nickname at 7/30/2005 5:04:01 AM
I have created a setup project and want to conditionally install a file,
depending on whether a registry key exists. How can I do this? I have added a
registry key search and have tried setting the condition property on the
file, but cannot get it to work. Any ideas?... more >>
How to add SelfRegModules Action in Visual Studio Setup Project
Posted by Vinay Agarwal at 7/29/2005 10:06:07 AM
Hello,
In creating redistributable setup for an ink enabled application, the
documentation states:
Note: You must add SelfRegModules Action and SelfUnregModules Action
actions to the installation sequence. The MsiPublishAssemblies Action and
MsiUnpublishAssemblies Action actions rece... more >>
Error message
Posted by Dave Hodgkins at 7/29/2005 8:09:05 AM
Please help.
I am working with (inherited) a VB.Net desktop app that has an Excel
spreadsheet control embedded (AxOWC11) on one form. Whenever that form is
loaded and then unloaded, the memory is not released. When the memory gets to
about 265,000 k on my computer running in debug mode (soo... more >>
HOWTO Make VS.NET not auto insert ID attribute in HTML
Posted by ATS at 7/29/2005 6:25:08 AM
HOWTO Make VS.NET not auto insert ID attribute in HTML.
Please help,
I'm using VS.NET 2003 to edit HTML files, and no matter what I do in the
Tools-Options-Text Editor-HTML/XML or any other "Tools-Options-Text Editor"
feature, the editor ALWAYS adds "ID" attributes to my HTML elements, eve... more >>
Hard closing Socket cannot be detected
Posted by Alper AKCAYOZ at 7/29/2005 5:35:05 AM
Hello Developers,
I have developed Server and Client applications that are communicating by
TCP/IP sockets. My application is developed on Visual C++ .NET Standard v2003
Windows Forms. When one of the program is closed unintensionally, other is
automatically trying to re-connect. But, wheneve... more >>
Reverse 'Goto Definition'..
Posted by Teknoman at 7/29/2005 5:05:02 AM
Hi,
Does anybody know of tools that search for usages of definitions?
For example, you could select 'find usages' from a context menu on
Class ...
public void method
^
...and it would show a list of where Class.method is being used across a
solution. A simple 'search' doesnt work b... more >>
Dropdownlist SelectedIndexChanged event not being fired (ASP.Net)
Posted by ASP.Net Event not firing at 7/29/2005 3:29:03 AM
Hi,
I have a simple form with a button, a dropdownlist and a label. If I press
the button, the collection in the dropdown list is populated. I would like to
be able to select an item from the list and then for the text of the label to
change. However,the SelectedIndexChanged event just is no... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Outlook Send Mail
Posted by Randy Whitehead at 7/29/2005 12:00:00 AM
How do I go about signing my DLL so that users don't get the security popup
from Outlook?
Thanks in advance,
Randy
... more >>
compiling app without NET Framework
Posted by jaLe at 7/28/2005 12:34:35 AM
I have small app with jost few commands which are using
My.Computer.Network.DownloadFile, so ut's using .NET Framework.
Is there a way to compile that application so it doesn't need .NET
Framework to installed on user computers.
Which references should I check to have application without setup... more >>
Need to make a CheckAll Button
Posted by Lee ALICEngineer at 7/27/2005 1:33:08 PM
I have a software tool that has 15 check boxes. I'm trying to add a CheckAll
and a ClearAll button that will check all the boxes and uncheck all the boxes.
I've tried the several ways of coding it such as:
((CButton *)GetDlgItem(IDC_CHECKALL))->SetCheck(TRUE);
This works in the older micro... more >>
HTTPWebRequest Connection closed
Posted by wendld at 7/27/2005 9:06:14 AM
I am trying to post some information using the httpwebrequest object. I am
getting an error of "The underlying connection was closed: The request was
canceled." evertime I close the stream writer. I have already set the
keepalive property to false and even tried changing the protocal version t... more >>
VS.NET and special diacritic characters in html
Posted by JanAdam at 7/26/2005 10:18:01 PM
I am trying to create an html document in Polish using VS.NET.
When using Polish special diacritic characters I am inserting their
hexadecimal codes, e.g., ą for an ‘a with ogonek’. However, when saving the
document or switching between Design and HTLM views, the VS substitutes my
cod... more >>
Where does VS.NET store the Task List?
Posted by uniquelikeu at 7/26/2005 4:17:53 PM
Hello.
Does anyone know where VS.NET stores the task data that is displayed in
the "Task List"? I would like to be able to accessing this data
directly so that I can try to integrate the VS.NET task list with a
Sharepoint task list.
Thanks for any insight!
... more >>
report created using crystal report for .net does not run onserver
Posted by royalcyber at 7/26/2005 1:29:02 PM
I have written a simple test report using crystal report for visual studio.net
than I copied the project on my server(windows 2003) and created a virtual
directory crtest
http://66.98.188.240/crtest/Report.aspx
do i need to copy any additional CR components
crystal report is not in... more >>
Template in C# VS2005
Posted by Marty at 7/25/2005 12:06:56 PM
Hi,
I installed the beta release of VS.NET 2005. I created a C# project and
I was looking forward to have Hashtable that allow to have at least a
base type for key/value pair. But it seem to be objects as the input type.
Is it still objects? How could we set a specific type to avoid to c... more >>
Creating Webproject via http fails!
Posted by MarkusPoehler at 7/25/2005 5:24:04 AM
I want to create a new .NET Webproject in the plece an older ASP App is
running today. I want to upgrade it, so I want to create a new one and
reimport the older ASP Files there so it still works, but I can use .NET
functionality and aspx Files.
But creating a new project on server via htt... more >>
Problem with debugger VS.NET 2002
Posted by Dave at 7/24/2005 2:14:41 PM
Hello,
I'm using the first version of VS.NET with SP1. For some reason,
whenever I try to run a project VS.NET will compile the project, but
gives an error about the debugger not being installed properly. I've
tried repairing the installation of VS.NET. I've also tried completely
unins... more >>
Removing list of deleted projects from Start Page
Posted by Ross at 7/22/2005 1:55:01 PM
Hi folks
When I start VS.NET the start page displays a list of recent projects.
However, some of those projects no longer exist, so I would like to remove
those Projects from the list that appears.
How do I do it?
I am sure that somebody can help.
Kind regards
Ross Petersen... more >>
Advantages of VS.NET for ASP.NET
Posted by gogaz NO[at]SPAM rediffmail.com at 7/22/2005 9:45:07 AM
Hello friends,
I am new to this VS.NET but have got good exp in ASP.
Till last year i was using asp to develop websites and then i decided
to use asp.net
i started with webmatrix and got adapted to the coding style of using
subs and functions on top of the page with html at bottom. so all the... more >>
VS2005 Express Install Question
Posted by Bola at 7/22/2005 8:19:07 AM
I've downloaded and installed VS2005 Express Beta 2 C# and it works fine.
However, my friend want's to install this too, but he doesn't have fast
internet connection to download it and install. So, my question is: is there
a way I can find this install file(49MB) and burn it on CD ? Where is t... more >>
DataGrid Header Cuttoff Problem in Windows XP
Posted by Jitender Khanna at 7/20/2005 5:10:04 AM
When the header text of DataGrid is Right aligned ,then the last few
pixels of the header text is clipped off.I tried padding the text with
a space or two but this seems to be trimmed before the text is
rendered.
This problem is detected in windows XP.But when the same code is run on
Window... more >>
visual studio 2005 database modeller?
Posted by Andrew Clancy at 7/19/2005 11:42:19 PM
hi,
does visual studio 2005 have a database modeller, with reverse engineering
and generating, like visio & vs2k3 enterprise architect?
if so, anyone got any resources on how to find/use it?
cheers,
andy
ps. anyone know anything about it's ORM features/ how it compares to
LLBLGen? t... more >>
How to make VS Basic to use defult proxy when downloading
Posted by jaLe at 7/19/2005 11:25:56 PM
I can't access internet from VS Basic.NET. In my Internet explorer
settings there is proxy setup for every protocol we use (HTTP, FTP
etc.) But when I start downloading files from code I got following
error
(407) Proxy error or something like this
I found this:
"The .NET Framework does n... more >>
Memory requirements for VS.NET 2005?
Posted by Jaime Stuardo at 7/19/2005 8:31:13 AM
Hi all..
I installed VS.NET 2005 in my PC with 256 MB of RAM and a 2.8 GHz Pentium IV
processor but it is extremely slow.
What hadware requirements do I need to have?
Thanks
Jaime... more >>
Visual Studio .NET 2005 Beta 2 acts weird
Posted by jarod1701 NO[at]SPAM gmx.de at 7/19/2005 6:10:24 AM
Hi,
i recently installed Visual Studio .NET 2005 Beta 2 on my XPsp2
machine.
The installation finished without any problems.
The problem is that I can't use it at all. When I try to create a new
project (regardless of the project type) it always gives me a
messagebox saying "Absolute path i... more >>
How to modify menus in Personal Website Starter Kit
Posted by Tom Allen at 7/18/2005 1:45:01 PM
I created a new web site using the VS Beta2 Personal Website Starter Kit
template.
When I try to modify the Menu component to show multiple levels I get blank
menu items that don't work. I set the foreground colors for dynamic menus
but I always get "white-on-white" text and no links in the ... more >>
VS 2005 Beta2 command line build
Posted by Gene Chang at 7/18/2005 12:51:21 PM
I am upgrading from VS6/eVC and have a custom auto-build script that I
run. I just downloaded VS2005 B2 and am trying out the command line
build options. I got the build to work properly using devenv
/rebuild. I did notice that devenv returns right away and spawns
other processes to do the bu... more >>
.Net Unhandled Exception
Posted by Mark at 7/18/2005 12:21:02 PM
One of my clients when she starts my app, immediately gets an error:
Application has generated an exception that could not be handled. Process
id=0xffebb4a5 (01330011). Thread id=0xffe48c8d (-1799027).
Is there any way I can figure out what the error is and what is causing the
problem? D... more >>
Application to manage a software life cycle...
Posted by AlexCode at 7/17/2005 3:02:00 PM
Hi!
I kept searching and got no real help...
So I decided to start structuring my one of my own.
Now here's the deal
I make the software and you guys give me your knowledge on the matter.
Everything you have and know about the applications life cycle (thoughts, knowledge gain over time, s... more >>
Upgrading Visual Studio.net
Posted by Ian St. John at 7/16/2005 11:41:06 PM
Hi,
Visual Studio.net is a big package. I'd like to upgrade to a newer version.
Should I follow the general practice and uninstall an older version before
installing a newer version?
Ian St. John
... more >>
Datagrid checkbox column is not allowing modification. ReadOnly property stuck.
Posted by Bob Chauvin ( Paix dehors ) at 7/16/2005 11:24:34 AM
My SQL is defined like this,
select 0 AS ccheckbox, col1, col2
from mytable
where pkey=@keyvalue
I have mapped the col in the vs dataset to boolean, and when I create a
grid, it creates a checkbox, which is what I want.
My true value is 1, false value 0. When I change the Readonly to F... more >>
gacutil in post build event: return code 9009
Posted by David at 7/16/2005 10:15:02 AM
If I call:
gacutil /if <assemblyname.dll>
from the command line, it reports "assembly successfully added to the cache."
But if I put the same line in a post-build event in vs2005 beta2, the post
build event fails and returns error code 9009. I googled and msdn'ed gacutil
9009 and found ... more >>
MSDN documentation for VS no longer working
Posted by Roland Ziegler at 7/16/2005 12:00:00 AM
Hi,
all of a sudden MSDN documentation for both VS2003 and VS2005 beta 2
seems to be on strike on my machine.
Opening many topics in VS2003, particularly .Net Framework class doc,
which usually display a language filter on top of the page, result in
"Library not registered" messages. Man... more >>
HELP, My datagrid is empty...
Posted by Bob Chauvin ( Paix dehors ) at 7/15/2005 12:11:40 PM
I created a form w/ a datagrid, and when I try to populate the dg in code,
the datasource assigned to the dg shows rows, but the dg doesn't display
them.
This VS2005, but probably not specific, I hope...
Here's the related code:
'***dg create code
Me.dg_Client_Matters = New S... more >>
conditional GUI design
Posted by Stephan Steiner at 7/15/2005 10:45:24 AM
Hi
I have an application that uses compiler flags to include or not include
certain options, which may or may not be GUI elements.
Since Visual Studio doesn't like people messing around in the
InitializeComponent method, even if it's just a adding a few #if and #endif
directives, and ten... more >>
Unable to Add DB Connection in VS 2003 after upgrade to Windows XP
Posted by DaveVB at 7/14/2005 1:57:57 PM
I finally took the plunge and upgraded to SP2 for Windows XP.
All seemed to go well until I tried to add and OleDBAdapter/DBConnection in
the designer of VS 2003. The wizard opens as usual, and I can select any of
the DB connections that were previously defined.
However, if I click on t... more >>
Turn off watch tooltips while debugging
Posted by Notre Poubelle at 7/14/2005 11:46:02 AM
Is there a way to turn off the tooltip-like watch windows that appear when
you mouse over a variable when debugging a programming in VS 2005?
... more >>
120 Dpi (Large Fonts) Issue
Posted by Mark at 7/14/2005 8:10:03 AM
When one of my clients has their font settings in display options set to 120
dpi (Large Fonts) compared to the standard 96 dpi, everything gets adjusted
with the pixel sizes I use for my .Net App. Ends up that a minimum window
size of 575 pixels goes off the screen when the resolution is set ... more >>
When referenced clas libraries change
Posted by Rof at 7/14/2005 6:35:02 AM
When a user-written class library changes, is it possible for a project to
recognise this without dropping and re-adding the reference?
Sorry if this is a no-brainer, but as sole developer in a small company,
it's not arisen before.
Cheers,
Rof... more >>
Searching in code behind
Posted by tascienu NO[at]SPAM ecoaches.com at 7/14/2005 12:24:32 AM
When i am using the find function in VS.NET, I select to find an
occurence in files: *.*
it only find occurences in .aspx, but my code behind, .aspx.vb is not
searched... How can i tell VS.NET to search my code behind page also...
I have to abandon vs.net search capability and create my own ... more >>
Hide/Show Functions Code?
Posted by Shapper at 7/14/2005 12:00:00 AM
Hello,
In Visual Studio every function in a VB or C file have a "+" sign on its
start so i can make the code in it visible or invisible.
By default, when i open an script file all function have their code
visible. How can i make the code to be invisible by default?
Thanks,
Miguel
... more >>
Error Installing Team Foundation Server Beta 2
Posted by Ron at 7/13/2005 4:27:06 PM
I am getting the following error message when trying to install Team
Foundation Server Beta 2:
"Sharepoint Web Server Extensions is not compatible with Visual Studio Team
Foundation or is not installed"
I have not been able to find any documentation on this error. Please
Advise.
Thanks,... more >>
Question for anyone who writes for other countries.
Posted by Paul at 7/13/2005 11:16:10 AM
I've got a program that needs to access files such as .csv files, and it runs
in both english and portuguese, but in Brasil the translation would make the
acronym vsc instead of csv, so does the name of the file extension change
with the wording?
(this question is for all file extensions, no... more >>
Error when creating a new dataset in Visual Studio 2005 B2
Posted by Bob Chauvin ( Paix dehors ) at 7/13/2005 11:16:09 AM
When creating a new dataset:
"An error occured while creating the new dataset
Could not get type information for 'Myapp.MJ_EnterpriseDataSet'"
The code is generated, but does not display in the Data Source list.
The Code generated has errors:
'Convert' is not a member of 'String'
'DBNull... more >>
VS.NET Plugin - Outlining
Posted by Adam Clauss at 7/13/2005 10:39:41 AM
I am interested in writing a plugin that deals partly with the outlining
Visual Studio performs by default (regions, classes, methods, comments,
etc).
I've created a plugin in C#, but I cannot seem to find any way of accessing
this feature of the IDE. What objects/methods should I be looki... more >>
Visual Studio 2005 Smart Device Develoment
Posted by Dodo Cibelli at 7/13/2005 12:34:02 AM
I'have installed Visual studio 2005 and I have try to port some applicatios
that I have written on 2003
They build but I cannot connect to the device emulator.
The emilator run correctly but when Visual Studio ( The device manager )
tries to connect i receive the error.
The problem is may... more >>
Submitting an HTML form in ASP.NET
Posted by Chuck at 7/12/2005 6:24:01 PM
I'm using Visual Studio to create an ASP.NET application. I'm getting a
strange result when submitting a traditional HTML form (ie not a Web form) to
an ASPX page. My purpose is to be able to submit some form data to a
different page other than the page that I originate from (ie not a post bac... more >>
Difference between different referencing methods
Posted by jw56578 NO[at]SPAM gmail.com at 7/12/2005 11:51:53 AM
What is the difference in vs.net when you add a reference to a project
by the 3 methods, .NET, COM or projects.
thanks
... more >>
FreeFile()
Posted by Paul at 7/12/2005 10:38:03 AM
What does the FreeFile() function do? A program I didn't write uses it alot
to return an integer, but I can't find the function declared anywhere and my
vb.net books aren't helping.
Please inform this poor, ignorante wanna be programmer.... more >>
|