473,405 Members | 2,176 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Gaurav

1
my problem is that, I've an application running on VS and it works fine if I use debug dll whereas if I use release dll it doesn't. Any idea
Apr 4 '07 #1
2 1173
arne
315 Expert 100+
my problem is that, I've an application running on VS and it works fine if I use debug dll whereas if I use release dll it doesn't. Any idea
Could be a race condition: the additional debugging in the code changes the occurence of events. This should however only happen in a multithreaded
program (and is usually difficult to find).
Apr 4 '07 #2
Banfa
9,065 Expert Mod 8TB
Alternitively you may have failed to initialise some variable or allocated memory. The debug libraries do some memory initialisation that the release libraries don't.
Apr 4 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Jay Douglas | last post by:
Hello all, I've wrote a .dll in c#. The .dll needs to be used by a VB 6 application. At first, I couldn't set a reference from the VB app, but then I found the register for COM Interop in the...
3
by: carmen | last post by:
I'm working in an aplication for a Smart Device that need to "talk" with a printer continuosly through the serial port. I'm trying to use the John Hint's sample code "Use P/Invoke to develop a .NET...
2
by: Gaurav Vaish | last post by:
Hi, How can I accomplish multiple authentication modes in one application? I have the following scenario: - A company, X, has some employees - Those on rolls have an AD account - Those...
6
by: Leon | last post by:
how do I get just the "System.Exception: The subdomain does not exist" message and not the following from a unhandle exception? System.Exception: The subdomain does not exist at...
9
by: Kishor | last post by:
Hi all, I am Using VB.Net for developing my application. I am now needed help. In this project I have to execute some function, but I cannot call them directly using function name, I wanted to...
8
by: Jay | last post by:
In a loop like so: .... xmlr=cmd.executexmlreader() xmlr.read() do while xmlr.readstate <> xml.readstate.endoffile loop How do I return each individual element name and value from a...
7
by: Jonas | last post by:
Hi. I'm trying to develop a web custom control that uses a programmatically created treeview. My problem is that I get an exception when I try to render the control. With properties do I have to...
1
by: gjain12 | last post by:
Hi All, I have to find all the commas in a string except the one that comes inside double quotes and then replace this comma and double quotes with "|" e.g. "Gaurav,jain",gaurav,jain has to be...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.