I am having troubles with this error:
Unable to emit assembly: Referenced assembly 'CalendarLibrary' does not have a strong name.
I wasn't getting it while debugging before, but now that I t...
HI, i have Asked this question here before : http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_.NET_2005/Q_23333489.html l, but The expert said to open again . hence,...
Hello,
I am working with a VB.NET 2005 application in which I need to store date and time information. I'm using a datagridview which is backed by a datatable (unbound to a database). At ...
I am using the following query to bind a datagrid
SELECT OutOfCell.CurrentBookingNbr, OutOfCell.FullName, OutOfCell.Location, OutOfCellRecords.OfficerNbr, OutOfCellRecords.Time
FROM ...
I have a an C++ application in visual studio 2005 and i have created the setup project for this application. The setup works fine and installs the application on the target computer. However, ...
I need to search an Active Directory security group that may include nested security groups to see if a user is in the security group or nested security groups within the group. I am using AS...
HI
I have attached 4 picture of my programm.
I have masterpage.master file and I am placing contentplaceholder to every page( mainpage, showcategory)
So, masterpage.master is main.
Star...
Dear Experts,
I have a datatable bound to a datagridview in a windows form. I have code in the datagridview's RowEnter event that I want executed only when the up/down arrows are pressed. T...
VS2005/VB.NET
I am developing a stand alone app that queries SQL and I am displaying various data in a datagridview.
There is one column I would like to like to a web page if available. I...
Hello Experts,
I am in the process of converting a vb application to .net (vb) application, currently I have DTS package that imports csv files (100 mb-500mb) into sqlserver based on user's...
I want to know how to point VS 2008 (or 2005) to a custom DLL path:
1. I create a DLL (my.dll) for common symbols, helper functions.
2. I put the dll in C:\mydlls and add that path to the ...
I am using an SQLDataReader in VB.Net. I am using the IsDBNull function to check if a date field is not null before populating a private member date variable:
If Not reader.IsDBNull(9) The...
hello,
i have an object datasource that is a datasource for a gridview, i have 4 select methods i used the general one in the objectdatasource configuration wizard, and then i tried...
hi
i have a datagridview with few columns i want to restrict user to enter the 3 rd column cells
with text like this
aaa-aa
so is their a way to allow user to type in 3 character after tha...
Suppose I have an application built in VB.Net and I want to create a CD so that I can sell this CD in the market.How I will create and installation CD? In other words what is the deployment p...
i have set validating column control into the datagridview by only allow numeric and a single dot, but i only want to validate specific column only instead all columns.
anyway to limit to s...
Hi, could I get a little help on this, I am not familiar with the whole idea. I am trying to take an Excel file and import it into a SQL 2000 database. This is what I have so far:
Protecte...
I need to do client side validation on a text box entry. The user must input numeric values either 16 or 19 digits in length. My validator is providing the error message even whent he data is...
I seem to be having some problems creating a Windows Service using VB.NET 2005...
I need a timer that will execute a shell command every 10 seconds. The shell command itself works fine in ...
I have a ton of debug output generated in my C# program. I want to see that output in DebugView even when I'm debugging the code in Visual Studio 2005. But when I run the code from VS2005's d...
I have a XML File xml file created in the Master-Details Fashion. One order and multiple order details.
<NewDataSet>
<Ord>
<OrderID>10248</OrderID>
<CustomerID>VINET</CustomerID>...
How can I create a new excel file with visual studio 2005 using vb.net? Currently the program needs to dynamically create a excel file based off of some queried results. I started this by ad...
Hi Experts!
I am creating a Real Estate Project in which I have tenants information and their images, I want to print the Images / Passports of Tenants along with their information in Visual ...
Dear Experts,
I want to make a LAN messenger in VB.NET using TCP or UDP protocol. If you have any tutorial, kindly tell me.
Thanks
I have an application built in vb.net. It opens a .csv file to import data. The setup project includes microsoft.office.interrop.excel.dll. When installed on a computer that does not have exce...