 |
|
 |
Apologies for the shouting but this is important.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers, Chris Maunder
The Code Project Co-founder Microsoft C++ MVP
|
| Sign In·View Thread·PermaLink | 5.00/5 (2 votes) |
|
|
|
 |
|
 |
For those new to message boards please try to follow a few simple rules when posting your question.- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode HTML tags when pasting" checkbox before pasting anything inside the PRE block, and make sure "Ignore HTML tags in this message" check box is unchecked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question in one forum from another, unrelated forum (such as the lounge). It will be deleted.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
cheers, Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
| Sign In·View Thread·PermaLink | 4.40/5 (2 votes) |
|
|
|
 |
|
 |
hi to all,
i done ssrs report(RDL) using asp.net.Now i need to this implement with silverlight.Is it possible or not.If possible how can i implement give me solution.
Thanks,
sundar
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi
Some one please explain me outofBrowser concept. I need some clarification below
1.if i installed the application from web to local. which location path out appliation get installed.
2.if i used WCF service in web. how it will work in my local system.(assume i removed internet connection after i installed)
3. Is it possible to access data from a database on the internet when the application is running out of browser and there is no internet access?
4 What all are the security issues posed on the application when running it out of browser.
Regards Gopal
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Hi Thanks for reply. They mentioned about how to create OOB.
But my doubts is which path application are installed. since it is use full to click the shotcut inorder to execute the application again.
Regards Gopal
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hello I am getting the following error. "An error occurred while processing this request."
My code is as bellow:
private void btnShow_Click(object sender, RoutedEventArgs e) { Uri ur = new Uri(System.Windows.Browser.HtmlPage.Document.DocumentUri,"WebDataService1.svc"); WapCosEntities context = new WapCosEntities(ur); var query = from u in context.UserMgmt orderby u.ECode select u;
var dsQuery = (DataServiceQuery<UserMgmt> )query; dsQuery.BeginExecute(result => lstCustomers.ItemsSource = dsQuery.EndExecute(result), null); int i = lstEmpCode.Items.Count;
}
Help me please.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Is there a limit to size of the images that should be used?
Also is there a way to dynamically load in the sets?
For example, I have some images that are roughly 300MB to 360MB (yes I know.. wtf. Welcome to high end vision processing). Is it possible to make a system that can load the images (in a reasonable amount of time) and allow deep zoom to work?
Thank you,
"9 Pregnent woman can not have a baby in 1 month" -Uknown
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
If you're using Deep Zoom, only the parts of the image being viewed get downloaded (in tiles), so no matter how large the image is it should download in a reasonable amount of time.
I regularly work with 1GB+ images.
Mark Salsbery Microsoft MVP - Visual C++
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
noufal2009 wrote: When I am trying to retrieve only first column value of excel sheet using the below code,I am getting garbage values.
You cannot read an Excel file with StreamReader()[^].
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Silverlight applications run on the client so it doesn't matter what server you use, as long as the server can serve up .XAP files and any other resources the Silverlight app may need.
Mark Salsbery Microsoft MVP - Visual C++
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
 |
Hey guys,
I'm developing a kind of website content management system. Users can drop 'blocks' of content on a page and some blocks are silverlight applications (for example picturebooks). I want users to be able to 'skin' the silverlight application like a css stylesheet would do that for a webpage. I was thinking of defining properties for objects used in the silverlight application (for example a button and an image) and let the user decide the values of the properties.
Is there a built in feature in Silverlight which allows me to create such functionality or do I have to write code for each and every property in silverlight which means a lot (A LOT) of coding...
Thanks!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
You could merged dictionaries to provide alternate "skins" for controls. Allowing the user to change them will require some coding definitely, because you'll need to build dictionaries at runtime and probably need a way to save the user's preferences.
The ImplicitStyleManager can help for applying styles to controls at runtime so you don't have to do that part manually.
Implicit Style Manager and Merged Dictionaries[^]
Mark Salsbery Microsoft MVP - Visual C++
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
I see the following error while connecting to a wcf service through my silverlight application.
An error occurred while trying to make a request to URI 'http://localhost:3046/Service1.svc'. This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that is unsuitable for SOAP services. You may need to contact the owner of the service to publish a cross-domain policy file and to ensure it allows SOAP-related HTTP headers to be sent. This error may also be caused by using internal types in the web service proxy without using the InternalsVisibleToAttribute attribute. Please see the inner exception for more details.
Tauseef A Khan MCP Dotnet framework 2.0.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
wcf service is in the solution where silverlight application is. i m hosting silverlight app in a web application in the same solution.
Tauseef A Khan MCP Dotnet framework 2.0.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Tauseef A wrote: wcf service is in the solution where silverlight application is. i m hosting silverlight app in a web application in the same solution.
The project/solution has no relevance here.
I mean the web hosts...WcfSvcHost...IIS....Self Hosting?
Mark Salsbery Microsoft MVP - Visual C++
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Then you'll definitely want to study the information at the links I provided to understand the cross-domain issue and how to deal with it.
Mark Salsbery Microsoft MVP - Visual C++
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
The WcfSvcHost is for testing/debugging.
You'll probably want to consider how it will work when the service is actually deployed. I find hosting on IIS the easiest and most flexible.
Mark Salsbery Microsoft MVP - Visual C++
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |