all groups > dotnet general > november 2006 > threads for wednesday november 22
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
barking up the wrong tree?
Posted by Brian at 11/22/2006 7:37:01 PM
Thanks for your time.
I've been assigned the task of building an application that will
automatically print DWG files. The list of files to print is derived from a
text file that is periodically ftp'ed to a network drive.
My current design includes a windows service and a exe file. Th... more >>
Settings for Solution
Posted by Irfan at 11/22/2006 4:37:38 PM
hi,
Is there a way to set the settings for a solution so that all the projects
can access those settings? I have a DB Connection
which is accessed by more than one project in the solution?
Regards,
Irfan
... more >>
partial link
Posted by Eric at 11/22/2006 2:24:29 PM
Hello all,
This is a C++ linker question.
I'm trying to build an obj file, say foo.obj so that it is pre-linked
with its dependencies. However I do not want to generated an executable
right away. Some people call this "partial linking". Note that
packaging all dependent objs into a library ... more >>
Debbug problem
Posted by Max André Bündchen at 11/22/2006 2:16:39 PM
In the same solution I have a WinForm Project and a dll Project. How debug
the dll code when I call it from the winform (step into)?
... more >>
I GOT IT! - And it's strange!
Posted by Ron M. Newman at 11/22/2006 11:39:55 AM
No project compile time reference is needed to my dynamic assembly DLL...
I load an assembly DLL dynamically with a complex path. the assembly DLL is
NOT in the exutable folder.
I submit the fully qualified name to to the property grid (custom editor
etc.) and it FAILS.
How do I fix that? I... more >>
Crystal Reports in VS 2005
Posted by Charlie Brown at 11/22/2006 10:45:04 AM
The following code is what I have been using in .net 1.1 for years.
Now upgrading to .net2.0 and Crystal reports for vs2005, it no longer
works, although as far as i can tell it is still supported. The error
I receive tells me that I did not provide @Location parameter with a
value. Also to no... more >>
Access to path denied
Posted by Cheryl Yaeger at 11/22/2006 10:30:37 AM
Hi All,
I wrote a program several months ago that, among other things, saves copies
of files from one directory to another. It used to work fine, now I keep
getting exceptions indicating that access to the path where the files are
being copied from is denied. I have changed the directory an... more >>
How to Copy/Paste to clipboard ??
Posted by serge calderara at 11/22/2006 6:11:02 AM
Dear all,
I have an treeview control with different node object, I would like to
implement the Copy/Paste function of an object . For that I am using the
folowing function to copy teh object to clipboard :
====>
Private Sub CopyToClipboard(ByVal Obj As PluginApp.PlugInReport)
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Exception handling, Retry, Resume Next
Posted by Adil Akram at 11/22/2006 3:11:01 AM
There are situations where you want to retry/rerun the same code again (if
user wants) for unlimited times for a particular exception thrown. For
example in situations like there's no CD in the drive or some file is locked
by another process you want to display message dialog to user with "Ret... more >>
Images blank in IE7
Posted by gp_mk at 11/22/2006 2:27:01 AM
I have an ASP.NET web app that has been working fine for a couple of years
under IE6. I have just tried upgrading to IE7 but some of my image controls
are appearing as blank - specifically the ones containing ABSOLUTE image URLs
to the client machine.
Has anyone else encountered this proble... more >>
How can I get data from computer in my LAN
Posted by Vasil Ivanov at 11/22/2006 1:41:01 AM
I want to get data from location: \\server\c$\temp. But naturally acces is
denied since the directory is not shared for everyone.
How can I get the data I want by supplying username and password?... more >>
|