A group of classes and name-spaces compiled into an exe or a dll file, written in a .NET-specific language such as C# or VB.NET.

learn more… | top users | synonyms

1
vote
2answers
37 views

Could not load file or assembly 'Oracle.Web, Version=2.112.1.0… The system cannot find the file specified. (It's already loaded in my GAC)

I'm trying to run my web app which references Oracle.Web, which is already loaded in my GAC: When I run my web app, I get the error message: The Oracle.Web DLL is 32-bit. EDIT: Here's a ...
0
votes
0answers
13 views

Create IronPython assembly with static linkage of the used imports for use from C#

I'm trying to create an assembly of some python code to be used in my C# / .Net App. I've compiled it using SharpDevelop and can access the assembly from my C# code. However, I would have to deploy ...
0
votes
1answer
37 views

Difference between an Assembly, Module and Package in C#.NET

Some of the terminologies have no defined answers, many blogs and or people have slightly varying perspectives about the term assembly, module, package. I am very interested in knowing the actual ...
0
votes
0answers
13 views

Corrupted file Paypal_base file

I'm so depressed for days seeking answer for the following problem: My website was working fine (It contains paypal_base.dll) files my laptop battery dropped out and when I re-started my application ...
3
votes
1answer
72 views
+150

VS2012 template wizard - GUI not showing

I'm having problems having my visual studio template wizard's gui showing up. I followed these steps: http://msdn.microsoft.com/en-us/library/ms185301.aspx Here's what I did: 1) Generated a C# class ...
5
votes
1answer
64 views

How does Visual Studio know if the source file matches the original version?

I figured out how a .NET assembly .dll file maps to a .pdb using a GUID (blog). When I debug into an assembly and it asks for the source code, if I navigate to a file, it may tell me that the source ...
0
votes
0answers
24 views

Compiling multiple .Net assemblies with mono in JScript (not C#)?

does anyone know how I could make a number of separate assemblies out of my 50+ Unity3D scripts? My scripts are all written in JScript.Net and compiled by Unity using relatively old Mono compiler ...
4
votes
1answer
37 views

How to get the physical path of the referenced assemblies

I have one main assembly, this assembly has referenced some more assembly. I am able to get those referenced assmbly names. But, i am unable to retrive the physical path of those referenced ...
2
votes
1answer
28 views

Serializing a type created in a ScriptEngine session

Consider the following console application: using System; using System.IO; using System.Text; using System.Xml.Serialization; using System.Reflection.Emit; using System.Reflection; using ...
0
votes
0answers
34 views

SQL Server, adding CLR assembly

I'm trying to add an assembly to my sql server 2012 database. When I execute the script to add assembly, I get this error. By the way I am using Newtonsoft.Json framework, and I added its dll to my ...
0
votes
1answer
17 views

Unable to load assembly in appDomain

Until recently I was loading my assembly by calling Assembly.LoadFrom and it was ok. But now I need to load it in a temporary appDomain but I keep having a FileLoadException when trying to load the ...
0
votes
0answers
11 views

Cannot reference my dll from forms project within same solution

I am creating a C# class library, and using a Windows Form project within the same solution to test the classes. There are 7 classes, and each class has a service reference it uses. I found that ...
0
votes
1answer
15 views

What are possible breaking changes can happen in dot net assembly

I am learning about the Dot net assembly Version number. While looking for when to change assmebly version number, I came across the term breaking change. I believe breaking change is vast area. I ...
-1
votes
1answer
27 views

Using GAC assemblies needs permissions

I just installed two libraries on GAC and I'm trying to use them in a simple application where I only call the constructor of my method: MyMethod m = new MyMethod(); When I try to run the .exe of ...
3
votes
1answer
38 views

Find out who started my assembly

My assembly (.net exe) is typically started with "Assembly.Load(pathname)". Inside the loaded assembly I would like to get access to the assembly which launched my assembly. Is there a chance?
0
votes
1answer
31 views

How to add HttpHandler located in GAC to IIS7.5

I want MyHandler installed in GAC to be applied to all applications hosted on IIS. I made it work for particular application when I add Managed Handler on global level <add name="MyHandler" ...
0
votes
2answers
41 views

Dynamically change namespace and assembly name

Basically, I developped a small library with some common fonctionnalities that I use in all my projects. For some political reasons, I cannot choose a generic name for that library (including ...
0
votes
1answer
18 views

Report Builder custom method of assembly returns “#Error”

I am currently trying to add an assembly into report builder 3.0 to execute a method and return the result: But I always get "#Error" in the preview. Even whe the method is that simple: public ...
2
votes
2answers
49 views

Where does an ASP.NET WebSite or Web Application store Referenced DLLs

In simple terms - I have a .net library A.dll. A.dll uses B.dll & C.dll. Both B & C are not .Net Libraries. How do I use A.dll in my web app? So I have the dll file - Jedox.Palo.Comm.dll ...
0
votes
1answer
28 views

Import Library with special character in IronPython

I got a C++.NET library from a colleague with a name like "my-name.dll". Importing in IronPython is not possible since "from my-name import *" is not valid. If I rename the library to "myname.dll" I ...
0
votes
1answer
27 views

Download Yahoo Finance Data - assembly 'System.Data.SQLite

I am trying to implement a code found on internet and I want to change it, however, I cannot debug it, because it displays this information : Could not load file or assembly 'System.Data.SQLite, ...
0
votes
0answers
31 views

Can't load assemby/native code within Dynamics Ax POS

I'm having a problem loading some c++ assemblies inside some C# assemblies, but I think the problem is windows related and not language specific. I'm working on extending the functionality of a ...
1
vote
1answer
67 views

Framework .NET. Difference between lot of Dll and one Exe only

I'm building a WinForms application. I would like to know if there are difference between one only .exe file or multiple Dll. Actually i have 7Mb of one .exe, and i fear of some performance issue; but ...
0
votes
1answer
42 views

Assembly resolving in ASP.NET project outside of bin folder

How can i resolve assemblies references outside of bin folder of ASP.NET web-development server? This can be useful to not have copies of same dll's. Nothing is working: probing element at ...
0
votes
1answer
22 views

How CLR will identify Assmebly version change?

This page http://support.microsoft.com/kb/556041 clearly explains the difference between AssemblyVersion and AssemblyFile version. And also this page says when to change both. Still I have a ...
0
votes
1answer
46 views

reset my project .csproj file in c#

I'm working with c# in .net 4.0. my question is how to reset my project settings. like csproj files, reference files. why because is my project could not find some dll(references). while running with ...
0
votes
0answers
15 views

dot net code deployed on citrix access platform, add .Net assemply refernce

We have a dot net C# application deployed in citrix AccessPlatform/Web Inetrface. we are trying to do some code change in this deployed application and need to add a dot net assembly reference in the ...
0
votes
1answer
45 views

Assembly.Load(byte[]) load only once

This might look like a duplicate but it isn't, its actually a different question! The scenario is this: I have a web app that iterates through all the dlls dynamically loaded into the system to ...
0
votes
1answer
37 views

C# Reflection, assembly.load byte[]

im using Assembly.Load(byte[]) to dynamically load some dlls, which the user adds when wanted. What happens if i call Assembly.Load(byte[]) multiple times, being that byte[] loaded from the same time? ...
0
votes
0answers
24 views

Whats the difference between 'AssemblyVersion' in AssemblyInfo.cs & 'AssemblyFileVersion' in StrongNameVersion.cs [duplicate]

In my workplace I see different versions for 'AssemblyVersion' in AssemblyInfo.cs & 'AssemblyFileVersion' in StrongNameVersion.cs. Thus can any one tell me the difference between both the ...
0
votes
1answer
47 views

LitJSON error in powershell

I'm trying to use Leonardo B's litjson library from PowerShell. The entry point to the library I need to use is a static method. I can load the assembly with add-type, no problem. Trying to use the ...
1
vote
1answer
49 views

Remove an assembly from an application domain

So I'm trying to remove an assembly from my Thread.GetDomain().GetAssemblies() area. I've looked at a couple of explanations on the web so far but have just not been able to figure it out. This is ...
0
votes
1answer
27 views

Add Custom Class at runtime, Reference missing

i'm trying to generate Code at runtime which uses a custom class from another Namespace. Here´s my code: namespace Test.Programm.Network { class Handler { public void ...
2
votes
1answer
59 views

Dynamically Loaded Assembly - Settings & Communication

Ok so... I have a WPF application (let's call it Launcher.exe) which loads and executes another WPF application (let's call it Loaded.exe) dynamically using something like this: Byte[] assemblyData; ...
0
votes
0answers
14 views

2 Assemblies, interface in one and implementation in the other

I have an assembly A having an interface ICustomerManager. The other Assembly B having the implementation CustomerManager. This setting will cause a circular dependency because the Assembly A has to ...
1
vote
1answer
65 views

Multiply copies of assemblies are loaded into the memory by ASP.NET server

I have web server witch hosts ASP.NET. I used SysInternal process explorer and find that the several version of each dll from server bin folder are loaded. Assemblies are loaded from \Temporary ...
2
votes
1answer
292 views

All projects referencing sub-project must install NuGet package Microsoft.Bcl.Build (C#/Windows Phone 7)?

I'm having a particularly difficult refactoring session involving a C# solution with multiple projects in Visual Studio 2012. I needed to pull out a bunch of code into their own assemblies so that ...
0
votes
0answers
28 views

Add automatically the resources files in the AssemblyInfo manifest

After add manually a very long list of resources in the assembly file, i ask someone if is not possible to make this action programmatically. It don't understand why after define as embeded resources ...
0
votes
3answers
73 views

Create Class at Runtime, File not Found Exception

im having a Problem creating a Class at runtime. Everytime i debug the code below i get the following error message at var cls = results.CompiledAssembly.GetType("test.DummyHelloWorldHandler"); Could ...
0
votes
1answer
31 views

How can I render Razor page from Assembly

UPDATE1 I've added RazorGenerator and etc... After set custom tools, I've seen generated code for my razor pages. Added this code in assembly public class MyAreaRegistration : AreaRegistration { ...
-2
votes
2answers
26 views

SQL Error mesage relating to length of identifier [closed]

I get the following error, but not quite sure what it means: Error message: System.Data.SqlClient.SqlException: The identifier that starts with '[DEFAULT], 1 AS rowJoiner FROM ...
3
votes
2answers
100 views

AssemblyBinding BindingRedirect not working for MVC4 app with T4MVCExtensions

We have a large .NET web application that was MVC3, using T4MVC. We recently upgraded it to MVC4, and all is good except for T4MVCExtensions (version 3.6.5 from NuGet) is still dependent on ...
3
votes
5answers
131 views

.NET assemblies memory usage

Suppose I have two total separate .NET apps, Foo.exe and Boo.exe, both of which are using the same library TestLib.dll which is located in the bin folder of Foo and Boo (two copies). Will .NET load ...
0
votes
1answer
48 views

Loading managed assemblies in a unit test project seems to slow Visual Studio 2010 down

I am loading multiple managed assemblies in a unit test. The assemblies are from within the solution and not third party, not that it matters. I notice that Visual Studio tends to increase memory ...
1
vote
0answers
90 views

Get Type from Fully qualified name only in Windows Store App

I have a string containing a full qualified name like MyNamespace.MyType which I know is in a loaded assembly. I need to get the Type instance of this, in a windows store app. The issue I'm having ...
-1
votes
1answer
71 views

how to specify the assembly explicity in the type name?

I am using the visual studio 2010 for designing a web,and I have used the layer programming,I am using a gidview and objectdatasource, but I get this exeption: "The type 'WebApplication4.view1' is ...
10
votes
1answer
138 views

Kaspersky detects my ConsoleApplication as a trojan

I've been searching for a while but I did not find any suitable answer to this question. I noticed that my antivirus started detecting my application as a trojan. My antivirus is Kaspersky 2013 and ...
5
votes
1answer
137 views

understanding a csproj assembly reference

I am using VS2010 and I tried to add a few assembly from local hard disk to my C# project through file reference. Peeking into the csproj file. I found sometimes the file reference appears as ...
0
votes
0answers
37 views

WPF Toolkit Datavisualization error

I get this error when I try to run my VS2012-project in release mode: {"Could not load file or assembly 'System.Windows.Controls.DataVisualization.Toolkit, Version=3.5.40128.1, ...
0
votes
1answer
32 views

Error with EntityDataSourceExtention to Enable Insert(): “type or name EntityDataSource could not be found”

In Visual Web Developer 2010, I'm trying to implement the extension to EntityDataSource described on this page that enables Insert() to be used as a method: ...

1 2 3 4 5 17