all groups > dotnet general > december 2006 > threads for december 1 - 7, 2006
Filter by week: 1 2 3 4 5
Menu Building Tool
Posted by AAJ at 12/7/2006 3:05:28 PM
Hi all
I am looking for a good Navigation SDK tool for ASPX 2.0.
I would like to be able to do the design graphically and easily impliement
the results in to my pages. If the designer integrates in VS2005 then even
better
Suggestions would be gratefully received on any good products out... more >>
File or assembly name or one of its dependencies was not found
Posted by ethan.schofer NO[at]SPAM gmail.com at 12/7/2006 6:10:17 AM
I am trying to create a switchboard that opens other .Net applications.
The user selectes the name of the program they want to use from a
listbox, and clicks OK and the .Net .exe opens. It works fine, but then
I tried to set it up on Terminal Services and I get this error:
File or assembly nam... more >>
.NET 2.0 Dictionary<> overhead
Posted by Eran at 12/7/2006 3:24:22 AM
Hi,
I have a huge data structure, which I previosly stored in a
Dictionary<int, MyObj>
MyObj is relatively small (2 int, 1 DateTime, 1 bool).
The dictionary I am using is quite large (25,000), and I have 500 such
dictionaries.
What I've noticed is that the total memory consumed became over... more >>
Simple problem program - opens a dos window first.
Posted by Paul Hemans at 12/6/2006 10:20:06 PM
When I run my application (built with c++ visual studio 2005) a dos box pops
up and then my form loads. When the form is closed the dos box goes away. It
has nothing in it and the title is the path and file name of the executable.
How do I get rid of it?
I think what is needed is /target:wi... more >>
I really need your help here
Posted by Chris at 12/6/2006 9:50:04 PM
Hi,
I am trying to create an invoicing project with crystal. Sometime back I
came accross an article where the author did a great job showing how to ceate
an invoice object and use the crystal report object to print them. I happen
to misplace the link. Anyone has any idea?
I tried the Goog... more >>
Cyrstal Report fail problem
Posted by Jason Huang at 12/6/2006 4:54:08 PM
Hi,
I was running my C# Windows application, when I tried to use the
CrystalReport in my application,
it gave me an error message saying I need to purchase using right from
Crystal Decisions.
Would someone help me out?
Thanks for help.
Ãþ«¬ 'CrystalDecisions.CrystalReports.Engine.OutOfL... more >>
Creating developer documentation?
Posted by Marina Levit [MVP] at 12/6/2006 4:27:21 PM
I am looking for a GUI utility that can create a CHM with documentation
and/or something that can be merged into the VS.NET help system.
NDoc for 2005 is very buggy, and there hasn't been development on it in over
half a year. The GUI gives errors at times, it can't process generics
properl... more >>
Visual Studio Icons
Posted by optictygre NO[at]SPAM adelphia.net at 12/6/2006 1:43:36 PM
Where can I find the dll or exe which contains the embedded Visual
Studio 2005 Icons that the application uses? I know that VS comes with
an icon library, but practically none of the icons which visual studio
uses are included. I was hoping I could pull them out with an icon
extractor, but I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
IAddChild and XAML serialization process ?
Posted by azerty at 12/6/2006 1:22:34 PM
Hello
I try to use xaml serializer framework to save in .xaml file my own
hierarchical graph of object.
The first step is done : I create my own file with something like this :
<Root
xmlns="clr-namespace:myNameSpace;assembly=MyAssembly">
<Structure ...>
<SimpleText ... />
</Str... more >>
Verify CSV file
Posted by dotnet at 12/6/2006 11:25:45 AM
Is there a way to validate if a CSV file is Valid in dotnet?
Any direction is appriciate it.
... more >>
Deploy and update package
Posted by marek zegarek at 12/6/2006 10:14:20 AM
Hello!
I made an installation of my Windows Service application. I attached there a
..txt file with version number etc.
But I forgot about something :/
Now I need to create second package, that will be new version. Old version
must be uninstalled or updated.
Can someone give me a clue how ... more >>
What database?
Posted by Matko at 12/6/2006 9:38:11 AM
Hello,
I need to store data in some database for my application. I need database
for easy deployment (small size), that is reliable and maybe fast.
What database is best to use in this case?
Thanks in advance,
John
... more >>
DLL returns a variant data type - how to convert and use in VB .NET
Posted by darrenbenn at 12/6/2006 7:32:04 AM
I need to convert this code to VB .NET (2003).
Dim FaxMsg As IFaxMessage
Set FaxMsg = gFC.NewMessage
Dim Recip As Variant
' add a recipient to the fax recipients collection
Set Recip = FaxMsg.Recipients.Add(0)
Recip.Name = sWho
Recip.Company = sCompany
Recip.... more >>
Release DLL from memory
Posted by JanD at 12/6/2006 3:20:00 AM
I've loaded a DLL in memory (object.createinstance). How can I unload it from
memory again? When I set the handle to nothing the DLL stays active (that is,
it's internal routines are still executing). ... more >>
Where to Store Database Connection String Info for Windows Forms Application
Posted by Merk at 12/5/2006 11:28:12 PM
I'm looking for a safe and maintainable way to store connection string info
(connecting to SQL Server 2005 from .NET 2.0 Windows Forms client app);
things like server name or IP address and database name. I need to provide
the client application with this info for connecting to both a test SQL... more >>
how to convert xml into html
Posted by Dhananjay at 12/5/2006 10:06:15 PM
hello everyone
my problem is how to convert xml into html .I am getting this xml from
a website.
i am using C#.net , asp.net (VS 2005).if u have any idea or any type of
resources which matches my requirement plz send me . its urgent.
Can you plz reply me asap.
Thanks
Dhananjay
... more >>
New to C#
Posted by Eric D. Anderson at 12/5/2006 9:10:55 PM
Well I am somewhat new to programming in c#. And I am having a hard time =
figuring out how to open up a 2nd form within my program.
Here is what I am wanting to do:=20
When I click the "about" option from the menuStrip within my program, I =
want it to open up a form that I created, and sho... more >>
writing installation program (setup) for web application
Posted by R.A.M. at 12/5/2006 4:43:36 PM
Hello,
I am learning .NET (ASP.NET, C#, etc.) and I would like to ask you a
question: how to write a installation program (setup) for ASP.NET+SQL
application.
I have little experience in programming in Windows and in web technologies.
Please answer.
Thank you very much
/RAM/
... more >>
ClientSize
Posted by Charlie Brown at 12/5/2006 3:33:14 PM
What is the relationship between Control.Size and Control.ClientSize?
Are they involved in showing scrollbars in any way?
... more >>
Dll version 2003or 2005
Posted by SalamElias at 12/5/2006 1:02:01 PM
I was handed 5 dlls, some built using VS 2003 and some VS 2005
how can I know which dl s were built with 2003 and which with 2005.
Thanks... more >>
How to disable ie7 cleartype programmatically in web application?
Posted by Residential Area Freak at 12/5/2006 11:26:00 AM
How do I disable programmatically the cleartype function in IE 7 for my web
apps?
Are there new HTML-Tags or JavaScript functions to disable cleartype in the
development?
Best regards
pP
... more >>
Setup Project/ Windows Installer
Posted by Hoop at 12/5/2006 10:31:44 AM
Hi,
I am trying to create a windows installer that will inlcude a license
agreement, one of those EULA that we see when installing apps, with an
I ACCEPT or I DECLINE choice. It wouls also install some third party
..exe's and .dlls. I have searched for some examples on how to do this
and come u... more >>
VS 2005: to SP1 Beta or not to SP1 Beta?
Posted by Pieter at 12/5/2006 10:13:35 AM
Hi,
What are the epxeriences with Visuel Studio . NET 2005 SP1 Beta? Is it
stable enough to isntall? Any positive and/or negative remarks?
Thanks a lot in advance,
Pieter
... more >>
NNTP
Posted by Marco Shaw at 12/5/2006 8:34:47 AM
Are there any built-in functions for NNTP? Might the WebClient class be
used to speak NNTP?
Marco
... more >>
Determining the reason for Dispose at the end of 'using' block
Posted by Menny at 12/5/2006 5:24:46 AM
Hi,
I'm looking for a way to determine if the 'Dispose()' function at the
end of a 'using' block, was called due to an exception.
Can anyone help?
... more >>
Windows XP Professional Security
Posted by IT Craig at 12/5/2006 5:06:16 AM
I am using GPEDIT.MSC on a local stand alone workstation, which will
later deploy into my environment. When using Group Policy, I would like
to make changed to specific accounts. i.e Admin = me, Tony=end user.
I would like to enable that My Computer icon is hidden, resulting in
access to My C... more >>
Workgroup Security
Posted by IT Craig at 12/5/2006 5:03:27 AM
Hello All. I am the Network Admin for a medium sized company, that
refuses to make impacting changes to the current Implementation. Long
storey short, up to 2 years ago, the standard was P1 100, Win95, and a
printer along side every computer. (there were approx 70) The company
took off, and ... more >>
Regex.Replace issue
Posted by Neeta at 12/4/2006 9:41:00 PM
Hi All,
I am having problem using Regex.Replace.I am trying to search all the
strings present in a .cs file and replace it with a different string .I am
doing this by searching all the code which comes under ""(double quotes).
Code for Replacement:
System.Text.RegularExpressions.Regex.Rep... more >>
HELP!!
Posted by HelpME NO[at]SPAM aol.com at 12/4/2006 6:23:46 PM
I wrote a program in Vb.Net that was running fine. However I am
unable to install it on a couple of machines. When i run it I get a
windows error message that says
My Project.exe has encountered a problem and needs to close. We are
sorry for the inconvience.
If you were in the middle of ... more >>
problem with string conversion CSharp
Posted by Irfan at 12/4/2006 5:53:22 PM
hi,
I have a fileName stored as a string as shown:
String fn = @"C:\drawing\testdrawings\test;
which gives fn = "C:\\drawing\\testdrawings\\test;
however i dont want '\' to get converted to '\\'
The reason i need to remove one of the '\' is because, i have a dataTable
where I search for... more >>
Changing DisplayNames of my properties using PropertyGrid component, how ??
Posted by Tugrul HELVACI at 12/4/2006 5:07:35 PM
I'm using Delphi 2006 and I have a class defination like this:
TPerson = class
fPersonName : String;
fPersonSurName : String;
fPersonAge : Integer;
published
property PersonName : String read fPersonName write fPersonName;
property PersonSurname : String read fPersonSurname write ... more >>
Web application architecture using 2.0
Posted by cschuman NO[at]SPAM gmail.com at 12/4/2006 3:34:38 PM
Currently there are 60+ web applications at my shop. The applications
have similar functionality just different parameters. We are about to
go through a reskinning process. I would like to create a master
application that contains all UI elements (such as parameters,
datagrids, charts, etc.).... more >>
Mater Details records in DataGridView
Posted by Job Lot at 12/4/2006 3:07:00 PM
Is it possible to show mater detail in DataGridView. If you bind DataSet with
relationship defined to DataGrid it show records in drill down manner (+ to
expand details) but DataGridView does not.
Thanks
... more >>
Newbie question
Posted by smakhijani NO[at]SPAM gmail.com at 12/4/2006 2:52:36 PM
Brand new to Windows/C# but have good J2EE experience I have multiple
projects ( Windows Forms ) each with their own namespaces that work
correctly on their own. I would now like to leverage these projects
within one project ( called MainConsole) - and I have imported the
projects using add ex... more >>
New properties of Exception descendant are not shown in snapshot viewer
Posted by Stanislaw Tristan at 12/4/2006 1:07:26 PM
Problem:
I created a custom exception that inherits from Exception and added a some
of new properties. All new properties filled in the constructors. When I
throwing this custom exception and go to the snapshot viewer the last shows
only properties of Exceptions, the new properties are not sh... more >>
PrintPreview Control
Posted by Stuart Nathan at 12/4/2006 12:30:45 PM
Can someone tell me how to remove a previously loaded PrintDocument in a
PrintPreview control, so that I can display a nedw one?
... more >>
question about asp.net and searching functionality
Posted by wieland at 12/4/2006 12:27:01 PM
Hello ,
I'm Wieland, I'm new to ASP.net and now I'm developing a web application
that "searches for MPN (manufacturing part numbers) and returns a result. For
example:
User inputs this MPN in a textbox: RN73H2BTTD1002B25 , the info for each
part of the number are described in the i... more >>
'Me' is valid only within an instance method: Which keyword to use?
Posted by Pieter at 12/4/2006 10:28:16 AM
Hi,
Using VB.NET 2005:
When you use a Me.MyFunction to a Shared Method, you het the error "'Me' is
valid only within an instance method.". Which is normal.
But: Which keyword can you use instead of the "Me" to refer to a Shared
Method in the same Class? Because without the "Me" you can't ... more >>
Problem While Installing
Posted by Deepthi at 12/4/2006 10:23:45 AM
Hai..
I have done a project which comprises of Crystal reports with C#.Net and XML
files. I have deployed that project and its running fine in my system and
when its installed in the clients system, its showing an error saying
" This Setup requires the Microsoft Visual J#.Net Redistributable... more >>
RemotingConfiguration.Configur=ADe_Fails_in_SmartClient_with_System.ArgumentException:_URI
Posted by Lambuz at 12/4/2006 6:25:45 AM
Hello everyone,
I have an applciation that uses remoting. When the application is run
via a
local copy it works. When it is run via an HTTP address
RemotingConfiguration.Configure fails. Apparently this method can not
find
the configuration file even though other parts of my application can
... more >>
Determince 'Service Pack 1' is applied for VS.NET
Posted by raghunathmnayak NO[at]SPAM gmail.com at 12/4/2006 6:19:20 AM
Hi,
How to determine 'Service Pack 1' is applied for VS.NET 2002 and
VS.NET 2003, preferably from registry?
I know that,
If HKLM\SOFTWARE\Microsoft\VisualStudio\7.0 is available, VS.NET 2002
should be installed.
If HKLM\SOFTWARE\Microsoft\VisualStudio\7.1 is available, VS.NET 2003
should... more >>
Command Line Arguments
Posted by Milan at 12/4/2006 6:05:06 AM
How do you pass in arguments from the command line to
a .Net windows app.
Senario: vb.net application should be able to execute from command
prompt by passing login and password and should be able to execute
process form (with his parameter)
User should not be able to see GUI
Milan
... more >>
Architecture Decision - Agent versus Agent Less
Posted by Jenbo at 12/4/2006 1:09:15 AM
This is a very general question I am asking as I am at the start of a
design and analysis phase of a project and I am still thinking of
exactly what way to architect the system I am constructing. Basically I
will have an engine system centralised on client's server, this will be
SQL with a manag... more >>
off topic - Videos promocionales
Posted by Oscar Leonardo Cotamo at 12/3/2006 9:49:44 PM
Primero que todo mil disculpas por postear de esta forma y romper las normas
del grupo, pero el objetivo creo qe lo amerita!
Me acaban de pedir un favor muy especial el cual es dar una pequeña
conferencia de motivacion a jovenes proximos a ingresar a la universidad que
se decidieron por la... more >>
Kindly assist
Posted by Chris at 12/3/2006 9:17:00 PM
Hi,
I am working on a small which involves a touchscreen and I need to create a
on-screen keyboard. I need some assistance with a few questions
1. For the the buttons, do I user their text as the value, that is, when the
user presses e.g "A" do I use the button text as the value to work with... more >>
Convert asp.net user control to windows app?
Posted by aaronluna NO[at]SPAM gmail.com at 12/2/2006 9:49:45 PM
Hi All,
I was wondering if it is possible to easily convert an asp.net user
control (.ascx) into an equivalent windows app. I plan on simply
duplicating the user control in a c# windows app through brute force,
but am becoming pressed for time with multiple deadlines. If there is
an easier ... more >>
From my VB 2005 express Form. Want to send EMail
Posted by Professor Yonce at 12/2/2006 6:45:00 PM
I have made form for E-Mail. I have entered code but the Import system does
not work. It has squiggly line underneath it showing it is not communicating.
It Will not build.
Public Class Form3Bio1
System.Net.Mail.SmtpClient
Imports System.Net.Mail ' This line before ' does not work.... more >>
Debugging Windows Service
Posted by Derek Hart at 12/2/2006 1:05:15 PM
As a newbie to Windows Service programming in VB.Net, I need some
clarification. I am writing a Windows Service that works with SQL Server. It
works fine as a console application, but when I run it as a service it is
having problems. I want to be able to debug it, so I placed this code in
t... more >>
1.1 app using 2.0 assemblies
Posted by MMA at 12/2/2006 9:41:00 AM
Hi All,
I am trying to run a 1.1 app using 2.0 assemblies, from what I understand I
need to host the 1.1 app in the 2.0 clr and load the 2.0 assemblies during
run time using reflection. Does any one have a link to a sample project where
this is done. Specifically on how to host the 1.1 app in... more >>
Suggest where I could get a Software License Agreement
Posted by Marco Napoli at 12/2/2006 12:54:22 AM
Can someone suggest where I could get a Software License Agreement for
software that I would like to sell?
Thank you.
--
Peace in Christ
Marco Napoli
http://www.ourlovingmother.org
... more >>
Dropdown in Formview not updating as expected
Posted by Dave E at 12/2/2006 12:00:00 AM
Hi all,
== brief version ==
using ASP 2.0, I have a ddl inside a formview. On update, if the ddl starts
as NULL, no update happens. If the ddl has a bound value that is not NULL,
then all updates happen as expected.
How do I resolve this pleeeaase??!! :-)
== detailed version ==
... more >>
How to keep checkbox state in gridview while paging?
Posted by Sophie at 12/1/2006 11:01:00 PM
Is it possible to use session by cast it to an array to keep gridview primary
key?
I have the following code in place, but it gives me error saying "Unable to
cast object of type 'System.String' to type 'System.Collections.ArrayList".
Please help...
private void StoreCheckedItems()
{... more >>
Using [IO.Path]::GetTempFileName()
Posted by Marco Shaw at 12/1/2006 8:07:18 PM
..NET novice**
How does [IO.Path]::GetTempFileName() work? I'm trying to use it to avoid
some kind of race condition, but I need to call it, and get the resulting
temp file into a variable.
Then I'll come back later to actally use that temp file name by writing,
reading, and appending t... more >>
Search a folder with .doc, .xls
Posted by SqlBeginner at 12/1/2006 7:56:00 PM
I have a physical folder which contains 'n' number of documents (*.docs),
excel sheets (*.xls), few PDF files (*.pdf). These files contains images
within these files. Now from my website (ASP.NET 1.1, C#) I want to search
through these files.
That said, I was able to think of the below tw... more >>
Posting progamatically
Posted by Chris at 12/1/2006 7:26:29 PM
I want to programatically post to a webpage rather than use
response.redirect Can anyone point me in the right direction of how to do
this?
... more >>
Disable ClickOnce "Verifying Application Requirements" window?
Posted by cj at 12/1/2006 6:38:47 PM
Hello, anyone know if there's a way to prevent the ClickOnce"Verifying
Application Requirements" window from popping up on the client when an
application is launched via a browser? I have a small windows forms app
that is launched via hyperlink, and find this window kind of annoying.
thank... more >>
merging two tables but only need the matches.
Posted by mike11d11 at 12/1/2006 3:56:01 PM
I have a dataset with a account table and another table that contains
transactions for accounts in the account table. I create a crystal
report based off an inner join query of the two tables but takes way
too long to generate. I was told if I can get them into one table that
would fix my spee... more >>
How to create thumbnail from a vedio file in asp.net???
Posted by Mahesh K. Anajni at 12/1/2006 10:51:24 AM
hi
i am working on blog where member can upload his/her video. when
member's viewed his blog it should show the thumbnail of video uploaded
by him.
so the problem is how to create a thumbnail from video file in
asp.net??????
please let me know if anyone has done this before
... more >>
Magnetic Cursor
Posted by Charlie Brown at 12/1/2006 10:37:28 AM
I have written some custom controls that can dragged around a container
control. When the controls reach the edges of the container control,
they stop moving. The mouse continues to travel beyond the border of
the control. When the mouse direction of travel changes, the control
then moves acc... more >>
Multi-Dimensional Arraylist
Posted by Greg Larsen at 12/1/2006 2:07:00 AM
How to I populate and reference multi-dimensional ArrayList.
I would like to populate an Array list with the Add method something like so:
ArrayList a = new ArrayList;
ArrayList b = new ArrayList;
a.Add = "A";
a.Add = "B";
a.Add = "C";
b.Add = a;
a.Clear();
a.Add = "x";
a.Add = 'y';
... more >>
Debug info omitted by design with Release builds
Posted by Gabriel Lozano-MorĂ¡n at 12/1/2006 12:15:39 AM
Does anybody actually know why by design the debug info will be omitted when
compiling in Release mode? You would have to manually change this in the
advanced section of the properties I know I just want to know why this is
done?
Gabriel Lozano-Morán
... more >>
what NewsGroup tools do you use?
Posted by navyliu at 12/1/2006 12:00:00 AM
I use outlook express. But I find it's not facility?
what NewsGroup tools do you use?
... more >>
|