|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Transform result into XmlDocument or XmlDataDocument
KemperR -
27 May 2006 10:21 PM - 4 messages
Dear Experts, I'm relatively new to asp.net 2.0 and need some help on a very easy thing. I would like to store the result of the transformation in an object for further processing. But it seems that the Transform method can not do this. ...
Assembly References - User Compiled
Quin -
27 May 2006 9:47 PM - 1 message
Greetings, I am compiling a class with the CSharpCodeProvider, then compiling a class which uses it, having troubles with the Method.Invoke. CLASSS1: using System; namespace MySpace { public class MyClass { public long MyProperty { get { return 999; } set {} ...
Type.GetFields change from 1.1 to 2.0
Kevin Burton -
27 May 2006 6:53 PM - 3 messages
I have some code that worked fine with .NET 1.1 but something has changed in 2.0 that I don't see documented. I have the line: foreach (FieldInfo field in type.GetFields()) ...
Readonly property
vze1r2ht -
27 May 2006 1:33 PM - 2 messages
Is there a way in C# for a property to be Write-enabled from a certain class and readonly from outside classes? For an example, I have two objects User and UserManager. I want certain properties that should be readonly be set by the ...
Enterprise Library Exception Handling Application Block - adding context to exceptions
clintonb -
26 May 2006 10:12 PM - 4 messages
When using the Enterprise Library Excption Handling Application block, how can I pass extra contextual information to the Exception Handling block so I can make more user-friendly exceptions. Here is an example where I'd like to add contextual info. I have a 3rd ...
optional features for application?
Stephan Zaubzer -
26 May 2006 9:21 PM - 4 messages
Hi I am currently developing an application in C# which is basically a frontend for a database in a small company but also provides additional features like interaction with MS Outlook and Adobe Indesign via COM Interop Assemblies. Since Outlook 2003 is installed on every single ...
How to display Summary in object browser
hulinning -
26 May 2006 8:01 PM - 4 messages
Hi all, I would like to dipslay additional information to my classes in my library like MS object in the object browser. Is there a way to do this? Thanks a lot ...
LCE question
MikeL -
26 May 2006 7:21 PM - 3 messages
When a publisher invokes the methods of an event class (fires an event) is it a synchronous call or an asynchronous call? I want my publisher to fire-and-forget the event. Thanks in advance, Mike ...
Viewstate
vze1r2ht -
26 May 2006 6:34 PM - 2 messages
If I'm building a schedule like log that contains lots of input fields...is it better to enable the viewstate? It's about 50 fields. Will enabling viewstate allow me to not hit the DB again on POSTBACK? ...
Regex.Replace to format a phone number...
Mike Edgewood -
26 May 2006 5:47 PM - 4 messages
One of our most frequently encountered errors in number entry is an extra digit at the end that doesn't belong. Looking for a Regex.Replace to go in my DataGridView.CellFormatting. Regex.Replace(inputStr, _ ".*?(\d{3}).*?(\d{3}).*?(\d{4}).*?", "($1) $2-$3)") ...
Implementing a DataGridView numeric only column
Greg -
26 May 2006 5:25 PM - 3 messages
I'm new to the datagridview control, and am left wondering how one goes about restricting input to numeric only. Is it possible to trap key presses at the cell level, and in the relevant columns, ignore them if non-numeric? ...
VB.NET events creates a hidden delegate, but how do I access it?
sam.m.gardiner -
26 May 2006 4:46 PM - 3 messages
I'm working with VB.NET events and I want a way to disconnect all the handlers of an event. I want to do this in the object that is the source of the event. This is slightly tricky in VB.Net as the eventing ...
What version of Visual Studio?
Alderik -
26 May 2006 4:43 PM - 11 messages
Because of a previous developer hard-coding IP addresses into an application I'm now looking at having to recompile this application. I know that the application was written a long time ago, using Microsoft Visual Studio. My question is: How to find out what version of MS Visual Studio was ...
Please make it stop!
William Sullivan -
26 May 2006 2:26 PM - 3 messages
My event log is getting thrashed by the following error event: Event Type: Error Event Source: .NET Runtime Event Category: None Event ID: 1022 Date: 5/26/2006 ...
Intermittent problem - with IIS or dotnet or?
Blasting Cap -
26 May 2006 2:18 PM - 3 messages
We have a production web server with several dotnet apps open to the public. It's Windows 2003, all current service packs, Dotnet Framework 1.1 on the server. Occasionally, we have found one page a .aspx page - had the form tags ...
Invoking a setup / deployment project via the command line?
Wade -
26 May 2006 1:20 PM - 3 messages
Hey all, I have a setup / deployment project that is used to create builds for my web project. I can very easily invoke this manually, in the IDE, to get the packaged MSI file. However, I would like to be able to invoke the packaging of this MSI file ...
Need help adding reference to Microsoft.Office.Core
Michael Russell -
26 May 2006 12:41 PM - 2 messages
Hi all, Using C#, I've created a simple wrapper class for using Excel. I have Office Pro 2003 installed on my devel machine. The wrapper class works great, reading and writing to/from Excel. To do this, I created a ...
type '' is not defined
Lew Burrus -
26 May 2006 12:37 PM - 2 messages
I am relatively new to advanced concepts in OOP, though I am fairly comfortable working in .Net. Have recently taken a 1.1 project into VS2005, and came across a show-stopper of an error. When I create a variable of ...
Team Server w/o domain
JBoeker -
25 May 2006 7:15 PM - 3 messages
I'm using the Team Foundation Server Workgroup Edition with the server being part of a workgroup (i.e. not a domain). When I use the Team Explorer on the server machine on the project I created I can see Team ...
Classic ASP pages and DOTNET assemblies
J055 -
25 May 2006 5:54 PM - 4 messages
Hi Is it possible to create a COM wrapper around a DOTNET DLL so that it can be accessed from a .asp web page? e.g. Set wrappedDotNetObj = Server.CreateObject("DOTNET.MyObject") It's not practical at the moment to convert old asp pages to aspx one's but ...
Having trouble comparing types...
Mike Edgewood -
25 May 2006 4:20 PM - 4 messages
I want to compare types in a case statement. ie. Select Case dr(i).GetType Case System.Double ' Double action here Case System.Date ' Date Action Here End Case If dr(i).GetType is GetType(System.Double) Then... ...
windows service restart
Sergey Krutous -
25 May 2006 3:56 PM - 1 message
Can you please help me to resolve the following issue: I developed a windows service. At start up (I have overriden OnStart method) it connects to a web service and if the connection fails the windows service sets ExitCode property to non-zero value (55) and calls Stop method. ...
.net 2.0 only error "Ticks must be between DateTime.MinValue.Ticks"
John H -
25 May 2006 3:46 PM - 3 messages
Hi Get this error "Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks" on a web site we built on Visual Studio 2003 ( .net 1.1) but deploying to .net 2.0. It runs ok on .net 1.1 ...
updating InitializeComponent()
Alex -
25 May 2006 3:21 PM - 2 messages
I have a user control that raises an event in the hosting page. I setup the control and wired up the event in InitializeComponent(), and everything is working fine, that is until VS re-creates InitializeComponent() when I add or ...
installing .Net Framework on servers
tstevenson@assemblyvision.com -
25 May 2006 2:19 PM - 6 messages
I have a customer who's IT department is hesitant to install .Net Framework on their servers. The customer is already running the application locally (the local computers have the Framework installed). Are there documents available that I can provide IT departments to ...
Modeling tool to use with VS.NET 2005?
la.rodriguezcastro -
25 May 2006 11:45 AM - 11 messages
Hi, I'm starting a new project in VS.NET 2005 and I've found that Rational XDE is not working with VS.NET 2005. I think XDE is a very good UML desing tool, but I think IBM is droping it's VS.NET 2005. ...
Type Mismatch Error in showModalDialog Parameter
sarithsutha -
25 May 2006 10:00 AM - 2 messages
Hi, The showModalDialog() function allows you to pass a value into the dialog window. If the method is called from .net managed code and a variable is passed to it, as opposed to a literal value like "hello", accessing the dialogArguments property of the window object from within ...
how is aspx works in vs 2005
krishjaya -
25 May 2006 9:17 AM - 3 messages
Hi, can u tell me how is that aspx works on vs 2005. what is defferance between asp and aspx thanx k ...
2.0: generating documentation for ///
R.A.M. -
25 May 2006 8:09 AM - 2 messages
Hello, I am learning .NET 2.0. I need to learn how to create documentation from /// comments. I downloaded sample project XMLsample from Web and I generated XML documentation XMLsample.xml: <?xml version="1.0"?> <doc> ...
Newcomer: why are TWO versions needed?
Terry Pinnell -
25 May 2006 7:43 AM - 5 messages
Oh no! last night I decided to bite the bullet and install the vast Microsoft .NET Framework 2.0 which is unfortunately needed for what seems a relatively simple, free program called VOB2MPG, Took me ages, but by the early hours I had it working and went to bed. ...
Framework installation from ClickOnce setup
Emanuele Ornella -
25 May 2006 6:26 AM - 3 messages
I discoverd that in a ClickOnce installation the framework is automatically downloaded from the internet. Is there any way to specify a local area network folder for a local installation instead? Thanks for the help. ema ...
Networkstream.write does not throw IOException
Carla -
25 May 2006 5:22 AM - 10 messages
Hello All, I found similar questions but no answers., please advise - I use a TCPClient for sending data to a TCPServer. The client opens a connection using the TCPClient class & sending using the Networkstream class's write method. The server was written in c. ...
Windows Installer Framework 2
Robert -
25 May 2006 5:12 AM - 3 messages
Rencently we rolled out FW2 and now the Windows Installer no longer functions. It gives fictitious error about being in Safe Mode. I have try reinstalling the Windows Installer, reregistring it, but with no joy. Any clues Cheers ...
side-by-side assemblies in single running application
bobcat -
25 May 2006 1:18 AM - 2 messages
I'm new to side-by-side assemblies, and was unable to find any reference as to whether a single running application can access multiple versions of a class. For example, can I read a serialized object into an old version, and use it to instantiate a new version ...
fill two droplist
Frank Dulk -
25 May 2006 12:46 AM - 21 messages
As I do to fill out two droplist of different tables in the event open of the webforms. I get to fill out one, but when I try two says that cannot open another connection. ...
Strange Error when seeking Collection.Count
Jav -
24 May 2006 10:53 PM - 4 messages
At Design time, whenever I look for a value (In intellisense or in the Watch window) for .Count of any of my generic based collections, I see the following: {"The generic type 'System.Collections.ObjectModel.Collection`1' was used with the wrong number of generic arguments in assembly 'mscorlib, ...
Manipulating a .rc file
Patanish -
24 May 2006 9:08 PM - 3 messages
Hi all, I am trying to manipulate the unicode strings in a .rc file programatically. For example, if I want to read the .rc file, and then read the strings and then manipulate them and save it back (in same or another .rc file) ...
Switching to the UI Thread
Steve -
24 May 2006 6:47 PM - 4 messages
Hi, I'm customizing a COM app with .NET and my function is being called on a worker thread. I'd like to show a dialog on the UI thread, is there a way for me to find the UI thread and execute my code on it (new form...)? ...
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure t
Dhruba Bandopadhyay -
24 May 2006 5:22 PM - 2 messages
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. The above message is what I get in my ASP.NET 2.0 page. I have debugging ...
How to implement interface in Managed class ???
hulinning -
24 May 2006 5:21 PM - 1 message
Hi all, I try the following code to implement an interface as shown below: I wonder why I do not have a compiler error since I should implement the ICoolant interface 2 pure virtual functions (implicitly define by __interface). public __gc __interface ICoolant ...
Using Third Party .Net Component From ASP
AndyB -
24 May 2006 5:19 PM - 2 messages
I have a third party component I've used in ASP.NET applications and now have a need to use in a classic ASP website. I don't have the source code for the component. Is it possible to do this? As I understand I need to apply a "Com ...
Loading assemblies by name
Ludwig Wittgenstein -
24 May 2006 4:46 PM - 5 messages
Hello, all. I was wondering what is the right way to load an assembly programmatiacally by name. For example, if it's Company.Library. Is there a way in C# where I can load that into an Assembly object if I ...
Counting the calls INTO my component?
Robert Hooker -
24 May 2006 3:56 PM - 4 messages
I have this class, with 3 public methods: MyAssembly.DLL public MyClass { public void Method1() {;} public void Method2() {;} public void Method3() {;} private void DetectCalls() { //See question below ...
create properties at runtime?
joe -
24 May 2006 10:04 AM - 4 messages
Hi, I want to create some sort of engine, that would read some keys from an xml document and for each key to create a property for the engine; Because I want to use one single class with several xml files, I thought of ...
ASP, VBSCRIPT
SAM -
24 May 2006 9:28 AM - 2 messages
HAI ALL I AM A STUDENT AND NEW TO WEB DEVELOPMENT I AM TRYING TO CREATE A WEB SITE IT REQUIRES STORING & ACCESSING ARRAY IN SEESION. WHILE RETREIVING ARRAY FROM THE SESSION AND USING IT I GET "SCRIPT OUT OF RANGE" ERROR. ...
Server Application Unavailable
Aryan -
24 May 2006 4:03 AM - 4 messages
Hi Everybody, I am facing "Server Application Unavailable" problem with .NET Framework 2.0 Earlier Framework was working fine, but one fine day it stopped working for particular application. Where as other application running under framework 2.0 is working fine, since they are using local port to run ...
Specific Message Sinks to target specific Remote Objects
The Wah -
24 May 2006 3:52 AM - 1 message
Hi, I am currently writing a custom sink in order to send application-level objects to my middle-tier without having to send this information as method parameters. It works fine, great! The problem is that all middle-tiers used by my client will receive ...
Is it possible to use regular expressions inside of an xpath statement executed by System.Xml.XmlDoc
Daniel -
24 May 2006 12:43 AM - 1 message
Is it possible to use regular expressions inside of an xpath statement executed by System.Xml.XmlDocument.SelectSingleNode() ? string sdoc = "<foo><bar a='1'/><bar a='2'/></foo>"; System.Xml.XmlDocument pdoc = new System.Xml.XmlDocument(); ...
Register for COM not working
Steve Lloyd -
23 May 2006 10:45 PM - 4 messages
Hi, I am creating an Addin for Excel and it has been working fine until now and all of a sudden things went a bit perculiar and now everything is set to create COM visibility but the .tlb does not get created. ...
possible/practical to remove dotnet 1.1 when installing 2.0
keithb -
23 May 2006 10:39 PM - 2 messages
As a measure to conserve disk space, is it possible/practical to remove dotnet 1.1 when installing 2.0? (This is a Windows 2000 Server installation running IIS 5.0, if that makes any difference) Thanks, Keith ...
AppDomain Question--Second Request
John Wright -
23 May 2006 9:33 PM - 1 message
I have the following code that creates a new appDomain and loads an exe using reflection. The problem I have is the exe file I pass in is still locked by the application. I have showcopyfiles = "true" and specified the ...
SynchronizationContext - Purpose?
Leslie Sanford -
23 May 2006 6:38 PM - 2 messages
Hi, I'm trying to wrap my mind around the new SynchronizationContext class. I have an idea what it's for but would appreciate anyone clueing me in. My guess is that it's a kind of generalized version of the ...
SignedXml class incompatibility?
Ash -
23 May 2006 5:14 PM - 1 message
Hi, i was reading a lot of articles on the net and found some stuff about .Net 1.1 SignedXml class having problems with the .Net 2.0 verison? I am signing xml in .net 2.0 and passing it to an application (which is a ...
Problem with version 2.0 and 1.1 of Framework and changing Form height
Carol -
23 May 2006 4:00 PM - 1 message
I have an WinForms application where Form1 is displayed, the user clicks on a button, and Form2 is displayed. Based on certain options, the program may changed the height and width of Form2 before it is displayed. Controls on Form2 are on a panel which is dockstyle=fill, ...
mp3 support?
dee -
23 May 2006 3:46 PM - 3 messages
Hi Is there support for playing mp3 in dotnet? Thanks dee ...
TreeView duplicating nodes and also blowing up IE
Kristopher Wragg -
23 May 2006 3:01 PM - 3 messages
I'm having some serious problems with the TreeView control. I've got a control that inherits TreeView and has some methods that firstly create a TreeNode then does some recursive procedure to add all the children from a database of a sort. Then once this is complete I ...
Calling Diagnostics.Process functions
Stephen Abdo -
23 May 2006 2:38 PM - 3 messages
I have a VB.net application that executes the following statement If UBound(Diagnostics.Process.GetProcessesByName(Diagnostics.Process.GetCurrentProcess.ProcessName)) > 0 Then When I moved it to another machine, I began receiving the following error: ...
Microsoft please install .NET 2.0 on all PCs
Mini-Tools Timm -
23 May 2006 2:30 PM - 4 messages
Unfortunately, not having .NET installed on every PC is a huge problem for any vendor wishing to sell .NET software. This is by far our biggest complaint about Microsoft, and we are Microsoft fans. It's inconceivable that Microsoft would invest so much in the excellent .NET platform and then ...
Outlook addin deployment problem
Mehfuz Hossain -
23 May 2006 2:04 PM - 1 message
I have created an addin in outlook , when i run it from vsto in debug mode the addin runs well.But after deploying the addin never seems to load. So, i checked with the registry key and found out that even if ...
What's the most performant? Fat our smart client?
Pieter Coucke -
23 May 2006 1:47 PM - 12 messages
Hi, What's in general the most performant for a VB.NET Windows Forms (2.0) application: - a fat client (everything one the client, the server hosts only the database) - a smart client (an application on the client, that communicates with an ...
Storing a "stream" into db
basulasz -
23 May 2006 1:14 PM - 2 messages
I have a stream daha of type System.IO.Stream. I want to strore in in db. Is this possible? If yes, how can i do that? Thanx ...
OOP Best Practices Part 2
vze1r2ht -
23 May 2006 1:03 PM - 9 messages
I read Sloans post in my last thread but I did not quite understand it. I have written my own custom object BASED around sloans object that he posted. Can anyone answer the questions at [link] ? ...
Using in-memory interfaces for images in Browser Control?
BrianGenisio -
23 May 2006 12:31 PM - 6 messages
Hello all, Suppose I am using the browser control in my application to display my own HTML code. Now, suppose I want to show images on the page that I currently have in memory. One way to do this is to write the image to the file system... ...
Creating DB using SMO
Rujith Anand -
23 May 2006 11:55 AM - 1 message
Hi, I am trying to create a new database using SMO, I am getting Set_Parent Failure Error when try to create a new database. This is the code I am using to create the database. Database database= new Database("DbServer", "MyNewDB"); ...
need help on user controls
AVL -
23 May 2006 11:21 AM - 2 messages
hi, I've a problem in accessing user controls when I deploy the application in the production server.. I'm receiving the following error... Ambiguous match found. Source Error: Line 1: <%@ Control Language="c#" AutoEventWireup="false" Codebehind="CommViewEvents.ascx.cs" ...
Need help on user controls
AVL -
23 May 2006 11:00 AM - 1 message
hi, I've a problem in accessing user controls when I deploy the application in the production server.. I'm receiving the following error... Ambiguous match found. Source Error: Line 1: <%@ Control Language="c#" AutoEventWireup="false" Codebehind="CommViewEvents.ascx.cs" ...
HELP: Edit a DataSet (not DataGrid)
Dhruba Bandopadhyay -
23 May 2006 10:55 AM - 2 messages
I have a DataGrid which has checkbox columns. The data source is a run-time created data set that I store in a session so I can rebind it during postbacks. I don't have a database or xml file, etc. ...
auto-tune serial port
SteveR -
23 May 2006 8:24 AM - 3 messages
I've been looking at some applications that auto-tune the serial port settings as a stream of data is sent to it. I want to add this type of function in my software but I can't find any sample code to suggest how I ...
Initial value of uninitialized variables in C# (reference type)
Vagif Abilov -
23 May 2006 6:16 AM - 11 messages
After porting some code from .NET 1.1 to .NET 2.0 I got a problem with some static variables (reference types) that were not set to null. I received the following comment on it: "only in vb.net are un-initialozed variables set to null. in c# you need to ...
ClickOnce msbuild and publish.htm
tony -
23 May 2006 5:43 AM - 5 messages
It there any way to generate the publish.htm file using msbuild? I have setup an automatic publisher using msbuild and mage and the last problem to solve is the generation of the publish.htm file. Tony ...
Object Data Sources - I don't get them...
Spam Catcher -
23 May 2006 5:12 AM - 2 messages
Hi all, I've finally had the opportunity to move to .NET 2.0 from 1.1. From what I gather,they allow you to bind objects to controls. However, in 1.1, collections of objects bound perfectly fine to datagrids, ...
IE Hosted control behaving differently on Win2K vs WinXP
Gary F. -
23 May 2006 1:17 AM - 1 message
Now here's a meatloaf scenario: Environment 1: WinXP (latest sp, fixes), IE 6 sp2, .NET 2.0, hosted control using some COM components Environment 2: Win2K (latest sp, fixes), IE 6 sp1 (sp2 not avail), .NET 2.0, hosted control using COM components ...
architecture question
BravesCharm -
23 May 2006 12:16 AM - 5 messages
Hello everyone, A few of my co-workers and I are working on a concept architecture at work because our current system has many limitations and really hardly any documentation. Currently we have a 2 tier system and they are the presentation tier and ...
Custom Papersize doesn't work
Teresa -
22 May 2006 11:59 PM - 1 message
I tried to create a new PaperSize b/c the printer doesn't have that size. However, when I actually printed the job, it's still printing the job in the default printer's page size? When I walked thru the code, I noticed that the ...
Creating DTD using DOM
Michel Verhagen -
22 May 2006 10:51 PM - 5 messages
Hi, I want to create a DTD in an XML file in memory. The XML file is created using the DOM in C#. I am new to all this, but couldn't find anything about creating DTD's using the DOM (well, I found some references but it ...
Security permissions issue
Rich Moore -
22 May 2006 10:26 PM - 1 message
I've written an app in Visual Studio 2003 (C#) that I want to correctly handle situations when the app is run from a network share. I've written some code in the main form constructor to attempt to access the registry. ...
Datagridview
Philipp -
22 May 2006 6:44 PM - 4 messages
Hi all, Is there a way to retrieve the rowstate of a row in a datagridview (added - modified - deleted - ...) ? Does someone have some info on this or a document/url where I can read about it? Thanks in advance! Philipp ...
Visulization Problems e.g., Charts & Menu Bars in Crystal Reporting
Bilal -
22 May 2006 6:21 PM - 1 message
Hi I'm using Visual Studio 2003 So I developed a Web based Crystal Report, So I got success in this manner. But the Only problem I'm Facing is that, when i make Report in Design Mode in Vusual Studio ASP.Net web form. The whole Report e.g., ...
How to Implement Dynamic Roles
Mike Hofer -
22 May 2006 3:36 PM - 10 messages
BACKGROUND: We've designed a Website for a client that will be deployed across multiple physical locations. The site will be hosted from a corporate NOC, and administered by the IT group there. The site's end-users tend to fill each others' roles on a pretty ...
Object oriented best practices
vze1r2ht -
22 May 2006 2:46 PM - 10 messages
I'm a bit skeptical whether to go full OO on a application I'm designing. Keep in mind, this is just an example. Basically, I have a User class. This class loads/saves a user. Method 1 In this user class, there is a static method that retrieves all users ...
.NET 2.0 - code to create VPN connection?
Rob R. Ainscough -
22 May 2006 2:36 PM - 5 messages
Can anyone point me in the right direction for using .NET 2.0 to code a solution that will create a VPN connection on a client PC? Thanks Rob. ...
Connection getting closed in between.
trialproduct2004 -
22 May 2006 2:07 PM - 5 messages
Hi all, I am using sqlconnection in .net and opening connection at the begining of application and closing it at the end. But some time i am getting error. 'Invalid operation. The connection is closed.' can someone tell me reason behind this error. ...
VS 2005 ASP.NET applications and /bin/*.dll file(s)?
Willy S -
22 May 2006 1:19 PM - 1 message
Where has the /bin directory with the *.dll file(s) gone in asp.net projects in vs 2005? I cant find any /bin directory in the projects - so how can I ftp a new web/web-service to prod. server without the corresponding *.dll file(s)? ...
Call C# Dll from C
Ash -
22 May 2006 11:51 AM - 3 messages
Hi, I need to call a C# dll from C (Mecury LoadRunner Vugen Script to be more specific) I have been told that i need to create a C++ wrapper class, and have instructions for doing this for Visual Studio 2003. ...
Visulization Problems e.g., Charts & Menu Bars in Crystal Reporting
Bilal -
22 May 2006 11:16 AM - 1 message
Hi I'm using Visual Studio 2003 So I developed a Web based Crystal Report, So I got success in this manner. But the Only problem I'm Facing is that, when i make Report in Design Mode in Vusual Studio ASP.Net web form. The whole Report e.g., ...
Check if SP2 of windows is installed
Hamed -
22 May 2006 11:01 AM - 2 messages
Hello How can I check what is the Windows version and if it is Windows XP, is SP2 of Windows XP installed? Regards Hamed ...
obtain an unique identifier form smartphone
Juan -
22 May 2006 10:20 AM - 1 message
hello: How can I obtain an unique identifier for my smartphone? I'm using c# and the external function "KernelIoControl" in pocket pc, but in smartphone it does'nt work. Thanks. Juan ...
.net threads
nbencivenni -
22 May 2006 9:07 AM - 5 messages
Hi everybody, I'm writing an application that receives video frame from a camera that releases a GotFrame event carrying the image as event argument 25 times per second. I wrote an event handler FrameReceiver hooked to the GotFrame event ...
Get file informations form web URLs
Emanuele Ornella -
22 May 2006 7:58 AM - 5 messages
I used the FileInfo class to obtain informations about files in the file system. I would like to have the same informations for a file in a web url, but I cannot use FileInfo. I discovered WebClient from the System.Net namespace, but this gives me ...
httphandler
rony.vainblat -
22 May 2006 5:58 AM - 1 message
hi , i am building site that the user can enter by virtual path . for example [link] this path "/car/bigCars/Mec/default.aspx" do not exist . what i what is that my jttphandler will catch the url , and user will ...
what is "Thread Safety"
Luke -
22 May 2006 4:09 AM - 3 messages
Whats all this business about thread safety? Where can i learn or get details of this. From my understanding it has to do with issues arising from multiple threads accessing/trying to access the same resource(s). Please could someone give me a link or shed more light on this, as i'm not ...
Loss of ADO.NET Provider in Crystal Report 9
Steve Harris -
22 May 2006 12:16 AM - 3 messages
I've just installed the .NET Framework 2.0 and have lost the ADO.NET provider that I used in the Crystal Reports Designer (Version 9). I used to see the ADO.NET (XML) as a data source provider but it is now ...
Setup File: Debug vs. Release
Robert W. -
22 May 2006 12:08 AM - 2 messages
I'm creating a Setup file for my WinForms app. For the Primary Output, I explicitly chose the "Release .NET" option. Yet when I looked at the Detected Dependencies, they all seemed to come from the Debug folder instead ...
Why the Marshalling / Copying?
bern11 -
21 May 2006 8:13 PM - 1 message
The following is a snippet right out of the LockBits help: IntPtr ptr = bmpData->Scan0; .... .... // Copy the RGB values into the array. System::Runtime::InteropServices::Marshal::Copy( ptr, rgbValues, 0, bytes ); // Set every red value to 255. ...
IE crashes due to winform user control and SELECT drop down
Colin -
21 May 2006 6:24 PM - 3 messages
Since the "security" update on Feb. 28 due to the EOLAS patent dispute, IE is now crashing when embedding a very simple winform control in a web page but only if the page has a SELECT drop down list box on it! ...
deserialization problem
Lloyd Dupont -
21 May 2006 1:15 PM - 2 messages
I have created a "ReadOnlyHashtable" class (source file attached) and it worked well. That is, until I tryed to deserialize it (in a Copy/Paste operation). As you could see in the code I override GetHashCode() (so 2 readOnlyHastable with the same content are seen as equals). ...
vs2005 app with vs2003 control
JohnZing -
21 May 2006 11:59 AM - 1 message
Hi I build a component with VS2003 framework 1.1 Can i use this control in a VS2005 Framework 2.0 application that will be installed in a computer without framework 1.1 (only framework 2.0 will be installed) ? ...
Nested iterator problem
Andrew Matthews -
21 May 2006 11:14 AM - 3 messages
Hi All, I have an issue that I can't solve with the following (cleaned up) piece of code. What I've seen in the VS 2005 debugger is that the Files iterator is issuing a yield on all of the files below 'dir', but that the loop in ...
DateTime and NULL value
Filip De Backer -
21 May 2006 10:57 AM - 2 messages
Hi everyone, I've got a class with some strings an datetime fields. When I set the values of all the members of the class with a datareader, I've got an error on the DateTime field, which must be NULL. ...
Bitmap pixelformats
bern11 -
21 May 2006 4:44 AM - 1 message
How do you make a Bitmap with a pixel format that does not match the screen settings? I can't get even something as simple as: 'create a Bitmap object, set all of the pixels to white, and save to file' to work ...
|
|||||||||||||||||||||||