.Net Dependency Injection On Debug Build Using Nant?

May 26, 2009

I have a relatively small app that Im building using vb.net 2.0, and nant. Its a app that calls out to an external exe to produce some output files, then processes those output files afterwards.I have built an interface to the exe, which I have created a stub implementation and the real implementation, what I would like to be able to do is use nant to either create a DEBUG build of the app, which calls the stub implementation, or create a PROD build of the app which will use the correct implementation.

View 2 Replies


ADVERTISEMENT

Nant Vbc Build Error Loading Custom DLL Reference

Apr 4, 2012

I am having trouble trying to get NAnt to compile my project, which consists of a windows forms application, a utilities library (DLL) and a data classes library (DLL). The problem is that I can't get the main WinEXE application to reference the data classes library, which gets compiled as the second step, before the app is compiled.

[Code]...

View 1 Replies

.net - Visual Studio 2008 Build Dependency Chain?

Feb 22, 2009

I am having an issue with Visual Studio 2008 SP1. Basically, I have a .NET 3.5 solution with a client, shared and server component. While coding, all components run on the same box, but in production the server component is a standalone (remoting) service running on a separate server.

I would expect that a change to the client component would require only a rebuild of that component as there is no client/server dependency. This is in fact how it works on my work PC. However, on my personal PC and another co-worker's PC, any modification - even a simple label change on the client, requires the server component service to be stopped so that the solution can be rebuilt in its entirety. Does anyone know if there is a particular setting that controls this??

View 2 Replies

Axinterop.wmpLib.dll Works OK In Debug Build - Not OK In Release Build

Feb 15, 2012

I have a Form with a Media Player in it. Which plays a Song.

[Code]...

It's playing in the background since the Form is hidden. When I play itin Debug, everything works fine. When I run the app outside Debug, I get this error: [URL] The Music File is there, but strangely, there comes this weird error.

View 4 Replies

VS 2008 Make A Release Build Instead Of A Debug Build?

May 3, 2010

I am using 2008 Express Edition. I am trying to make a Release build instead of a Debug build.Under Tools->Options, Projects and Solutions->General - I checked Show advanced build configurations. The option to switch configurations does not show up in the IDE.

After this, I went to the Project Properties->Compile and switched the Configuration from Active(Debug) to Release.After building, I looked in my project directory, however only in the Debug sub-directory was the .exe and nothing in the Release sub-directory.I have used Visual C++ Express Edition, where I noticed that if you do not change to Release in the IDE than after changing to Release in properties, resets the project to the last configuration setting which is usually Debug.how to make the Debug/Release box available in the IDE, since Tools/Options does not make it show up?

View 3 Replies

Perform Release Build And Not Debug Build For Exe

Aug 4, 2010

I have some very simple questions about making a release build exe in vb.net using MS VB 2010 Express.

I realize that my project's executable is built in the bin/debug folder. However, when I copy this to any other location on my computer or someone else's, this executable does not function. I have read that I need to create a release build but in MS VB 2010 Express, when I use the Project-Properties menu and change the Compile tab configuration to Release and the path to binRelease, I still get the exe in the binDebug folder and not the binRelease folder.

1) Is it normal that exe's from the debug folder do not function outside of the debug folder?

2) Most importantly, if the release build produces a faster exe, could someone please explain step by step how to do this with MS VB 2010 Express ? I do not see any button on the compile tab in the project properties that actually builds the release.

View 8 Replies

Publish Build Errors (But No Errors In Debug Or Build) VB 2010

Jan 4, 2012

So when i build or click debug on my program. No errors come up and its smooth. So i decide to publish my programme. However. I come up with a bunch of errors during the publishing.

Here they are:Error 1 Cannot publish because a project failed to build. 1 1 Simple CALC

Error 2 Unable to copy file "binReleaseSimple CALC.exe.manifest" to "binReleaseapp.publishApplication FilesSimple CALC_1_0_0_0Simple CALC.exe.manifest". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

View 3 Replies

Can't Build Debug Setup Project

Apr 7, 2009

I have a setup project which is full of VB Libraries / apps...when I try to build it in the debug configuration it always errors out with this error[code]...

View 9 Replies

[2005] App Won't Build / Debug Anymore

Mar 8, 2009

For the last half an hour, whatever changes I make in my app, when I hit the green arrow to start debugging nothing changes. The app seems to be running from a previous build?There's no error/warnings/messages on build.

View 2 Replies

C# - Place DLLs In GAC On Solution Build In Debug

Dec 16, 2009

We have a couple of DLLs that need to be put in the GAC at compile time only in Debug mode as this is what developers use locally. Release mode will be the Continuous Integration server build and we will not want to put any dlls in the GAC. We used to do something similar with post build events on a project, but if a post build event can be conditionally run if debug. What is the best way to achieve this?

View 2 Replies

Changing Project Build Configuration To Debug Mode?

Jul 31, 2009

From my DLL project I have succeded in making AutoCAD launch by pressing F5 from VB.net IDE (Visual Studio 2008) en route to try to make debugging of the DLL easier ...

... however one last obstacle is currently in the way and the obstacle is that for some reason when I hit F5 and AutoCAD is launched my breakpoints are not recognized at all... and program runs from start to finish instead of allowing me to debug ...

It issues a strange message which says "The following module was built either with optimizations enabled or without debug information... to debug this module, change its project build configuration to Debug mode..." and it is all weird because as far as I know I am not in release mode .. but in debug mode (anyhow I am relatively new to Visual Studio .NET so I am thinking that my impression could be that I am in debug mode when in actuality I maybe in release mode)...

Here is why I think I am debug mode ...

1. From Solution explorer ... when I click on the Solution Name and view its properties ... the Active config property says Debug|Any CPU

2. When I look at the properties of the project and look at the compile tab it says that the Configuration is Active (Debug) and under Platform it says Active (Any CPU).

3. Under the Advanced Compile Options of Compile Tab from project properties ... Enable optimizations is UNchecked ...

Anyhow with all the settings mentioned above it seems that I have everything okay but then the message above proves otherwise ... and so at this point I know that I am still missing something ... like a setting somewhere... wondering what else do you think am I still missing?

As additional info...there are seven projects in the solution and it is the main one (the one that I set as startup project) whose properties I refer to in all the paragraphs above.

View 2 Replies

VS 2008 - Setting Start File When Build / Debug

May 26, 2009

I have more than one file under project. Where do I configure the first/start file when debug?
Example: form1.vb is load by default when debug. Now I want it to load login.vb instead.

View 4 Replies

Preventing SQL Injection?

Oct 25, 2010

I have this code

UPDATE OPENQUERY (db,'SELECT * FROM table WHERE ref = ''"+ Ref +"'' AND bookno = ''"+ Session("number") +"'' ')
How would I prevent SQL Injections on this?

[code].....

View 8 Replies

Protection Against SQL Injection And Other?

Dec 4, 2011

I would like to know if removing the following specials character would be enough to protect my program against SQL Injection :

"'/*$%()!#^&

View 4 Replies

VS 2008 Is Dll Injection Possible

Jul 21, 2009

I know it is possible with C#, C++, VB 6 but i'm not sure about VB.net 2008, i have looked around to see if it is possible but have not found a way. There isn't a specific reason i need to know, just curious... So, is it possible with vb.net, if so how? CreateRemoteThread?

View 30 Replies

.net - VB 2010 Express: Debug.WriteLine Optimized Away Completely In Debug Version?

Aug 31, 2011

Simple question that does not seem to be covered: If I use a lot of Debug.WriteLine statements in my code, will they be completely absent in my production version?

I mean: Is the compiler smart enough to not emit any code for those calls? Or would I have to surround them by #if DEBUG..#end if directives?

View 3 Replies

.net - Code Prevent SQL Injection?

Nov 25, 2009

I've been contracted to analyze an existing Data Provider and I know the following code is faulty; but in order to point out how bad it is, I need to prove that it's susceptible to SQL injection.

Question What "Key" parameter could break the PrepareString function and allow me to execute a DROP statement?

[Code]...

View 7 Replies

SQL Injection-proofing TextBoxes?

Mar 21, 2012

I've found some tutorials on this already, but they aren't exactly what I'm looking for, I can use the following for username fields and password fields

[Code]...

So I need to run this with parametrized queries rather than how I'm doing it now?

View 3 Replies

VS 2005 Prevent Sql Injection

Nov 19, 2009

is there a way to detect if the text in a textbox contain code for Sql Injection?

View 2 Replies

Asp.net - SQL Queries Open To SQL Injection Attacks?

Jan 29, 2010

I have re-written my code I would now like to check if my code is still open to SQL Injections after this work. I believe the code is now working as it should, but any blinding errors that you see i'd love to hear about too. My code is now looking like: -code removed-

View 5 Replies

C# - Get SQL Injection Attack From SELECT Statement?

Jul 8, 2009

I know i must use Stored Procedures as much as Possible, but i would like to know the following.

A: Can i get a SQL Injection attack from a SELECT statement such as (Select * from MyTable) ?

B: Also, can i get a SQL Injection attack when I use the SQLDataSource in ASP.NET?

View 9 Replies

SQL Injection : SELECT Fields FROM Table

Nov 17, 2011

I will post a sequence of examples and thought about sql injection, I wish the expert will correct any small mistake in what I will say so I can know exactly the possible danger.

The required is to create a function in vb.net that accept 2 parameter (table_name, fields_list) and return the result in datatable

Now, I am aware of that table_name and fields_list cannot be passed as parameter to the command object using .AddParameter

here is a couple of thoughts, what I would like to know is

1- which function is exposed to sql injection

2- Which function is more safe

Public Class Form14
Dim conn as New SqlClient.SqlConnection(connection_string)
Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[code].....

View 15 Replies

VS 2010 DLL Injection And Packet Editing

Jun 14, 2011

I have a question... I recently came across a program called WPE Pro (Winsock Packet Editor Pro). Basically what it does is lets you sniff, edit and send packets intercepted from a process. Thats the key word here PROCESS. From what I can tell WPE uses DLL injection to sniff and inject packets directly into an active socket connection on the target process. What I want to know is how would I go about achieving this? If it isn't possible with the .NET language, is it possible to goto C++ or something?

View 4 Replies

Set A Service Dependency?

Jul 16, 2009

Does setting service dependencies mean my service will only start if the one it is dependent on is already running or does my service wait to start until the dependent service has started.

View 4 Replies

.net - Prevent SQL Injection In Dynamic Column Names?

Jun 8, 2012

My question is how best to avoid SQL Injection with the method I am currently using.EDIT (Reasoning): There are many of columns in a number of tables (a number which grows (only) and is maintained elsewhere). I need a method of allowing the user to decide which (predefined) column they want to query (and if necessary apply string functions to). The query itself is far too complex for the user to write themselves, nor do they have access to the db. There are 1000's of users with varying requirements and I need to remain as flexible as possible - I shouldn't have to revisit the code unless the main query needs to change - Also, there is no way of knowing what conditions the user will need to use

View 2 Replies

DB/Reporting :: Is Application Immune To SQL Injection Attacks

Sep 18, 2008

I'm developing a VS2008 ASP.NET VB.NET application that uses a SQL Server Express databaseALL database access is via parametrized stored procedures, where I pass the data for each field to the stored procedure as a parameter.

View 5 Replies

VS 2008 Dll Injection - When Dll Is Injected How To Activate A Function

May 17, 2009

I know that hooks are programmed with C++.

I would like to know some stuff here:

1) When dll is injected how can u activate a function?
2) What is a class exactly in a dll?
3) Can you design a class?

View 5 Replies

Need To Regsvr32 A .dll Or Use Dependency Walker

Jun 7, 2011

I just added a reference to Excel interop in my VB.net project, but when I call new WorkBook it fails with an error:Retrieving the COM class factory for component with CLSID {00020819-0000-0000-C000-000000000046} failed due to the following error: 80040154.Do I need to regsvr32 a .dll or use dependency walker to find the problem? When I look in the registration database for that CLSID is points to Office 2010 which I have installed.[code]

View 3 Replies

.net - Circular Dependency Between MODEL And BLL?

Sep 1, 2011

Assuming an architecture as such.MODEL > BLL > DLL

Trying to implement lazy loading in my MODEL I have run into a circular dependency between my MODEL and BLL..Basically imagine a property in my model that I want to implement as follows

Public Readonly Property ProjectCategory As ProjectCategory
Get
If Me._ProjectCategory Is Nothing Then
Me._ProjectCategory = ProjectCategoryBLL.GetProjectCategoryByID(Me._ProjectCategoryID)
End If

[Code]...

I have my MODEL, BLL and DLL in separate projects and because of the fact that my BLL references my model I can not reference my BLL from my model as this would create a circular dependency.

View 3 Replies

C# - WPF Dependency Property Not Working?

Dec 6, 2010

I have a custom Dependency Property defined like so:

public static readonly DependencyProperty MyDependencyProperty =
DependencyProperty.Register(
"MyCustomProperty", typeof(string), typeof(MyClass));[code]....

Now I try set that property in XAML

<controls:TargetCatalogControl MyCustomProperty="Boo" />

But the setter in DependencyObject never gets hit! Although it does when I change the property to be a regular property and not a Dep Prop

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved