|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
3rd party controls - from 2003 to 2005
yanivpr -
15 Jul 2006 12:48 PM - 4 messages
Hi, My (C#) VS2003 solution includes some 3rd party controls. I want to move to VS2005, but those controls just don't work. They were made for Framework 1.1, and are not suitable for 2.0. Is there any tool, or some kind of magic to make this compatible? ...
maintain string reference
Michael Wong -
15 Jul 2006 11:08 AM - 2 messages
Hi, I would like to have a string point to another one. What I mean is I want the pointing to change value whenever the pointed one is changed. How can I do it? Example: string orgString = "Original string"; string ptrString = orgString; ...
Load assembly .net
daniele.cerra.it -
15 Jul 2006 10:22 AM - 4 messages
Hi to all, i need to know how the .net runtime load assembly, i.e. how the runtime locate the assembly and how it is loaded, verified, etc... I look on the web, but i find just how the runtime locate the assembly. ...
Help publishing a VS2005 Web App...
LilMoke -
15 Jul 2006 3:37 AM - 2 messages
Hello, I am using Microsoft Visual Stuido 2005. When I publish my web project, this version seems to delete all the folder/files in the directory before it publishes. I need to have a folder that does not get deleted when I publish. It ...
StackFrame debug information
newscorrespondent -
15 Jul 2006 2:26 AM - 3 messages
I have compiled in DEBUG mode but don't get the debug information from StackFrame class. Is there a specific setting I need to use so that information is included for a debug build. Thanks Tom ...
.NET one way Remoting
newscorrespondent -
15 Jul 2006 2:13 AM - 3 messages
As a client I am sending data using a OneWay method to a server. What happens if the client is sending messages faster than the server can consume them? Who is responsible for holding the queue? If the object sending is a WellKnownObjectMode.Singleton what happens if I ...
StringBuilder AppendFormat()
Bill -
14 Jul 2006 8:49 PM - 5 messages
Ok, so we have the following code and it produces the result seen immediately following the function. public string BugOrFeature() { StringBuilder sb1 = new StringBuilder(); StringBuilder sb2 = new StringBuilder(); StringBuilder sb3 = new StringBuilder(); ...
Checking Folder Access Permissions
Jeff Gaines -
14 Jul 2006 8:43 PM - 4 messages
I am working on a File Manager app and would like to know the permissions on a folder before I attempt to open it in the app. I have been going through the help and Google this afternoon but am feeling a bit confused. ...
Why Does GetBaseException Ignore InnerException's GetBaseException
JohnDeHope3 -
14 Jul 2006 7:20 PM - 4 messages
First let me say that I understand that Asp.Net wraps my exception in an HttpUnhandledException. I have found a lot of discussion about that on the web, which was informative, but not helpful. Let me explain how my question ...
sending mail via System.Net.Mail.SmtpClient
Bill H -
14 Jul 2006 7:08 PM - 4 messages
I am able to send an thru our mail server using the old 1.1 System.Web.Mail.SmtpMail class. When I try sending an email using the new System.Net.Mail.SmtpClient, I get a #5.5.1 unimplemented error: Command Not Implemented ...
Doubt with Crystal Report
Robe -
14 Jul 2006 4:31 PM - 1 message
Hi, I'm doing a report with Crystal Report for Visual Studio 2005 and I need to change some labels of the report from my program written in C Sharp. And I need to know how I can specify some value to the Highlight Expert ...
Assembly.GetExecutingAssembly
Bruce -
14 Jul 2006 3:32 PM - 3 messages
Assembly.GetExecutingAssembly returns a Reflection.Assembly Is it possible to save that to disk as a dll or exe, so I can load it later? ...
Working with VS 2005, How do I Target Framework 1.1+ ?
Joseph Geretz -
14 Jul 2006 3:12 PM - 3 messages
I'm developing a solution using Visual Studio 2005. Where can I specifiy the versions of the Framework I'd like my executable to be able to run in? Thanks! - Joe Geretz - ...
Thread.Interrupt and asynchronous delegates
Jeroen Mostert -
14 Jul 2006 1:55 PM - 1 message
During a call to a synchronous method that takes a while, a thread is typically not in an interruptible state, so Thread.Interrupt() followed by Thread.Join() will block until the method completes. Does the same apply or are any guarantees given if the method is invoked ...
call exported dll method in signed assembly from win32 app
Stefan -
14 Jul 2006 12:04 PM - 2 messages
hi, i have a old win32 application (SiCtrl.exe written in Delphi) and a ..net 2.0 dll Win Control Library (B.dll) implementing some WinForms dialogs. the requirement is that SICtrl.exe can show a Form from B.dll. ...
Addition error in DotNet 2.0
Owen -
14 Jul 2006 11:25 AM - 13 messages
Hi all, Wondering if someone can help me with this: when i'm in Visual Studio 2005 I get a wierd addition error when adding 0.1+0.2 (both as doubles) the result that comes back is 0.30000000000000004 not 0.3 as expected. Any ...
Registry entries, Licence Page in VS 2003 Setup Project
JM -
14 Jul 2006 10:45 AM - 3 messages
Hi, I have created a windows application in .NET. For this application I have created a Setup Project using Visual Studio .NET 2003. But I want to do some customisation to this basic setup program as follow: 1. My program requires to enter 1 entry in registry during Setup and ...
Formatting text in stringbuilder
Judy -
14 Jul 2006 9:51 AM - 2 messages
Hi all, I'm writing the result, returned by an sql query, to stringbuilder. But first i want to format the text. I want to make the column heading bold. Because I'm passing the stringbuilder to Excel using response ...
Program Failing to Run
Eric Renken -
14 Jul 2006 2:21 AM - 7 messages
When a user launches ANY .net application on this computer I get the error: --------------------------- TimeSummit.exe - Application Error --------------------------- The application failed to initialize properly (0xc0000005). Click on OK to terminate the application. --------------------------- OK --------------------------- My application is a .net 2.0 application. The computer is Windows XP SP2, ...
KB917283 Update Failed
Jim Wood -
14 Jul 2006 1:01 AM - 3 messages
You know, I'm not even sure what this dot-net-framework business is all about. I do know that I had to download and install it before I could run a third-party program, but I haven't a clue as to what this .NET program does. ...
Custom Type for Application Settings
argo.howser -
13 Jul 2006 11:05 PM - 1 message
The MSDN doc says that I can use any type that is "XML Serializable" as a type for an application setting. I can't get it to work! The IDE (Settings tab in Project Properties) always tells me "Cannot be ...
Install SQL Server Express with application
Michael Jackson -
13 Jul 2006 8:15 PM - 3 messages
Using VS2005/Frameowork 2.0, I have been asked create a setup which will install my app, SQL Server 2005 Express and possibly .NET Framework 2.0. This will be a downloaded or CD based install, not ClickOnce. Could anyone point me to a difinitive guide, hopefully with examples, on how ...
error in webservice response
Scott Emick -
13 Jul 2006 7:30 PM - 2 messages
I'm using VB .Net 2003. When using a webservice, if I have any parameters wrong or missing in a method call I'm doing, the remote server is returning something, but all I see is 'System.Xml.XmlException' occurred in system.xml.dll The root element is ...
Writing Performance Counters
rlrcstr -
13 Jul 2006 7:16 PM - 3 messages
Can someone point me to a decent tutorial type article on writing performance counters in .Net? Thanks. Jerry ...
Limit to range of colors displayed by Label control?
Evan Stone -
13 Jul 2006 5:37 PM - 4 messages
Hi, I was just curious to know if there was a limit to the range of colors a label control can display. For instance if I set a label control's ForeColor to 28, 23, 15 it renders black (on my system, at least - but I'm running an ...
Reflection and Nullable
Joe Bloggs -
13 Jul 2006 4:00 PM - 3 messages
Hi, Can someone please kindly show me how to determine if a type (read value type) is Nullable. MSDN has this KB: How to: Identify a Nullable Type (C# Programming Guide) [link] ...
Detecting if a NTAccount is user or a group
Roshan -
13 Jul 2006 3:13 PM - 2 messages
Hi, I wanted a reliable way of detecting if a given NTAccount object represents a user account or group account. I was using SecurityIdentifier.IsAccountSid() method but this doesn't work as I expected. It returns true for user accounts and also for groups created ...
TLB using problem
vul -
13 Jul 2006 1:42 PM - 3 messages
I created very simple Class Library in VB 2005 (let's call it COMInterop). I set Register For COM Interop property to true to make it accessible by VB6 program. After I compiled it, I got COMInterop.dll and COMInterop.tlb files, I have ...
Upgrading to later version of .NET Framework 2.0
MJC -
13 Jul 2006 1:42 PM - 3 messages
My computer has .NET Framework v 2.0.50215 installed. A program says I need to install .NET Framework v 2.0.50727. I went to Windows Update and selected the .NET Framework, but Windows Update would not install it -- it ...
retrieve system informations from a remote computer
Bert Sachs -
13 Jul 2006 1:21 PM - 1 message
Hello I want to retrieve system informations (registry informations, all logical disks/capacity....) from a remote computer. I have tried WMI to accomplish that task. It works, but it is totally slow (many minutes) and can't be used for a web application where response time is crucial. Is there any way to ...
Accessing a dll in the GAC
cashdeskmac -
13 Jul 2006 12:24 PM - 4 messages
Having created my dll, I have installed it into the GAC. All fine, no problems. The trouble starts when I try to access this dll. How do I tell my program to look in the GAC for the dll? Does it do this ...
Which operating System on Development client?
Heinz K -
13 Jul 2006 9:55 AM - 2 messages
Hi all, which Operating System do you use on your development client? As XP shipüs with IIS 5.1 while Windows 2003 Server has IIS 6.0 onboard, we are thinking about removing XP and instead installing Windows 2003 ...
The server committed a protocol violation
Kris Mattheus -
13 Jul 2006 6:28 AM - 1 message
A little background: I've been using web services successfully for a while now. My web server is a Windows CE 4.2 device and my client is a windows C# application created with Visual Studio 2003. My web server has both ...
Remoting: Problem due to inactivity
Nitin M -
13 Jul 2006 4:40 AM - 1 message
Hi All, I have posted in the microsoft.public.dotnet.framework.remoting group but have no response yet. Hence reposting here. Hi, I have a remoted singleton hosted in an NT service. The singleton's InitializeLifetimeService method has been overridden to return null. I "am ...
Debug conditional code in class that implements an interface... does it work?
hellosticky -
13 Jul 2006 1:49 AM - 2 messages
I'm creating some logging code, and each one of my classes has an internal static readonly instance of the logger which various methods use, e.g.: interface ILogger { void LogDebug(...); void LogInfo(...); void LogError(...); ... } What I did was to create two classes, one in the case where the Logger ...
Current naming convention of abstract classes - BaseFoo vs. FooBase?
Keith Patrick -
13 Jul 2006 1:26 AM - 3 messages
This is probably a question for someone at MS, although I haven't found anything in FxCop or definitive in the newsgroups regarding this, but what is the current, if any, naming standard regarding base classes? A lot of ...
Conversion from 1.1 to 2.0 and Warnings
Michael Jackson -
12 Jul 2006 10:56 PM - 3 messages
I've converted a large .NET 1.1 app to .NET 2.0. I allowed the IDE to to the conversion, and had basically no problems at all. However, the VB.NET compiler give me several hundred Warnings, and most refer to a variable ...
Fixed String Size.
Ken Varn -
12 Jul 2006 9:34 PM - 4 messages
I want to be able to set a fixed length of a string in my class so that if a smaller string is copied into it, then the string is padded with blanks. If a larger string is copied into it, I want the string to be truncated. Is ...
publish fails
Andy G -
12 Jul 2006 7:40 PM - 1 message
I'm having a hell of a time publishing my first VS 2005 web site. All it tells me is publish failed. Is there any place that gives me a hint on why it failed? I'm typing in the website address in the 'Target Location' box. ...
Installing an assembly in GAC without strong name
Prateek -
12 Jul 2006 4:39 PM - 2 messages
Hi, Is it possbile to install the assembly in GAC without signing it and creating the strong name? If i direclty register an assembly using gacutil /i <assembly>, it give me an error saying cannot install the assembly as it is not given a ...
retrieving the list of tables used in SELECT statement?
Jéjé -
12 Jul 2006 3:56 PM - 1 message
Hi, I want to list all the tables involved in a query. Like the estimated plan in SQL server which identify the tables in a query (or an SQL query editor identify the tables), I want the same thing in my ...
Proper resource deallocation through Dispose()
Michael Russell -
12 Jul 2006 3:49 PM - 1 message
Hi all, I'm fairly new to C#, coming in from several years with C++. So, I'm trying to get a handle on .Net's implementation (and the proper use of) Garbage Collection. I have a small database app mostly written, but am a little fuzzy on ...
Austin Texas Drafting firm in need of ASP.Net developers
Beavis -
12 Jul 2006 3:30 PM - 1 message
Austin Engineering and Drafting firm currently seeking qualified candidates to work on a diverse set of ongoing projects. We have over 16 building inspectors that use a handheld tablet pc with stylus which enables them to do paperless inspections, that can be printed anywhere ...
Connection timeout when using transactions
Natan Vivo -
12 Jul 2006 3:05 PM - 8 messages
I'm getting a timeout error while trying to select data from SQL server 2005 after opening a transaction in asn asp.net application. It goes like this: SqlConnection conn1 = new SqlConnection(...); conn1.Open(); SqlTransaction trans = conn1.Open(); // do some inserts and updates using the transaction ...
Not enough storage space to process this command query
r0ssc0 -
12 Jul 2006 2:50 PM - 1 message
Hi, We run an application written using the .NET framework 1.1 on a terminal services hosted environment and have randomly been receiving the error message: "Not enough storage space to process this command" which then hangs the session. As the event is random and can go unreported for days at a time we have very ...
How to bind Images as business objects in a ReportView Report
dgcooper -
12 Jul 2006 1:23 PM - 1 message
I have an Image type business object that I would like to bind to a ReportViewer Report Image control, but I can't get it to work. All my other types are working. In my code I assign an jpeg image using the Image.FromFile method. I get no ...
Data Reader Problem
Nalin -
12 Jul 2006 12:06 PM - 3 messages
Hello guys, Please, anyone already see this problem ? [NullReferenceException: Object reference not set to an instance of an object.] System.Data.SqlClient.SqlDataReader.PrepareSQLRecord(Int32 i) +159 System.Data.SqlClient.SqlDataReader.GetSqlString(Int32 i) +20 System.Data.SqlClient.SqlDataReader.GetString(Int32 i) +32 ...
Component Search
David Chipping -
12 Jul 2006 8:07 AM - 1 message
Hi, I'm trying to find a component written in pure .net for SQL Query Building (like access query building) that would be possible to download / purchase, and was just wondering if anyone here knows of such a thing? It can't be an activex object because it will need to run under Mono as ...
force english exception messages
Robert Ludig -
12 Jul 2006 8:01 AM - 1 message
On my development machine I want to force the exception messages of thown excpetions to always be in english language. I have installed the english Visual Studio 2005 but the exception messages appear in german. How come? Does that mean I have installed a german language pack for ...
Windows services crashes on DTS dll
Natasja -
12 Jul 2006 7:30 AM - 1 message
Hi, I've got a windows service that creates a DTS task at runtime to export data to textfiles. After a certain time the service always crashes and gives this error in the eventlog: faulting module dtspkg.dll, version 2000.80.2039.0, fault address 0x000beb9c. ...
trying to compile a C file in a C++ CLR project
Lloyd Dupont -
12 Jul 2006 6:43 AM - 2 messages
Give me this error: Error 1 Command line error D8045 : cannot compile C file '..\..\..\..\Dev\API_C++\cutil.c' with the /clr option cl But it's a very ordinary C file! no special function like setjmp just malloc/free and some pointers ...
Get sourcer code from the VSS through vb.net
Sathiamoorthy -
12 Jul 2006 6:37 AM - 1 message
Hi, I want to get source code from the VSS through vb.net client (get latest version). please help me. Thank you. Sathiamoorthy R ...
Windows authorization
AlBruAn -
12 Jul 2006 6:36 AM - 1 message
I need to create a way of authenticating and authorizing a user using Windows built-in role-based security, but with a twist. I'm aware that a role can be an organizational role, i.e. "Managers", "Admins", etc. or that a role can be ...
Building a Scalable (100K+ User) Socket Server in .Net
Chris Mullins -
12 Jul 2006 5:52 AM - 11 messages
One of the things I've spent the last several years working on is a highly scalable socket server written in C#. The SoapBox Server has recently been tested to well over 100k simultanous users. This means it's handling 100k TCP connections on a Windows Platform ...
DWebBrowserEvents2 events question...
ewahl -
11 Jul 2006 11:32 PM - 1 message
Hi. I am working with a WebBrowser object in .Net, and I am trying to capture events that happen during a redirect. I have some code that captures events in DWebBrowserEvents2, and I have discovered that DownloadBegin and DownloadComplete are called at the beginning and end ...
Reading Application Settings using C# VS 2005
Jim Rand -
11 Jul 2006 10:41 PM - 3 messages
In Properties / Settings, I've got a setting (say "ExportPath") with a value (say "C:\\Tmp"). Using C#, how do you get the setting value? string settingValue = SomeNETWhatever["ExportPath"]; ...
Using WMI to start Remote Command File
itsomel -
11 Jul 2006 9:41 PM - 4 messages
I am trying to use the System.Mangement class within a c-sharp application for the purpose of starting a simple batch file on a remote machine. The error I receive is this: 1) Exception Information ********************************************* Exception Type: System.InvalidCastException ...
Mailing List App
Justin Loving -
11 Jul 2006 6:27 PM - 1 message
I am new to the ASP.NET world and I need to create a small mailing list app for my internal network. I know there will be a SQL database involved, but I need some help on how to begin something like this. Maybe some advise. I ...
Problem with Crystal Report
Robe -
11 Jul 2006 5:09 PM - 1 message
I'm doing a cross tab report with crystal report for Visual Studio ..NET 2005 and I want to print the page number of each page of the report. But I can't do that because the page number is printed only ...
Install dotnetfx 2.0 with no reboot
zolof -
11 Jul 2006 4:17 PM - 3 messages
If want to do a basic install of .NET framework 2.0 on customers machines with no reboot at end. How can I do that ? ...
Graph
Goh -
11 Jul 2006 3:33 PM - 5 messages
Hi, Any suggestion for Graph Component? I need Window From Graph Component. Any free third party component ? Thank for inform me. with regards, Goh ...
Multiple DLL exists after installation
Prateek -
11 Jul 2006 2:49 PM - 4 messages
Hi, I have one question related to installation of the assembly. I have created 2 dlls, say a.dll and b.dll I have created one exe which refers to both the dlls i.e. a.dll & b.dll ...
Assembly initializer.
Ken Varn -
11 Jul 2006 2:42 PM - 3 messages
Is there anyway to write an assembly DLL that has an initializer that is automatically called before any other methods in the assembly? I am thinking along the lines of a DllMain similar to that which is in standard ...
Versions of .net + visual studio
swas -
11 Jul 2006 1:35 PM - 6 messages
Hi, I have vs2003 + framework v1.1. I would like to use the new serialport class that comes with v2.0 but just can't find a definitive explanation of visual studio and .net versions. Can I install v2.0 for use with my vs2003 or must I / should I upgrade to ...
Application Monitor in .NET
Prateek -
11 Jul 2006 1:06 PM - 3 messages
Hi, I am developing a Application Monitor in .NET but it seems it is not working. Pls guid me if anything is wrong. Here is the design of this server. 1 - I have created a dll which exposes an interface INotify which will ...
Find no if weekend days from 2 given dates..
velu -
11 Jul 2006 12:59 PM - 2 messages
i am trying to create a function that take 2 SelectedDate from a Calendar and calculates the no. of days between 2 dates and also calculates the no of weekends (sundays and saturdays) and at last it gives the difference between ...
Custom error message
Andrey Dzizenko -
11 Jul 2006 12:50 PM - 4 messages
Hi all! I have a singleton-class with private constructor and Instance property. It's clear that access to this class should be got by using this property. "new Class()" construction is incorrect and throws an error "can't access ...
XmlDocument
Roy -
11 Jul 2006 12:38 PM - 5 messages
I am using an XmlDocument to save an data object hirachy to an Xml file. When I rebuild the data object hirachy, I walk through the xml node in XmlDocument and recreate the objects. How do I know the original data types for each ...
An unhandled exception has been caught by the VSW exception filter
SP -
11 Jul 2006 11:56 AM - 1 message
This might not be a correct NG, however I think the error is related to .NET framework hence posting it here. I have visual studio 2003 and my solutions all run fine. I now installed Installshield 12 on the machine, after doing this when I try ...
Explain Patterns in DOTNET
JaiPrakash Sharma -
11 Jul 2006 11:56 AM - 3 messages
Hi, I am very confused regarding patterns in DOTNET. Please provide me details and types of patterns in dotnet as well as usages of it in general senarios. JP Sharma ...
Knowing DLL Debug/release
kishor -
11 Jul 2006 10:04 AM - 3 messages
Hi, I am loading DLL dynamically. I have no issues with that. I have one small problem. How do I know dll is compiled in Debug/Realse mode ? I want to load only a release mode DLL. Please let me know is this possible ? ...
Design related question
Water Cooler v2 -
11 Jul 2006 9:36 AM - 3 messages
I want my application to do three tasks simultaneously. Each of the three tasks must be performed at a periodic interval of time. Each of the three tasks is somewhat complicated and is thus composed of a number of sub-tasks that are to be performed in a linear sequence. ...
Timers run on the creating thread?
Water Cooler v2 -
11 Jul 2006 9:13 AM - 5 messages
Do timers run on the same thread that creates them or (internally) a new thread is spawned per timer? ...
Identify Mouse Button Clicks on controls
James -
11 Jul 2006 8:58 AM - 3 messages
hi all when we click on Control, Both Left as well as Right Mouse Button Click gives the same functionality. Is there any solution to filter that only Left mouse clicks allowed. Actually I have more than one clikable controls on my UserControl giving the same functionality. ...
All new updates and new exams at testking.co.uk with money back guarantee
Moderator -
11 Jul 2006 4:40 AM - 1 message
All new updates and new exams at testking.co.uk with money back guarantee ...
How to create MSBuild File
Anbu -
11 Jul 2006 4:28 AM - 6 messages
hi All, I'm creating web site project in VS2005. I need to create MSbuild file for the ASP.net projects. How can i create? Thanks ...
Deploy crystal report
Goh -
11 Jul 2006 4:02 AM - 2 messages
Hi guy, When I deploy system that has use crystal report viewer what component that I need to install others then .net framework 2.0? It seen that .net framework 2.0 does not work by default with crystal report viewer. ...
Question about Value Types
Zachary Turner -
11 Jul 2006 4:02 AM - 6 messages
Suppose I have a Value Type, implemented as a struct. Example: struct MyValueType { int Field1; int Field2; } Now, this Value Type is a member variable of a reference type with a property get accessor. Example: class MyClass ...
NT User created programatically, authenticating with IIS fails
enantiomer -
10 Jul 2006 10:41 PM - 2 messages
For my IIS application, I have set the directory security for Basic Authentication. I have given permissions on the directory to a group that I created called appUsers. My problem is when I create a user manually through Computer Management ...
Performance Counters
newscorrespondent -
10 Jul 2006 10:32 PM - 1 message
Some performance counters are PerformanceCounterCategoryType.MultiInstance. Many of these occur once for each running app. If for example myapp has three at the same time myapp shows up three times as myapp#1, myapp#2, myapp#3. How can myapp look at performance counters and know which instance is it's ...
HttpHandler Problem in ASP .NET 2.0
Anbu -
10 Jul 2006 9:11 PM - 1 message
Hi All, I'm implementing a soapreceiver class in a web site. The required httpHandler tag was also added in the web.config as below. <httpHandlers> <add verb="*" path="Receiver.ashx" type="namespace.class, myassembly"/> </httpHandlers> ...
.net, COM+, and SecurityCallContext
David -
10 Jul 2006 8:41 PM - 2 messages
I am attempting to write a small COM+ app for practice for an MCAD exam. I am using the "SecurityCallContext.CurrentCall" command but when I invoke it I receive the error " No security context is available." Is the SecurityCallContext only applicable for specific ...
Controlling Window Scrolling better
Guy Thornton -
10 Jul 2006 6:41 PM - 1 message
Hello all. I first wanted to say how much of a value all the folks in these groups have been to me. I definitely appreciate your input and help in the past. Ok so now onto why I'm writing :) ...
ClickOnce question 2 : how do I create 2 entries in the start menu
Isabelle -
10 Jul 2006 5:43 PM - 1 message
While I am still looking for an alternative way (command line) to produce both the deployment and the application manifests of my application, I am also looking into creating 2 entries in the start menu of my deployment. Is it possible ? ...
ClickOnce question : how to specify an Icon file from Command Line arguments of Mage.exe.
Isabelle -
10 Jul 2006 5:42 PM - 1 message
Hi everybody, I have posted this in the Microsoft's forums. No answer yet, so here I am, trying to get an answer again. I am attempting to automate a little bit our usage of the ClickOnce technology. Using MageUI.exe, I was able to successfully produce a ClickOnce ...
SignedXml CheckSignature()
Ash -
10 Jul 2006 5:09 PM - 3 messages
Hi, Can some one verify that .net 2.0 Signatures can not be verified by .net 1.1? I have been trying for about 2 months now and can not get it to work. When verify the signature that i created with .net 2.0 it returns true. but ...
Question on ConfigurationElementCollection design
mrmaddogtoyou -
10 Jul 2006 3:13 PM - 1 message
A while back, a question was posted on ConfigurationElementCollection design as follows: I have 2 questions on using element collections when building a custom section handler. I'm using the "declarative" model and I can post the code if necessary. Basically I'm following the example described here: ...
Re: CPU by thread
pranshu -
10 Jul 2006 3:13 PM - 1 message
Hello Tom, You might be better off using a CPU profiler Google for .NET profiler [link] These are good at identifying the bottlenecks. The only issue is that you need to have test cases to do exactly what ...
Question on ConfigurationElementCollection design
mbu27 -
10 Jul 2006 3:09 PM - 1 message
A while back, a question was posted on ConfigurationElementCollection design as follows: I have 2 questions on using element collections when building a custom section handler. I'm using the "declarative" model and I can post the code if necessary. Basically I'm following the example described here: ...
Protecting application code written in .NET
JM -
10 Jul 2006 2:51 PM - 2 messages
Hi, I have written a small windows application in .NET and I want to distribute it for free. But I want to protect my code to maximum level so that no body should be able to disassemble the code. The application ...
Distributing components with application
ramesh -
10 Jul 2006 2:46 PM - 2 messages
Hi all, Could any one help me out that how can I ship additional components with my .net 1.1 windows application. The components will only be installed if they are not installed already. The setup MSI has to be ...
Calling FileStream.Create after File.Move gets old file handle
C# Dev -
10 Jul 2006 2:43 PM - 5 messages
Greetings all, Have a question regarding File.Move / FileStreams My steps, 1. Create file1 demo.log [FileMode.CreateNew] 2. Move file to demo1.log 3. Create file2 with same name as in #1: demo.log [FileMode.CreateNew] Now, problem is that the filehandle in #1 and #3 are the same. ...
Re: Question on ConfigurationElementCollection design
mbu27 -
10 Jul 2006 2:35 PM - 1 message
A while back, a question was posted on ConfigurationElementCollection design as follows: "I have 2 questions on using element collections when building a custom section handler. I'm using the "declarative" model and I can post the code if necessary. ...
CPU by thread
newscorrespondent -
10 Jul 2006 2:18 PM - 12 messages
There are many examples of how to get the elapsed time for a method but I can't find any example of how to measure the amount of CPU consumed by my thread in a method. Elapsed time in a multithreaded application particularly ...
Get Icon from CallingAssembly (or ...)
Pieter -
10 Jul 2006 1:59 PM - 4 messages
Hi, I have a Control Library which shows a Form, and i would like to hev the icon of the CallingAssembly to be shown on this Form. Does anybody knows how to do this? I can't be able to get this Icon... ...
ThreadingModel entry not found in registry of VISOCX.DLL under InprocServer32
Shahzad Godil -
10 Jul 2006 1:55 PM - 1 message
Hi All, I was trying to launch Visio ActiveX in multi-threaded environment. But it was crashing. Later I was able to figure out that ThreadingModel registry entry which should be Apartment etc is not exist under InProcServer32 ...
Converting HTML page to PDF in .NET
JM -
10 Jul 2006 1:21 PM - 4 messages
Hi, I want to convert html page to pdf in .Net.By HTML to PDF, I mean the complete page, say - yahoodotcom should be printed as pdf. I want to see the yahoo page in PDF as I see it in browser. ...
Security Exception with DataSet.ReadXML
Sreppohcdoow -
10 Jul 2006 11:58 AM - 3 messages
When I try to System.Data.DataSet.ReadXML(myPath) I get a System.UnauthorizedAccessException: Access to the path is denied. This is because the file is apparently open/locked by another application. I need to be able to read this file, even when the other application 'owns' ...
Mixed Mode Dll C++
Ash -
10 Jul 2006 9:01 AM - 2 messages
Hi, I am trying to create a mixed mode C++ dll in Visual Studio 2005. I am looking to create a wrapper for a .net 2.0 c# dll because i need to access it from C. Is this possible? I was told that i might only be able to use Visual Studio ...
About IE tool bar in vb.net
Ravindra -
10 Jul 2006 5:04 AM - 1 message
Hello, I need to develop a google like toolbar for internet explorer. I have a seen a similar question and replies to it on this site but all replies refer to the ATL wizard in C++. I want to develop this in vb.net ( or vb6). ...
|
|||||||||||||||||||||||