Tagged Questions

0
votes
1answer
14 views

Ajax Assembly Error - Assembly {0} does not contain a Web resource with name {1}

I have an assembly that contains an embedded resource. However, when this assembly is accessed via the web, I get the following error: Assembly 'MyAssembly, Version=1.0.0.0, Cultur …
0
votes
1answer
47 views

Convert text to .resources file

I created a new VS solution which needs to contain a modified subset of files from another solution. Both solutions have a default namespace of "Microsoft.Windows.Controls". The …
0
votes
1answer
19 views

Mono .EXE assembly set explorer icon

When compiling with gmcs on Linux, how can I set the explorer icon the final EXE will use? I have a .ico file to attach to the output exe. The answer must be build-automatable an …
0
votes
1answer
17 views

how do I get full url from GetWebResourceUrl

So I've embedded my silverlight XAP like this [assembly: WebResource("GravityWeb.PlayerControl.Silverlight.SilverlightPlayer.xap", "application/x-silverlight-2")] and I can get t …
0
votes
2answers
73 views

Embedding commercial fonts into websites

Good evening ladies and gentlemen! Searching for a cross-browser solution to embed commercial fonts like HelveticaNeue or Univers etc. I found some promising approaches. First of …
1
vote
1answer
76 views

Why doesn’t the debugger hit this breakpoint consistently? Am I neglecting a file handle?

Consider the following code: static void Main(string[] args) { using (MemoryStream memoryStream = new MemoryStream(Resources.SampleXMLFile)) // Breakpoint set here { …
0
votes
3answers
302 views

How to fix @font-face glitches in Firefox 3.5

In existing code I had CSS @font-face declarations for .EOT embedded fonts that worked flawlessly actually, in internet explorer. So now I read that Firefox does embedded now too, …
0
votes
1answer
62 views

How to deploy SWF file?

I have a SWF file I created using Adobe Flex and I cannot seem to properly embed it inside an HTML page. If I take another SWF file and use it instead, it works all the time. My …
1
vote
1answer
88 views

Embedded images in HTML email not displaying on mobile phones

I have an application that sends an HTML formatted email with embedded images. The email looks perfect on many different desktop/web clients. When the email is viewed on a mobile …
0
votes
2answers
44 views

Adobe Dreamweaver Extensions

Does anyone know if its possible to turn off dreamweavers "custom icons" that it shows in the file browser so you can see the standard system-cache ones instead? Something I'm try …
1
vote
0answers
23 views

How to share resource files between .NET CF 1.0 and 2.0/3.5?

Hi, I've created NAnt scripts to compile our codebase for .NET CF 1.0, 2.0 and 3.5. This worked pretty well in the past. Now we started localizing our UI. So our scripts need to c …
0
votes
3answers
104 views

Embedded Resources and ASPX pages

Hi, Is it possible to embed an aspx page (self contained, no seperate codebehind file) into an assembly, in this case a SharePoint web part, and have it still act as an aspx file …
1
vote
4answers
144 views

Resource from assembly as a stream

I have an image in a C# WPF app whose build action is set to 'Resource'. It's just a file in the source directory, it hasn't been added to the app's resource collection through the …
1
vote
1answer
247 views

C#: Loading an embeded swf into an flash activex without a temporary file.

My project requires that my final application be completely self contained in a single exe. I am already combining the executable and dlls using ILMerge (assmebly merge utility). I …
0
votes
2answers
241 views

Is there a browser embedded player that can play 3gp, amr, mid, mp3 & wav

Hi, I want to play in my web site 3gp, amr, mid, mp3 & wav files My web site should support Internet explorer 6 & 7, It don't have to support mobile devices at all - only …

1 2 3 4 5 6 next
15 30 50 per page