Advanced Forum Search Results
-
Hi, I also have an image embedded within a control template inside of generic.xaml. The image is set to a BuildAction of Resource but every time I run i get a
Code: 4001
Category: ImageError
Message: AG_E_NETWORK_ERROR
Any ideas?
Thanks
DML
-
Setting this path in the item templates section of 'Tools->Options->Project and solution' section did not add any templates to the 'My Templates' section when i right click the project and select 'Add->New Item'... Any other ideas?
Thanks
DML
-
The zip file is there, do I need to extract it to somewhere specific?
Thanks
DML
-
I'm running vs2008 and installed the beta 2 tools and after reading some blogs regarding the new features in beta 2 it seems I am missing the Silverlight-Enabled WCF service template. I've tried reinstalling the beta 2 tools to no avail. After looking it seems I am also missing some linq templates. Anyone have any ideas?
Thanks
DML
-
I own and have installed Blend 1.0... I then try to run the install for blend 2.5 and it gets about 99.9% complete and rolls back the install at the "installing licenses" part. I've uninstalled Blend 1.0 and tried again and it still doesn't work.
Thanks
DML
-
So even though the above answer relates to visual basic and I'm using c# it got me thinking about the way I am loading my xap's.
We are using a module based type architecture and load xap's dynamically through a WebClient call and LoadAssemblyFromXap(). Each xap has its own web service reference and thus its own ...
-
Yes, "Namespaces" is simply a placeholder I have added to these posts as I'd prefer not to list my actual namespaces. The error I posted in the orginal post is the error from the try catch and has no inner exception information.
"Could not find default endpoint element that references ...
-
Sorry no extra period is in the ServiceReferences.ClientConfig file name it was a typo...
-
Here is my ServiceReferences.Client.Config file, everything looks good to me...
<configuration>
<system.serviceModel>
<bindings>
...
-
Already dealt with the service reference add problem a few days back, reinstalled and I can add service references fine now. This only happens at runtime when the service is instantiated. Any other ideas? :)
Thanks
DML