473,472 Members | 2,264 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Code changes ignored

Hi there,
a customer has an .ASP .Net application that I have written
for them. They recently requested a minor change to a SQL statement that
loads a drop down. I made the change and supplied them with the updated .VB
file. However, the changes are ignored by the application. I have even
dialled in to their system and completely changed the SQL statement to
return rubbish but the changes are not recognised by the application. I
rebuilt the application when I made the code change here, and it did not
update the .DLL so I only sent the .VB file to the customer. The change
works fine on my machine but not the customers. There must be something
blindingly obvious that I have missed. Can anyone please shed some light on
this.
Nov 19 '05 #1
3 1392
If you're using code behind then giving them the .vb file will have no
effect, the code is compiled into the .dll. (unless you explictly tell the
page you are fixing to use late binding). When you rebuilt the app it should
have updated the dll, that seems to be the issue. Are you sure there were no
build errors? can you check the properties of the project to verify the path
to the dll?

Rob

"Waldy" <wa***@notmail.com> wrote in message
news:u2**************@TK2MSFTNGP15.phx.gbl...
Hi there,
a customer has an .ASP .Net application that I have written
for them. They recently requested a minor change to a SQL statement that
loads a drop down. I made the change and supplied them with the updated
.VB file. However, the changes are ignored by the application. I have
even dialled in to their system and completely changed the SQL statement
to return rubbish but the changes are not recognised by the application.
I rebuilt the application when I made the code change here, and it did not
update the .DLL so I only sent the .VB file to the customer. The change
works fine on my machine but not the customers. There must be something
blindingly obvious that I have missed. Can anyone please shed some light
on this.

Nov 19 '05 #2
"Waldy" <wa***@notmail.com> wrote in message
news:u2**************@TK2MSFTNGP15.phx.gbl...
a customer has an .ASP .Net application that I have written for them.
They recently requested a minor change to a SQL statement that loads a
drop down. I made the change and supplied them with the updated .VB file.
However, the changes are ignored by the application. I have even dialled
in to their system and completely changed the SQL statement to return
rubbish but the changes are not recognised by the application. I rebuilt
the application when I made the code change here, and it did not update
the .DLL so I only sent the .VB file to the customer. The change works
fine on my machine but not the customers. There must be something
blindingly obvious that I have missed. Can anyone please shed some light
on this.


There's no point sending the .vb file to the customer - those files are used
only to store your VB.NET code-behind.

You need to rebuild your ASP.NET application in Release mode and then
redeploy the DLLs from your \bin folder into the equivalent \bin folder on
the client's web server.
Nov 19 '05 #3
Sorry,
I was looking at the wrong .DLL! I opened the .DLL in notepad and
you can clearly see that the SQL statements are held within.

Thanks.

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
4
by: Roland Hall | last post by:
This question crosses between this group and IIS, so I have included both. I'm referencing a MSFT document: Creating Custom ASP Error Pages:...
1
by: aa | last post by:
When I looked into VIEW-->Source code, the source code shows the result of a javascript code execution, not the javascript code itself as it is supposed to be. "Check for new versions of stored...
22
by: Illya Havsiyevych | last post by:
Hello How easily parse VB/VBA code by VB/VBA code ? Is any ready solutions ? Thank's, illya
1
by: Daveyk0 | last post by:
Hello there, I have a front end database that I have recently made very many changes to to allow off-line use. I keep copies of the databases on my hard drive and link to them rather than the...
4
by: Chris | last post by:
I work on a development server (Server A), and have a staging server (Server B), where updated ASP.Net files from Server A are sent to. I noticed that Server B will reflect changes made to .aspx...
9
by: Cesar | last post by:
Hello there, A java programmer sent me a wsdl file, which I have to use to consume his web methods. When I run the wsld.exe tool to generate the class' code, I get the following message: ...
5
by: P | last post by:
I was wondering what sort of changes I need to make in order to make an application to be DEP compatible with on Windows XP x64 version 2003. I have compiled an open source C application...
1
by: jrefran | last post by:
Hi there! I got this error during my DBI installation from source code. Execution of "perl Makefile.PL" was okay. But after I execute "make" this error appeared on the last part. ...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
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
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.