Click here to Skip to main content
15,903,362 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: User Control Height is 0 before its drawn to screen. Pin
Poohshoes26-Jul-10 8:18
Poohshoes26-Jul-10 8:18 
AnswerRe: User Control Height is 0 before its drawn to screen. Pin
Kunal Chowdhury «IN»26-Jul-10 8:29
professionalKunal Chowdhury «IN»26-Jul-10 8:29 
QuestionWPF controls on web [modified] Pin
Prasoon Chaudhary22-Jul-10 21:58
Prasoon Chaudhary22-Jul-10 21:58 
AnswerRe: WPF controls on web Pin
Jammer27-Jul-10 0:49
Jammer27-Jul-10 0:49 
AnswerRe: WPF controls on web Pin
Jugortha27-Jul-10 13:20
Jugortha27-Jul-10 13:20 
GeneralRe: WPF controls on web Pin
Pete O'Hanlon27-Jul-10 21:50
mvePete O'Hanlon27-Jul-10 21:50 
QuestionBinding ListBoxes to Calender Pin
carrigart22-Jul-10 14:38
carrigart22-Jul-10 14:38 
QuestionA weird WPF build-time error [modified] Pin
makumazan8422-Jul-10 4:26
makumazan8422-Jul-10 4:26 
I have a xaml file, which has a codeline, something like.

xmlns:a="http://schemas.someadress.com/bla/bla/bla" - the name is defined in an assembly which contains that desired namespace.

Above mentioned namespace contains a class, that I'd like to use in my xaml. But I cannot build the project with this file, bc Visual Studio throws me an error
"The tag '<my class="" name="">' doesn't exist in a namespace "http://schemas.someadress.com/bla/bla/bla" Line A Position B"

Interesting enough, that the intellisence can see that class in "a:" - when I start typing it pops up the class that I need. Adress "http://schemas.someadress.com/bla/bla/bla" is correct - I've copypasted it from an assemblyinfo. Besides, other xaml files in a project can perfectly use that specific class from that assembly.

Note, that this question comes from a WPF noobie, and can sound dumb. Still, I've spent more than an hour and ran out of ideas.
Any help will be greatly appreciated.

Thanks in advance
------------
UPDATE: I got this one figured. The problem was that the project's compilation settings were set for .NET Framework 4.0 Client Profile. Once I switched to a regular 4.0, everything got fixed

modified on Friday, July 23, 2010 9:12 AM

QuestionUnable to read bmp and gif files in Silverlight [modified] Pin
yogesh_kumar_agarwal21-Jul-10 23:48
yogesh_kumar_agarwal21-Jul-10 23:48 
QuestionTrouble testing Custom Installation screen [modified] Pin
vikas amin21-Jul-10 8:21
vikas amin21-Jul-10 8:21 
AnswerRe: Trouble testing Custom Installation screen Pin
Abhinav S21-Jul-10 18:29
Abhinav S21-Jul-10 18:29 
QuestionKind of Urgent - Application.Current.Host.Source.Host is empty Pin
#realJSOP21-Jul-10 4:13
professional#realJSOP21-Jul-10 4:13 
AnswerRe: Kind of Urgent - Application.Current.Host.Source.Host is empty Pin
Kunal Chowdhury «IN»21-Jul-10 8:19
professionalKunal Chowdhury «IN»21-Jul-10 8:19 
GeneralRe: Kind of Urgent - Application.Current.Host.Source.Host is empty Pin
#realJSOP21-Jul-10 12:30
professional#realJSOP21-Jul-10 12:30 
AnswerRe: Kind of Urgent - Application.Current.Host.Source.Host is empty Pin
Kunal Chowdhury «IN»21-Jul-10 16:12
professionalKunal Chowdhury «IN»21-Jul-10 16:12 
GeneralRe: Kind of Urgent - Application.Current.Host.Source.Host is empty Pin
#realJSOP22-Jul-10 4:00
professional#realJSOP22-Jul-10 4:00 
GeneralRe: Kind of Urgent - Application.Current.Host.Source.Host is empty Pin
Kunal Chowdhury «IN»22-Jul-10 6:58
professionalKunal Chowdhury «IN»22-Jul-10 6:58 
QuestionRe: Kind of Urgent - Application.Current.Host.Source.Host is empty Pin
Kunal Chowdhury «IN»23-Jul-10 8:03
professionalKunal Chowdhury «IN»23-Jul-10 8:03 
AnswerRe: Kind of Urgent - Application.Current.Host.Source.Host is empty Pin
#realJSOP23-Jul-10 11:50
professional#realJSOP23-Jul-10 11:50 
QuestionError communicating with WCF service made through (WCF Software Factory (tool by microsoft)) Pin
nitin_ion21-Jul-10 2:12
nitin_ion21-Jul-10 2:12 
QuestionSelected Value in Combobox Pin
yogesh_kumar_agarwal20-Jul-10 19:20
yogesh_kumar_agarwal20-Jul-10 19:20 
AnswerRe: Selected Value in Combobox Pin
Abhinav S20-Jul-10 19:50
Abhinav S20-Jul-10 19:50 
AnswerRe: Selected Value in Combobox Pin
Arun Jacob20-Jul-10 20:50
Arun Jacob20-Jul-10 20:50 
AnswerRe: Selected Value in Combobox Pin
Kunal Chowdhury «IN»20-Jul-10 23:59
professionalKunal Chowdhury «IN»20-Jul-10 23:59 
QuestionWPF, move window from a usercontrol mouse down event Pin
fadedmaximus20-Jul-10 7:59
fadedmaximus20-Jul-10 7:59 

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.