0
votes
1answer
25 views

Determining .dll dependencies in Visual Studio Express Edition C#

I have written a small program in C# in Visual Studio Express 2008. How do I determine which dll's this app requires, so that I could distribute it along with the required files? Note: Visual ...
4
votes
3answers
76 views

Is there a tool which analyses which functions call which functions for C#?

For a large porting from VB6 to C# job I wrote a tool which uses a murder of regular expressions to analyse a VB6 code base and extract the dependencies of all the functions in all the forms, bas ...
-1
votes
0answers
14 views

Installing Oracle Data Client x64 alongside x86 Microsoft Office [closed]

Is there a way to install the x64 Oracle Data Client alongside a x86 installation of Microsoft Office? Currently, if I compile applications in Visual Studio using the Any CPU build configuration, the ...
1
vote
2answers
34 views

Multiple inhertinace

I have some classes having a .NET control: Class MyTextBox : Inherits MyControl Control As TextBox I would like to use the inheritance instead of having a variable containing the .NET control: ...
0
votes
2answers
34 views

VS2008 on Windows 8 stepping through when debugging a web-app takes a long time

When I try to step through a web-app via F10 key in VS2008 running on Windows 8 Pro it takes about 3 seconds for each step through to complete. On windows XP and windows 7 running VS2008 debugging ...
0
votes
2answers
29 views

Skipping compilation of a method depending on operating system or framework

In Visual Studio 2008 I have a Class which is shared between two projects in the same solution. I have added some calls to "ImageConverter" class which is availabe on the Full .Net framework but not ...
0
votes
0answers
16 views

visual studio 2008 save or backup exceptions to break on

Hi i have break on unhandled exceptions turned on, and turn off the ones i expect to happen as part of my code. But every so often (usually on restarts visual studio resets all my Debug->Exceptions ...
0
votes
0answers
43 views

Migration of an C++ .NET solution from VS2008 to VS2010 (CLR breakpoint IntelliSense)

My Solution in-cooperates one .NET framework project and several C++ projects. Bad news: VS2010 does not support Intelli Sense for .NET. Additionally I am forced to enable the /CLR support for my ...
0
votes
2answers
78 views

One .NET solution with two projects (with different references), using the same source code?

This is the situation: I have an application that access some external hardware. To do that I use the API from the HW vendor in form of a .NET framework. No problem here, I just add a project ...
1
vote
3answers
94 views

How to authenticate the password in an email application built on windows forms?

Yesterday, i had a task assigned by my senior to build a windows forms application in .net which looked like the image i attached. I did all the stuff regarding the sending process of the email ...
0
votes
0answers
65 views

Intermittent Event Firing VB.NET

I encountered a strange problem at work today, and I'm not sure where to go next. I work on software (VB.NET) that runs on multiple computers over a network. On one (and only one) of the computers, ...
0
votes
2answers
50 views

Can we add an extra character with the minor value of the assembly version?

Is it possible to add a character to the assembly version? ex 10.1.1.1a ?
0
votes
1answer
135 views

VS Immediate Window - The name does not exist in the current context

I've had this thing that keeps bugging me in some parts of code and I have no idea what's causing it. I have a block of code where I've set a breakpoint. If I then use my cursor and hover over a ...
0
votes
2answers
181 views

SQLite and .net String was not recognized as a valid DateTime

I'm using VB.NET and VS 2008, and having a problem selecting dates. In the appointmentsmain table are 2 fields, StartDate and CustomerName The StartDate contains dates formatted in this way .. ...
0
votes
0answers
57 views

Execute mail reader program without visual studio

With reference to my previous question, I already wrote my program and it is working awesome when I am using VS2008 for run it. I have two more questions: 1. I want to check with you guys when I run ...
3
votes
1answer
180 views

Visual Studio does not show names of loaded assemblies

When running a c# project from inside Visual Studio, and watching the debug output, one can see when exactly each assembly is loaded. (right-click debug output window, check "show module load ...
0
votes
1answer
41 views

Visual C++ Migration from visual studio 2008 tfs to 2010 tfs and from net framework 3.5 to 4.0

I have a visual c++ project in visual studio 2008 and NET Framework 3.5. Now, I have migrated into visual studio 2010 and .NET Framework 4.0. Once converted, I see that some external dependencies ...
0
votes
1answer
51 views

I have a list of items and have copied it to a collection. If any changes happen to the list it should automatically reflect in the collection

My Project is Step 1: Create a C# console application which should create a list of type String and add item1, item 2 and item 3. Step 2: Create a Collection of type String and copy these ...
0
votes
1answer
76 views

UI lagginess. Resizing my application window takes maxes out the cpu

VB.NET / Win forms / VS 2008 I'm working on some software and I'm very happy with the UI design so far.. very structured and easy to read.. but when I resize the window, it's extremely "laggy". ...
3
votes
2answers
367 views

How to Make RichTextBox Text Only? [duplicate]

Possible Duplicate: How to prevent richTextBox to paste images within it? If you're using Richtextbox, there are several advantages in Richtextbox for example: we can use color font on ...
0
votes
1answer
70 views

Try to attach to a process in debug mode fails

I have 2 solutions. Solution1 output type is exe and solution2 output type is class library. I open both the solutions in separate VS2008 editors. Debug solution1 by clicking on F5. Now the ...
2
votes
1answer
251 views

SQL Server: cannot connect from local website (SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

I'm developing a website using Visual Studio 2008 and Sql Server 2008 Express. I entered into developing, so code is right as there are some coleagues of mine running it correctly with the same tools. ...
1
vote
1answer
63 views

Trouble loading assembly: 'Microsoft.Practices.EnterpriseLibrary.Common'

I have a VS 2008 solution whose projects are making use of a number of the Microsoft.Practicies libraries. **Versions for all of the assemblies are: 4.1.x Everything builds fine, but when I run it, ...
0
votes
1answer
63 views

References the Visual Studio Project

i'm making a project in visual studio and there are references in my project such as Microsoft.Office.Interop.Excel .. etc I set CopyLocal of Microsoft.Office.Interop.Excel to False and the ...
1
vote
0answers
100 views

How to measure execution time across VS 2008 C++ and Unity C# programs on a Windows 7 machine?

I have two programs which communicate via UDP running on a Windows 7 machine. One is built in VS 2008 with C++ and the other is a Unity3D program using C# scripts. I'd like to take the highest ...
0
votes
0answers
112 views

Visual Studio Freezes when building projects that have User Controls

I've inherited a Windows Mobile solution that contains multiple user controls, and am experiencing an issue when building the solution in Visual Studio 2008. When the build process reaches "Target ...
0
votes
0answers
187 views

Combine two or more Images in Vector mode on PictureBox (VB NET)

here, i have made a Description so that you can understand what i mean. in vb.net, to show an image we can use PictureBox. now, i'd like to combine them with PNG Images format. i've tried to ...
0
votes
0answers
73 views

Changing searched Text in ReportViewer in C#?

Using VS 2008 and C# and Microsoft ReportViewer, I want to access the text to be searched and change it, I searched in Google and found that possible in VS 2010 but not possible directly in VS 2008, ...
0
votes
1answer
140 views

WiX: The “ReadRegistry” task could not be loaded from the assembly […] This assembly is built by a runtime newer than the currently loaded runtime

I've developed an application using Visual Studio 2008 targeted at .NET Framework version 3.5. Now I wanted to create an installer for the application using WiX. I installed the WiX toolkit and then ...
1
vote
1answer
55 views

How to update VS projects' frameworks from 2.0 to 4.0 safely?

We have about 5 big projects in 2.0 .NET framework. We are using VS 2008. We are decided to change our framework to 4.0 and upgrading to VS 2012. What are the possible problems in this situation? ...
-1
votes
5answers
1k views

retrieve value from database and assign it in to string variable C#

i want to retrieve value from table.. please gys help me.. the thing is i want to get that value and check it with a string value so please help me.. this code is not working SqlCeCommand cmd1 = ...
0
votes
1answer
68 views

SQLDataReader doesnt show first element, but accesses it?

I have code similar to the following: SqlDataReader sdr = null; . . sdr = cmd.ExecuteReader(); while(sdr.Read()){ string x = sdr["x"].ToString(); Console.WriteLine(x); long? y = ...
0
votes
0answers
42 views

how to enable debug-output in remote-debugging environment?

I have the requirement to remote debug an application in Visual Studio 2008, but remote-debugging isn't working as expected. It's not possible to see the debug output of the application (breakpoints ...
0
votes
1answer
75 views

Change already-written console application to project of “Windows Service” type?

I have a console application which I need to change to a windows service. How do I do this? In Properties it only has "Windows Application", "Console Application" and "Class Library" in the drop down. ...
2
votes
1answer
74 views

first issue with first linq

I'm using vs2008 framework 3.5 and i'm looking about linq for first time, following these http://msdn.microsoft.com/it-it/library/bb385164(v=vs.90).aspx Creating data source like this ...
0
votes
1answer
124 views

$(MSBuildStartupDirectory) in Visual Studio points to different places on different machines

In a large solution, I'm integrating Gendarme into Visual Studio 2008 compilation process. I am using GendarmeMsBuild task along with a .targets file to add a AfterBuild target to every project in the ...
0
votes
3answers
41 views

How to include custom derived controls into the toolbox

I've defined a class that inherits from Datagridview. Is it possible to put this on the toolbox in Visual Studio so that I can just click and drop on the Windows Form Designer?
6
votes
1answer
156 views

How do you debug an assembly loaded through Assembly.Load(byte[])?

I am creating a plugin for a product that loads plugin DLLs using Assembly.Load(byte[]). This is all very well and good, but it means that I have no conventional means of loading the debugging symbols ...
9
votes
4answers
4k views

How is the .NET Framework 4.5 Full Install only 50MB (since they don't have Client Profile anymore)?

(all size references are in packaged size terms, not deployed/installed sizes) Basically, the previous .NET Framework 3.5 was a few hundred MB's in size (231.5 MB's), and the Client Profile didn't ...
0
votes
1answer
423 views

how to properly GetTypeFromProgID for visual studio 2008

I am following the instructions here: http://msdn.microsoft.com/en-us/library/ms228772(v=vs.80).aspx for .net 3.5 visual studio 2008 to fix this issue: call was rejected by callee for this line of ...
1
vote
1answer
109 views

Form/Class in C# is not getting detected in Intellisense while coding

I was using visual studio 2010. But shifted the whole project in visual studio 2008 (By add existing item techniqe). Whole project is running good. But my problem is that when i adds new form to the ...
2
votes
1answer
594 views

Connecting with USB in c# [duplicate]

Possible Duplicate: How to detect a USB device has been plugged in? I want to create c# .net windows application in which i want to show message when any USB device is connected to the ...
0
votes
0answers
108 views

Repeat Scroll Animation Richtextbox in Vb.net

i want to scroll Richtextbox Text like vertical scroll Repeatedly with animation like news website's.i don't have idea achieve like this one and please can any one guide me how to achieve this one in ...
2
votes
2answers
103 views

Namespace and AjaxToolkit Errors in Visual Studio 2008 after installing Visual Studio 2012,

I have been using Visual studio 2008 Professional for a few years. Last year I downloaded and installed Visual studio 2010 express with no problems. Recently I downloaded and installed visual studio ...
2
votes
2answers
690 views

Memory corrupt error

I have made one c# application For estate Agent Management. In that application i have one mdi form which has all the menus in it. In that menu when i selects agent master , one form comes with Add ...
1
vote
1answer
125 views

Hosting an ASP.Net web service

I have no idea how a webservice can be hosted in a web hosting. I couldnt find any explanation of this step by step. I tried many things to do this. I created the web service in Visual Studio 2008 ...
0
votes
1answer
98 views

How can I use shape corner with tab control in my c# project?

I have to add tab control similar to shown on visual studio start page. How can I add this type of control in toolbox of visual studio and use in my project. The class name for this control shown ...
2
votes
1answer
91 views

How to fix visual studio 2008 when it adds subfolder names to the default namespace?

I am having a problem at work whereby my visual studio 2008 has started adding subfolder names to my default namespace when i create a web page file (.aspx.cs) under a folder. For example if my ...
1
vote
0answers
398 views

call was rejected by callee

My application was working fine on my win 7 64 bit machine. I tried to run the winforms visual studio 2008 .NET C# application on a different win 7 64 bit machine and now I am getting this error: ...
0
votes
1answer
41 views

Registering activeX contols on user side

I have been searching last 2 hours to figure out a way to implement activeX control . I actually did it by generating a dll file and accessing it via java script and it works fine if I register it ...

1 2 3 4 5 23