Click here to Skip to main content
15,884,176 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I change this event handler? Pin
turbosupramk329-Aug-12 6:48
turbosupramk329-Aug-12 6:48 
GeneralRe: How can I change this event handler? Pin
turbosupramk330-Aug-12 6:37
turbosupramk330-Aug-12 6:37 
QuestionSpeechSynthesizer is too fast Pin
Jassim Rahma28-Aug-12 10:37
Jassim Rahma28-Aug-12 10:37 
AnswerRe: SpeechSynthesizer is too fast Pin
Ravi Bhavnani29-Aug-12 7:31
professionalRavi Bhavnani29-Aug-12 7:31 
QuestionSpecific Fill size Pin
Jassim Rahma28-Aug-12 10:02
Jassim Rahma28-Aug-12 10:02 
AnswerRe: Specific Fill size Pin
Eddy Vluggen28-Aug-12 10:33
professionalEddy Vluggen28-Aug-12 10:33 
AnswerRe: Specific Fill size Pin
BobJanova28-Aug-12 23:15
BobJanova28-Aug-12 23:15 
QuestionUsing UserControls Pin
WebMaster28-Aug-12 9:04
WebMaster28-Aug-12 9:04 
I have downloaded a source code from CP Articles. The address is here:

Farsi Library - DatePickers[^]

It has written in .Net2 but my project is in .Net4; So when I download it first visual studio converts that, but it didn't build successfully until I delete this line of code in CommonAssemblyInfo.cs:
C#
[assembly: AssemblyKeyFile(@"C:\KeyFile.snk")]


After that all of the projects in this solution builded.

My problem starts as I create a class in my own project which inherits form one of the class in the new dll added to my project.
C#
public class DatePicker: FarsiLibrary.Win.Controls.FADatePicker
{}


I have three project in my solution:
1. VMS.Application
2. VMS.Data
3. VMS.Library

Now when I want to build my own solution there are 35 error, that they have the same message:
CSS
The type or namespace name 'Library' does not exist in the namespace 'VMS' (are you missing an assembly reference?)


when I comment the inheritance the errors will go:
C#
public class DatePicker//: FarsiLibrary.Win.Controls.FADatePicker
{}


Please tell me if you have any idea!
Meysam

AnswerRe: Using UserControls Pin
Ian Shlasko28-Aug-12 9:26
Ian Shlasko28-Aug-12 9:26 
GeneralRe: Using UserControls Pin
WebMaster28-Aug-12 9:30
WebMaster28-Aug-12 9:30 
GeneralRe: Using UserControls Pin
Ian Shlasko28-Aug-12 9:44
Ian Shlasko28-Aug-12 9:44 
GeneralRe: Using UserControls Pin
WebMaster28-Aug-12 9:46
WebMaster28-Aug-12 9:46 
GeneralRe: Using UserControls Pin
Ian Shlasko28-Aug-12 9:50
Ian Shlasko28-Aug-12 9:50 
GeneralRe: Using UserControls Pin
WebMaster28-Aug-12 9:54
WebMaster28-Aug-12 9:54 
GeneralRe: Using UserControls Pin
Ian Shlasko28-Aug-12 9:59
Ian Shlasko28-Aug-12 9:59 
GeneralRe: Using UserControls Pin
WebMaster28-Aug-12 10:08
WebMaster28-Aug-12 10:08 
GeneralRe: Using UserControls Pin
Ian Shlasko28-Aug-12 10:15
Ian Shlasko28-Aug-12 10:15 
QuestionPDF417 generator and reader supports Arabic Pin
dinadido28-Aug-12 8:15
dinadido28-Aug-12 8:15 
AnswerRe: PDF417 generator and reader supports Arabic Pin
Ian Shlasko28-Aug-12 9:22
Ian Shlasko28-Aug-12 9:22 
GeneralRe: PDF417 generator and reader supports Arabic Pin
dinadido28-Aug-12 11:18
dinadido28-Aug-12 11:18 
GeneralRe: PDF417 generator and reader supports Arabic Pin
Ian Shlasko28-Aug-12 11:25
Ian Shlasko28-Aug-12 11:25 
QuestionUpdating portion of byte array not working Pin
MichCl28-Aug-12 2:02
MichCl28-Aug-12 2:02 
AnswerRe: Updating portion of byte array not working Pin
Keith Barrow28-Aug-12 2:32
professionalKeith Barrow28-Aug-12 2:32 
GeneralRe: Updating portion of byte array not working Pin
MichCl28-Aug-12 2:38
MichCl28-Aug-12 2:38 
GeneralRe: Updating portion of byte array not working Pin
Keith Barrow28-Aug-12 2:47
professionalKeith Barrow28-Aug-12 2:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.